Hello everyone,
I’ve been working on trying to equilibrate an proton-disordered ice sample using TIP4p potential using LAMMPS (2 Aug 2023 - Update 3). I created the sample using genice with 1h TIP4p description and then added necessary flags to the .lmp file to be read by the input script. However, when I run the file I get an error: Rigid body extent 20.85979200728954 > ghost atom cutoff.
I have attached my input script as well as my datafile. What I’m struggling with understanding is the fix NPT all rigid/npt/small command. My understanding is that it should automatically calculate the max distance from body owner to body atom of a water molecule. This should be a small value, less than an angstrom. However, when I try to run it my distance is close to the size of my box at 20.859792. I have specified pointers so the NPT fix correctly identifies the molecules and reduces the distance to no avail.
I have attempted to use the comm_modify cutoff 21 but that makes my system collapse into a singularity with a large density which crashes the simulation.
Thank you for your time and I looking forward to deepening my understanding and finding a solution together.
tip4p-2005-2.lmp (134.9 KB)
in.lammps (1.1 KB)