VASP-Basis
Basic calculations using VASP
Lattice optimization
This part includes the optimization of lattice parameters and ionic position.
Lattice parameters
For cubic, we can use the ISIF=2 + change the scale factor in POSCAR, using the Birch-Murnaghan Equation to obtain the optimized values.
Birch-Murnaghan equation of state:
$$
E(V)=E_{0}+\frac{9V_{0}B_{0}}{16} \left{ \left[ \left( \frac{V_{0}}{V} \right)^{\frac{2}{3}} -1 \right]^{3} B_{0}^{‘} + \left[ \left( \frac{V_{0}}{V} \right)^{\frac{2}{3}} -1 \right]^{2} \left[ 6 - 4 \left( \frac{V_{0}}{V} \right)^{\frac{2}{3}} \right] \right}
$$
For example:
We have INCAR, KPOINTS, POTCAR, vasp.sh in fold ./origin.
We can use the rs.sh:
1 |
|
After calculations, we use bash to obtain the results:
for i in $(seq 0.970 0.005 1.030); do cd bm$i; grep ''
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!