Skip to content

Using alamode with phonopy #154

Closed Answered by triphysics
Xuntao1 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  1. Follow the procedure to generate FORCE_SETS.
  2. Once this file is created you can use the following to invoke the alm (assuming your supercell size is 2x2x2)

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Xuntao1
Comment options

Answer selected by Xuntao1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants