mirror of https://github.com/phonopy/phonopy.git
818 B
818 B
This is a minimal example on how to run phonopy
with FHI-aims
as the force calculator:
-
Create the (one) displaced supercell structure(s):
phonopy -d --dim="2 2 2" --aims
-
Copy the generated supercells into folders containing one
geometry.in
(rename!) and onecontrol.in
. Thecontrol.in
should containcompute_forces .true.
or similar. Run the calculations in each folder, producing, e.g., oneaims.out
file in each. In this example we provide an example calculation for the generated displacement indisp-001/aims.out
-
Collect the forces:
phonopy -f disp-???/aims.out
-
Calculate phonon dispersion data into band.yaml and save band.pdf:
phonopy -p -s band.conf
Have fun and read the docs: https://phonopy.github.io/phonopy/