-
Notifications
You must be signed in to change notification settings - Fork 6
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
LAMMPS compatibility #13
Comments
This error is from the TensorFlow backend. Did you use an old version? |
I thought I've used the PyTorch backend. The model was trained with Before testing deepmd-mace, I trained a deepmd-kit model with |
Please check whether you use the latest code on the devel branch to compile the C++ interface. The plugin support (deepmodeling/deepmd-kit#4073) has not been released to any release version. |
I used the released version. Thanks for your help! That's quite helpful and I will try the latest codes |
v3.0.0b4 has been released, so it should not be a problem anymore. |
I'm trying to run LAMMPS with models trained by deepmd-mace. The deepmd-mace was installed following the README.md and it did work. But when running
lmp -i in.lmp
, it failed with the following message:Should I recompile the
dp
part or thelmp
part? How to recompile LAMMPS with the new "libdeepmd_mace.so"?Best wishes.
The text was updated successfully, but these errors were encountered: