Segmentation fault when running lammps with deepmd + kspace + bond/angle information #4184
Unanswered
dkussainova
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Have you used the latest version? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to run lammps with hybrid/scaled pair_style to combine deepmd model and empirical model. Therefore, I'm using atom_style full with data file that contains coordinates, bonds, and angles. To use lj/cut/coul/long I'm also trying to use kspace (kspace_style pppm 1e-5 kspace_modify gewald 0.45). However, I'm getting segmentation fault. After some tests, I identified that I can run successfully deepmd model with full atom style and data file that includes bond/angle information but without kspace. Or I can run deepmd with kspace and full atom style but bonds and angles are removed from the data file. But when I combine all of them I'm getting segmentation fault. Is there some reason for this? And can it be fixed?
Any help will be greatly appreciated.
Thanks,
Dina
Here is an error message:
I also tried to run with different lammps/deepmd, but getting similar error:
Input lammps file:
Data file for lammps:
Beta Was this translation helpful? Give feedback.
All reactions