• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Jul-2021-

READMEH A D08-Jul-20211 KiB2819

TEMPLATEH A D08-Jul-2021815 4342

band.confH A D08-Jul-2021239 43

README

1Si phonon dispersions
2
3CRYSTAL output file is crystal.o. This is the default file name
4for the CRYSTAL interface, so, the -c crystal.o parameter is not needed
5
61) Create displaced supercells:
7   phonopy --crystal --dim="4 4 4" -d
8   Complete CRYSTAL inputs can be prepared manually
9   or with the help of a template (see TEMPLATE)
10
112) Run the supercell input with CRYSTAL
12   Here supercell-001.o has been pre-calculated with CRYSTAL17 at the
13   DFT-PBE0/SVP level of theory.
14
153) Collect forces:
16   phonopy --crystal -f supercell-*o
17
184) Calculate phonon dispersion data into band.yaml and save band.pdf:
19   phonopy --crystal --dim="4 4 4" -p -s band.conf
20
21   Plot the phonon dispersion in cm^{-1} units:
22   (factor = CrystalToTHz * THzToCm = 15.633302 * 33.356410)
23   phonopy --crystal --dim="4 4 4" -p -s --factor=521.47083 band.conf
24
25   Create a formatted plot (here band.yaml is in cm^{-1) units):
26   phonopy-bandplot --fmin=0 --line --ylabel="Frequency (cm\$^{-1}\$)" --band-labels="`grep BAND_LABELS band.conf | cut -d= -f2-`" -o dispersion.pdf
27
28