Hi,

I am able to calculate the phonon band structure, using VASP and harmonic force constants generated by Phonopy. But I would like to calculate this at a given temperature, for example 300K, using anharmonic force constants. I think I may need to use phonopy-qha or SCAILD, but am unsure how to do so.

The method I am currently using:

phonopy -d --dim="2 2 2" -c POSCAR-unitcell

cp SPOSCAR POSCAR

Run VASP using: PREC = Accurate ENCUT = 500 IBRION = 8 EDIFF = 1.0e-08 IALGO = 38 ISMEAR = 0; SIGMA = 0.1 LREAL = .FALSE. ADDGRID = .TRUE. LWAVE = .FALSE. LCHARG = .FALSE.

phonopy --fc vasprun.xml

phonopy -p --dim="2 2 2" -c POSCAR-unitcell band.conf

sumo-phonon-bandplot --poscar POSCAR-unitcell --dim 2 2 2 -f FORCE_CONSTANTS --dos --width 8 --kpoints "0 0 0, 0 0.5 0, 0 0.5 0.5, 0 0 0.5, 0 0 0" --labels "$\Gamma$, F, Q, Z, $\Gamma$"

More Cameron C. L. Underwood's questions See All
Similar questions and discussions