Can alm transfer 2nd force constant file to the format of phonopy? #123
Answered
by
ttadano
gangliu-github
asked this question in
Q&A
-
|
FC3_SHENGBTE can store 3rd force constant file for ShengBTE. Then, can alm transfer 2nd force constant file to the format of phonopy (FORCE_SETS or FORCE_CONSTANTS)? |
Beta Was this translation helpful? Give feedback.
Answered by
ttadano
Jan 31, 2023
Replies: 1 comment 2 replies
-
|
While this feature is not supported in alamode, it can be done easily by using the Python wrapper of ALM available at https://github.com/ttadano/ALM. An example of creating a phonopy-readable FC2 file can be found at https://github.com/ttadano/ALM/tree/develop/example/AlN. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gangliu-github
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While this feature is not supported in alamode, it can be done easily by using the Python wrapper of ALM available at https://github.com/ttadano/ALM. An example of creating a phonopy-readable FC2 file can be found at https://github.com/ttadano/ALM/tree/develop/example/AlN.