-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DP2.1.5_lmp can not recongize pair_style in lammps input file #2071
Comments
You may execute |
Duplicate of #1809. |
Hello. I'm having the same issue. When I execute
|
Bug summary
The dp model trained using dpmd-kit 2.1.5. After training 1000000 steps. We got 4 models to run MD. However, the lmp can not recongize the pair style deepmd.
DeePMD-kit Version
2.1.5
TensorFlow Version
unknow
How did you download the software?
conda
Input Files, Running Commands, Error Log, etc.
error:
pair_style deepmd ../graph.000.pb ../graph.001.pb ../graph.002.pb ../graph.003.pb out_freq ${THERMO_FREQ} out_file model_devi.out
pair_style deepmd ../graph.000.pb ../graph.001.pb ../graph.002.pb ../graph.003.pb out_freq 10 out_file model_devi.out
ERROR: Unrecognized pair style 'deepmd' (src/force.cpp:279)
Last command: pair_style deepmd ../graph.000.pb ../graph.001.pb ../graph.002.pb ../graph.003.pb out_freq ${THERMO_FREQ} out_file model_devi.out
Steps to Reproduce
no
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: