machine learning MD caused the silicon structure to fall apart
Dear VASP group,
I am testing machine learning MD with silicon; I found strange things happen.
The POSCAR I use is
Si
1.0000000000000000
5.4688911249173726 0.0000000000000000 0.0000000000000000
0.0000000000000000 5.4688911249173726 0.0000000000000000
0.0000000000000000 0.0000000000000000 5.4688911249173726
Si
8
Direct
0.5000000000000000 0.0000000000000000 0.0000000000000000
0.2500000000000000 0.2500000000000000 0.7500000000000000
0.5000000000000000 0.5000000000000000 0.5000000000000000
0.2500000000000000 0.7500000000000000 0.2500000000000000
0.0000000000000000 0.0000000000000000 0.5000000000000000
0.7500000000000000 0.2500000000000000 0.2500000000000000
0.0000000000000000 0.5000000000000000 0.0000000000000000
0.7500000000000000 0.7500000000000000 0.7500000000000000
The INCAR I use is
system=INCAR_MD
kpar=16
ncore=1# accuracy test for below 4 parameters should be done
kspacing=0.1667
ismear=1
sigma=0.2
encut=320nsw=1000
potim=2tebeg=0
teend=300# ====== no modification below ======
ibrion=0algo=fast
ediff=1E-6
nelm=1000
prec=accurate
lasph=T
lmaxmix=4 # only need to change to 6 for f electron
gga_compat=Flwave=.FALSE.
lreal=auto
isif=3
isym=0
mdalgo=3
LANGEVIN_GAMMA = 5*100
LANGEVIN_GAMMA_L = 5ml_lmlff=.true.
ml_mode=train
After running vasp, I found there is only 5 steps in OSZICAR, then the calculation just stopped without any error. Why is that?
If I change tebeg to tebeg=1, then VASP finishes 1000 ion steps. But step 10 to 1000 are all MLFF steps with no DFT calculation which is apparent not right, and the CONTCAR shows the silicon is already fall apart.
If I set tebeg=300 and teend=300, then vasp only did 1 DFT step, the remaining are all MLFF steps. The CONTCAR shows the silicon is already fall apart.
If I delete ml_lmlff and ml_mode in INCAR and using normal MD, even tebeg=0 teend=300 finishes without any problem and CONTCAR is just fine.
So I am wondering what is wrong with my INCAR for machine learning MD? Is it a bug or something?
I shared my calculation folders https://drive.google.com/file/d/1hEBbba ... sp=sharing
Thank you so much for helping.