Bug summary
When I run lammps using the trained and frozen model, this error was raised:
Then I went to check the source code on the python side:
There is indeed 8 parameters, but the corresponding cpp codes have 9:
I tried to modify the python code by adding the comm_dict in the function parameters:
But other errors were raised as a result:
Can anyone help me fix this issue when using ZBL model?
DeePMD-kit Version
3.1.1.dev92+g3d235c421 (latest version forked from the devel brance)
Backend and its version
Backend: PyTorch PT ver: v2.8.0+cu129-ga1cb3cc05d4
How did you download the software?
Built from source
Input Files, Running Commands, Error Log, etc.
Run lammps with the frozen model.
Steps to Reproduce
null
Further Information, Files, and Links
No response