Using alamode with phonopy #154
-
Dear users and developers, In the phonopy and phono3py there is an options to use (--alm) to generate IFCs. I searched online but could not figure out the best way to use this. If you can give me some hints about using this that will be very helpful. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Do you mean to use ALM as a force constants calculator (https://github.com/ttadano/ALM)? If you want to use cli you can do it the following way:
also have a look at ttadano/ALM#33 Note that there is relatively new feature in phonopy which also work with random-displacements. Take a look at : Hope this helps. Best, |
Beta Was this translation helpful? Give feedback.
Do you mean to use ALM as a force constants calculator (https://github.com/ttadano/ALM)?
If you want to use cli you can do it the following way:
phonopy --alm --dim 2 2 2 -c POSCAR -v
If you want to write the force constants use the following
phonopy --alm --dim 2 2 2 -c POSCAR -v --writefc
also have a look at ttadano/ALM#33
Note that there is relatively new feature in phonopy which also work with random-displacements. Take a look at :
https://phonopy.github.io/phonopy/setting-tags.html#random-displacements
Hope this helps.
Best,
Trib