phonopy/example/NaCl-PWmat
pre-commit-ci[bot] 0461f2e9e7 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-22 08:16:27 +00:00
..
force-001 [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-03-22 08:16:27 +00:00
force-002 [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-03-22 08:16:27 +00:00
README [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-03-22 08:16:27 +00:00
atom.config add an interface(pwmat) to new calculator 2024-03-22 11:50:02 +08:00
band.conf add an interface(pwmat) to new calculator 2024-03-22 11:50:02 +08:00
etot.input add an interface(pwmat) to new calculator 2024-03-22 11:50:02 +08:00
supercell-001.config [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-03-22 08:16:27 +00:00
supercell-002.config [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-03-22 08:16:27 +00:00
supercell.config [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-03-22 08:16:27 +00:00

README

NaCl example. Details are presented on the phonopy document at http://phonopy.github.io/phonopy/examples.html. Shortly the usage is shown here, too.

The supercells with displacements were created by

% phonopy --pwmat -d --dim 2 2 2 --pa auto -c atom.config

FORSE_SETS is obtained by

% phonopy --pwmat -f force-001/OUT.FORCE force-002/OUT.FORCE

Band structure is plotted by

% phonopy -p  --dim="2 2 2" --pa="0.0 0.5 0.5  0.5 0.0 0.5  0.5 0.5 0.0" \
  --band="0.0 0.0 0.0  0.5 0.0 0.0  0.5 0.5 0.0  0.0 0.0 0.0  0.5 0.5 0.5"

PDOS is plotted by:

% phonopy -p  --dim="2 2 2" --pa="0.0 0.5 0.5  0.5 0.0 0.5  0.5 0.5 0.0" \
  --mesh="15 15 15" --pdos="1, 2"