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! |
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, |


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 thexmlformat to be used with the SOC enabled calculation withEPW. In the future I will consider implementing anxmlformat parser inelphbolt.For polar materials, setting the flag
lpolarinepw.inandepsilinph.into.true.will suffice. The NAC correction will be performed inelphboltonly if you set the flagpolarto.true.in theinput.nmlfile.Make sure to pay attention to the key
spindeginelphboltfor your SOC enabled calculation.I have not run any SOC enabled calcu…