VASP_soft install
Here we introduce the installation of phonopy and phono3py.
Installation of some software linked with VASP
1. Phonopy
More information about this software is found at http://atztogo.github.io/phonopy/
We will tell how to install this on Milkyway-2.
[1] Download the phonopy.tar.gz or tar.bz2 from the link above.
[2] Decompress the tar.gz with tar -zxvf … or tar -jxvf for tar.bz2
[3] Get into the folder.
[4] In terminal
1 |
|
[5] Environment Variables Setting
1 |
|
In the vim:
1 |
|
Here, ~ stand for the parent path for the folder “.local” and you can use os.path.dirname(.local)
to get that.
Phono3py
Most of the installation is same as phonopy. But you should add below in step [3]:
1 |
|
And the environment variables setting is the same.
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!