GROMACS version: 2020.1-Ubuntu-2020.1-1
GROMACS modification: No
Hello everybody.
I am trying to create a box with a sheet of graphene solvated with H2O, with a size of 17.09 x 25 x 27.13 (angstrom). The system preparation parameters are:
rlis = rcoulomb = rvdw = 0.6
System optimization normally occurs with grompp and mdrun, but the problem is when I use the NPT ensemble. NPT.mdp details:
dt = 0.002
nsteps = 10000
rlis = rcoulomb = rvdw = 0.6
Tcoupl = nose-hoover
Pcoupl = Parrinello-Rahman
pcoupltype = anisotropic
tau_p = 5.0
compressibility = 0 4.5e-5 0 0 0 0 which would be at 1 atm
ref_p = 0 1 0 0 0 0
periodic_molecules = yes
When actually starting the simulation, the error that is reported is the following:
starting mdrun ‘Grephene in Water’
10000 steps, 20.0 feet.
*** Process received signal ***
Signal: Segmentation fault (11)
Signal code: Address not mapped (1)
Failing at address: 0x55b4ce7797e0
[ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7f6511d54420]
*** End of error message ***
Segmentation fault (core image recorded)
If I lower the dt to dt = 0.0001:
Fatal error:
One of the box vectors has become shorter than twice the cut-off length or box_yy-|box_zy| or box_zz has become smaller than the cut-off.
Would anyone have an idea how to resolve this issue?
Should I change the barostat to Berendsen?