OP Configs
RunDPTrain
- init_model_start_pref_v:
- type:
float, optional, default:0.0argument path:init_model_start_pref_vThe start virial prefactor in loss when init-model
- init_model_start_pref_f:
- type:
int|float, optional, default:100argument path:init_model_start_pref_fThe start force prefactor in loss when init-model
- init_model_start_pref_e:
- type:
float, optional, default:0.1argument path:init_model_start_pref_eThe start energy prefactor in loss when init-model
- init_model_start_lr:
- type:
float, optional, default:0.0001argument path:init_model_start_lrThe start learning rate when init-model
- init_model_numb_steps:
- type:
int, optional, default:400000, alias: init_model_stop_batchargument path:init_model_numb_stepsThe number of training steps when init-model
- init_model_old_ratio:
- type:
float, optional, default:0.9argument path:init_model_old_ratioThe frequency ratio of old data over new data
- init_model_policy:
- type:
str, optional, default:noargument path:init_model_policyThe policy of init-model training. It can be
‘no’: No init-model training. Traing from scratch.
‘yes’: Do init-model training.
‘old_data_larger_than:XXX’: Do init-model if the training data size of the previous model is larger than XXX. XXX is an int number.
RunLmp
- command:
- type:
str, optional, default:lmpargument path:commandThe command of LAMMPS
RunVasp
- out:
- type:
str, optional, default:dataargument path:outThe output dir name of labeled data. In deepmd/npy format provided by dpdata.
- log:
- type:
str, optional, default:vasp.logargument path:logThe log file name of VASP
- command:
- type:
str, optional, default:vaspargument path:commandThe command of VASP