I met a problem with MD running. I use Nose to control the temperature. And the temperature I used is fixed at 473.15 k. Here is my INCAR file:
SYSTEM = XX
ENCUT = 480
PREC = Normal
ISTART = 0
ICHARG = 2
ISMEAR = 0
SIGMA = 0.05
ISYM = 0
#MD settings
IBRION = 0
ISIF = 0
POTIM = 0.5
NSW = 5000
NELM = 100
TEBEG = 473.15
TEEND = 473.15
MDALGO = 2
SMASS = 1.0
POMASS = 26.981 28.085 16.000 14.001 3.000 63.546
ALGO = Very Fast
INCREM = -1e-8
SHAKEMAXITER = 2000
LBLUEOUT = .TRUE.
#Don't write WAVECAR and CHGCAR
LWAVE = .FALSE.
LCHARG = .FALSE.
NWRITE = 2
But it stops at 1452 step and the last temperature seems absurd (over 10000k). I start MD running with the optimised structure from vasp geometry optimisation calculation.
Do I need to preheat the system? Is it that the temperature I used here for MD running a bit high?
Could anyone explain this problem? Many thanks!