Phonon dispersion with anharmonic contributions #141
-
Dear Dr. Tadano, I want to calculate and plot the phonon dispersion of a structure taking into account the anharmonic contributions. For that, I followed all the steps until step 5 of the Si tutorial (https://alamode.readthedocs.io/en/latest/tutorial.html). After that, I just want to plot the phonon dispersion. But I'm a little confused. The file si_alm2.in, with MODE = optimize, has the following structure: &optimize The FC2XML file, as I understood, is the one calculated in the harmonic approximation. If I want to get the phonon dispersion (considering harmonic and anharmonic contributions, i.e., "all" contributions at the same time), should I still use FC2XML? In doing so, I got the same dispersion (even the .bands files are identical). Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
By using the When computing phonons using ANPHON with If you want to include anharmonic corrections to the phonon dispersion curves, you can try one of the following:
|
Beta Was this translation helpful? Give feedback.
By using the
FC2XML
option in ALM, you can fix the harmonic force constants when fitting the force constant model to the given training data (DFSET
). More specifically, when the force constant model is composed of the harmonic and cubic force constants, only the cubic force constants are optimized by fitting, while the harmonic force constants are frozen.When computing phonons using ANPHON with
MODE = phonons
, the code only uses the harmonic force constants in theFCSXML
file. So, the resulting harmonic phonon dispersion does not change.If you want to include anharmonic corrections to the phonon dispersion curves, you can try one of the following:
M…