The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field
GNU Lesser General Public License v3.0
305
stars
174
forks
source link
[BUG] _Replace With Suitable Title_ #1294
Closed
qinsiqs closed 1 year ago
Bug summary
在dpgen过程中,04步会中断报错("run_tasks for model devi should not be empty! Please check your files."),没有在01.model_devi文件夹下生成后面任务需要的文件
DeePMD-kit Version
deepmd-kit—2.2.1
TensorFlow Version
2.10.0
How did you download the software?
Offline packages
Input Files, Running Commands, Error Log, etc.
run_param.json { "type_map": [ "Li","P","S","Cl" ], "mass_map": [ 6.9,30.97,32,35 ], "init_data_prefix": "./", "init_data_sys": [ "data_init/md-222-0.95","data_init/md-222-1","data_init/md-222-1.05", "data_init/md-unit-0.95","data_init/md-unit-1","data_init/md-unit-1.05"
}
Steps to Reproduce
运行dpgen时,在04步报错("run_tasks for model devi should not be empty! Please check your files.")
Further Information, Files, and Links
No response