How to covert the renormalized force constant file xxx.xml at a finite temperature to the format xxx.fcs #203
-
Hi Dr. Tadano, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello Dr. Tadano |
Beta Was this translation helpful? Give feedback.
-
Hello, Tadano, I get it. Thank you very much. Best regards, |
Beta Was this translation helpful? Give feedback.
The unit of force constants in *.xml is Ry/bohr^n for the n-th order force constant. The same unit is used also for the values in *.fcs.
Only irreducible sets of force constants are shown in *.fcs, where complete set of force constants are save in *.xml. To convert force constants in *.xml into the *.fcs format, we need to recover the information of force constant symmetry, so it would be quite tedious to achieve.
If you want to compare the difference between force constants in two different *.xml files, I recommend that you parse the values under
<HARMONIC>
using python, store them in a dictionary or Pandas dataframe, and then compare by taking a diff.The meaning of
pair1
andpair2
is a…