GROMACS version:2024
GROMACS modification: No
I have a small system in which there is a ligand with several waters. I would like to simulate this and print the coulombic and LJ energies without any cutoffs. I have very small system so I do not care about the computational performance but I care about the inclusion of all solvents’ interaction with ligand. Current Gromacs version keeps asking the cut-off scheme for vdw and coul, which i really do not want. How can I achieve that? One way to increase box size but in NVT-MD solvents gets too far from ligand. In NPT-MD, the box size shrinks over time and at some point reaches to the limit of the cutoffs (twice as much). All I want is a simple MM energy term without exclusion of any solvents by cut-offs on vdw or coul.
So far what I had to do is the following:
- I bring the system at the equilibrium at NPT after NVT. That way, I could learn how much the box size would be according to the number of solvents I have in the system (which is less than 100).
- I use gmx editconf to change the box size of the NPT to trick the program for accounting all interactions
- I rerun mdrun -rerun of the NPT trajectory.
Is this an accurate way? or could someone tell me how to achieve this step by step?