Vasp相关资料汇总

1.Vasp教程汇总

VASP软件包的使用入门指南 侯柱峰

VASPKIT---VASP软件预-后处理工具介绍

The VASP Manual

VASP Tutorial: Dielectric properties and the Random-Phase-Approximation (RPA)

Mulliken电荷,来自哪里?又归于何方?

VASP计算笔记-Bader电荷分析

2.VASP问题汇总

2.1.缺少赝势文件

forrtl: No such file or directory
forrtl: severe (29): file not found, unit 10, file /home/vasp/software/vaspkit.1.3.4/examples/d_band_center/POTCAR

解决办法:

找到赝势文件,如下图所示:

PBE赝势文件

进入需要的元素的具体目录,将其中的POTCAR文件复制,并使用cat命令将需要的一个或多个POTCAR文件合成一个合成赝势文件:

cat POTCAR_C POTCAR_O POTCAR_Ni >> aa

将aa文件拷贝至运行目录,更名为POTCAR

2.2 KPOINTS的模式

第一行是注释行。

第二行是每段的点数,为0表示自动。

第三行时C或者是R来控制是Cartesian或者是Reciprocal坐标或者是L, 要是选择的是C,则下面几行的乘数是2pi/a;要是选择的是R,则下面几行的乘数是倒格矢b;要是选择的L,则代表线模式。

k points along high symmetry lines
 40              ! number of points per line
line mode
fractional
  0    0    0    Γ
  0.5  0.5  0    X

  0.5  0.5  0    X
  0.5  0.75 0.25 W

  0.5  0.75 0.25 W
  0    0    0    Γ
Explicit k-point list
4
Cartesian
0.0  0.0  0.0   1
0.0  0.0  0.5   1
0.0  0.5  0.5   2
0.5  0.5  0.5   4
Regular k-point mesh
0              ! 0 -> determine number of k points automatically
Gamma          ! generate a Gamma centered mesh
4  4  4        ! subdivisions N_1, N_2 and N_3 along the reciprocal lattice vectors
0  0  0        ! optional shift of the mesh (s_1, s_2, s_3)
Automatic generation
0
Cartesian
0.25 0.00 0.00
0.00 0.25 0.00
0.00 0.00 0.25
0.00 0.00 0.00

2.3仿真光学参数

在INCAR上加上一行

LOPTICS = .TRUE

仿真结束之后在vaspkit/example/optic中找到optics.sh,拷贝到运行目录之后bash,即可产生real.in和imag.in。最后即可使用vaspkit产生光学参数。

2.4仿真红外光谱

默认的光谱只到1000nm左右,想要计算红外请看IR spectraVASP-infrared-intensities

发表评论