Hi,everyone
I try to train a MLFF of COF 2D material by NPT or NVT.
the INCAR file looks like
SYSTEM = COF_origin
NCORE=8
### Electronic structure part
ENCUT=450
GGA = RP
IVDW = 11
ALGO = F
LASPH = .T.
ISMEAR = 0
SIGMA = 0.5
ISPIN = 1
ISYM = 0
LREAL = Auto
### MD part
IBRION = 0
MDALGO = 3
LANGEVIN_GAMMA = 10.0 10.0 10.0 10.0 10.0
LANGEVIN_GAMMA_L = 10.0
NSW = 10000
POTIM = 1
ISIF = 3
TEBEG = 200
TEEND = 400
PSTRESS = 0.001
PMASS=100
RANDOM_SEED = 486686595 0 0
### Output
LWAVE = .FALSE.
LCHARG = .FALSE.
### Output
LWAVE = .FALSE.
LCHARG = .FALSE.
#NBLOCK = 10
#KBLOCK = 10
##############################
### MACHINE-LEARNING ###
################################
ML_LMLFF = .T.
ML_MODE=train
ML_DESC_TYPE = 1
ML_ISTART = 0
I finished the train and got a ML_FF.
I moved the ML_FF to lammps by :
pair_style vasp
pair_coeff * * ML_FF O N C H S
replicate 4 4 1
I checked the trajectory for xyz format. But I found the structure of COF was collapsed.
I will appreciate everyone give me some clues to improve the stability of the MLFF, or shared your experiences in training such system