calculation with spin-orbit coupling of polar material #76
-
Dear Nakib, The input file of 2nd Force constants is "espresso.ifc2", but for SOC calculation in EPW needed is espresso.ifc2.xml which cannot be read by src/phonon.f90 in elphbolt. Can the current version be used for SOC calculation? If calculating polar materials, should I add "lpolar = .true." and "lifc = .true." in "epw.in" to read "Read Z* and epsilon", or just make NAC correction in elphbolt rather than in epw? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi Zhichao Thank you for your question! In this case you can run the phonon calculation twice. Once generating the ifc2 file in the "normal" format to be passed to For polar materials, setting the flag Make sure to pay attention to the key I have not run any SOC enabled calculations, so I am curious to know how your calculations go. It is always a good idea to compare the electron and phonon bands and the e-ph matrix elements plotted along a path between Best, |
Beta Was this translation helpful? Give feedback.
Hi Zhichao
Thank you for your question!
In this case you can run the phonon calculation twice. Once generating the ifc2 file in the "normal" format to be passed to
elphbolt
. And another time to to generate it in thexml
format to be used with the SOC enabled calculation withEPW
. In the future I will consider implementing anxml
format parser inelphbolt
.For polar materials, setting the flag
lpolar
inepw.in
andepsil
inph.in
to.true.
will suffice. The NAC correction will be performed inelphbolt
only if you set the flagpolar
to.true.
in theinput.nml
file.Make sure to pay attention to the key
spindeg
inelphbolt
for your SOC enabled calculation.I have not run any SOC enabled calcu…