Pressure seems to countains only kinetic contribution #39
Replies: 2 comments 5 replies
-
Hi @Mathieu-Istas , Thanks for your interest in our code! For the pressure, yes, getting this right requires the For the segmentation fault, unfortunately this is sometimes how it fails when it runs out of memory, rather than a more useful error. This can be resolved generally with the use of a smaller model, a smaller cutoff, or the use of Allegro instead of NequIP to parallelize larger systems across multiple GPUs. |
Beta Was this translation helpful? Give feedback.
-
@Linux-cpp-lisp Thanks for the quick reply and the answer.s I had some technical difficulties to have the correct pytorch version, but I now have simulations running at the correct pressure. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Thanks for developing Nequip.
Possibly related to this question, but a bit different. I trained a model that gives good predictions on forces and energies. However the value of the pressure is completely underestimated when I try to run MD simulations with Lammps, in the NPT or NVT ensemble with periodic boundary conditions. It is extremely close the ideal gas contribution (N k_b T / V), and the other contributions from the forces and periodic boundary conditions seems to be missing. What could be the cause?
It may be unrelated, but I also run into a segmentation fault if I increase the number of atoms in the system (even with 500 atoms is problematic). I wonder if it has to do with the boundary conditions.
Beta Was this translation helpful? Give feedback.
All reactions