I have calculated the Pulay stress for my system using the method in the manual(vasp5.3.5):
First, relax the structure adequately(ENCUT=550; PREC = Accurate; EDIFF = 1E-5; EDIFFG = -0.0001;ISIF=3),
then, cp CONTCAR POSCAR, set NSW=1, other tags in INCAR is not change, re-run VASP with different ENCUT, the result is:
Code: Select all
ENCUT Pressure(kB)
400 -61.14
500 -0.21
520 0.71
550 0.08
600 -2.52
900 1.72
1000 1.22
Pulay stress = P(encut=400) - P(encut=1000) = -62.36
Pulay stress = P(encut=400) - P(encut=900) = -62.86
Pulay stress = P(encut=400) - P(encut=600) = -58.62
Pulay stress = P(encut=400) - P(encut=550) = -61.22
the error value is about 4 kB, maybe this is not a ignorable error. whether this difference is normal in vasp ?
Any suggestion will be appreciated !