Interfacing Third Order IFCs with external thermal conductivity calculators #104
-
I was wondering if the group has any examples of interfacing third order force constant results with external calculators like ShengBTE, Phono3py, or kALDO? I am attempting to implement SSCHA to calculate thermal properties, but there are no clear examples of how to utilize these higher order tensors for codes outside SSCHA. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry for the late reply, Hi, it should be possible to save the third-order force constant matrix in phonopy format. After initializing and centering Tensor3 object as explained in the tutorial http://sscha.eu/Tutorials/tutorial_spectral/
You replace the WriteOnFile file_format variable with "phonopy" and it should save it in a file readable by phono3py. |
Beta Was this translation helpful? Give feedback.
Sorry for the late reply,
Hi, it should be possible to save the third-order force constant matrix in phonopy format.
After initializing and centering Tensor3 object as explained in the tutorial http://sscha.eu/Tutorials/tutorial_spectral/
You replace the WriteOnFile file_format variable with "phonopy" an…