|
老师我试了x方向扩胞两倍,计算结果也收敛了,但是vasprun中没有出现二阶力常数矩阵,outcar也没有,这是为什么呢,用的DFPT方法
这是我的incar设置:# Basic param
ISTART=0
ICHARG=2
ISPIN=1
PREC = Accurate !precision , can set: Low | Medium | High | Normal | Single | Accurate
#Electronic Relaxation
ENCUT = 520 !Cutoff energy for the planewave basis set in eV
NELM = 80 !Maximum number of electronic SC (selfconsistency) steps which may be performed
NELMIN = 6 !Minimum number of electronic SCF steps.
NELMDL = -3
EDIFF = 1E-7 !The global break condition for the electronic SC-loop.
LREAL = False
LALGO=38
ADDGRID=True
# Ionic relaxation
EDIFFG = -1E-5
NSW = 1 !Maximum number of ionic steps.
IBRION = 8 !How the ions are updated and moved.2-GGA optimization method; -1-scf,band
ISMEAR = 0 !0-Gaussian smearing, -5-tetrahedron smearing
SIGMA = 0.01 !Width of smearing
ALGO = All !Electronic minimization method. Fast combines speed and robustness; VeryFast and Normal can also be used. |
|