After looking at the source code of step.F I supposed that it could be due to the setting POTIM to zero. Indeed, after changing POTIM=0.000001calculation continued without error.
Questions:
1. Why using recommended settings results in the error?
2. This job is still continuing (due to the small value of POTIM ion relaxations are extremely slow). Should I manually stop it and if yes can I trust the results obtained using the post processing scripts?
3. Script dymmatrix.pl produced non-zero frequencies using OUTCAR of the still continuing job. Where I could find a reference on the format of the output files (eigs.dat, freq.dat, modes.dat and freq.mat) and their interpretation?
For your convenience I reproduce the INCAR file here:
Code: Select all
# dynamical matrix calculation
ICHAIN=1
POTIM = 0.000001
NSW=40 # 3*n+1
ISMEAR = 2
SIGMA = 0.2
ENCUT = 450
NPAR = 4
GGA = 91
ISPIN = 1
IALGO = 48
LREAL = .FALSE.
NSIM = 4
NELMIN = 4
EDIFFG = 1E-4