ERROR: Unknown command: pair_styled deepmd #2212
-
I installed deepmd-kit via offline package deepmd-kit-2.1.5-cpu-Linux-x86_64.sh. When I run deepmd-kit/bin/lmp using a trained model, it leads to the following error:
I also tried the deepmd-kit-2.1.1-cpu version, and the same error occurred. How to solve this problem? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Also tried conda activate /path/to/deepmd-kit. It still does't work. |
Beta Was this translation helpful? Give feedback.
-
The correct command is |
Beta Was this translation helpful? Give feedback.
-
Hello. I am having a similar problem. |
Beta Was this translation helpful? Give feedback.
The correct command is
pair_style
instead ofpair_styled
. You can refer to LAMMPS documentation -pair_style
command is not provided by us.