GROMACS version: 5.1.1 and 5.0.7
GROMACS modification: No
Hi,
I was trying to run nvt on a carbon nanotube in water filled box. Hydrogen atoms were added with the carbon atoms of the two sides of the tube using pymol. I restrained the CNT (with H atoms) using a position restraint file. But, whenever I try to run the simulation, I encounter an error.
WARNING: Listed nonbonded interaction between particles 16 and 30
at distance 24.330 which is larger than the table limit 2.240 nm.
This is likely either a 1,4 interaction, or a listed interaction inside
a smaller molecule you are decoupling during a free energy calculation.
Since interactions at distances beyond the table cannot be computed,
they are skipped until they are inside the table limit again. You will
only see this message once, even if it occurs for several interactions.
IMPORTANT: This should not happen in a stable simulation, so there is
probably something wrong with your system. Only change the table-extension
distance in the mdp file if you are really sure that is the reason.
Segmentation fault (core dumped)
Whenever I try to redo the nvt run, only the value of distance between two random particles change. everything else in the warning remains the same.
The cnt was placed in the center of the box. Every atom including the CNT and solvent is in the box.
I did some research and came up with the term “blowing up”. As I am a newbie in gromacs I blindly carried out some suggestions but in vail. Here are the list of my trials:
- I tried switching “couple-intramol” in nvt.mdp to “yes”
- Reduced dt from 0.002 to 0.001
- Minimized the cnt before adding H atoms using emtol = 170
- set table extension limit to 3. this worked for nvt and npt but main simulation got the exact same warning.
What should be done to solve this segmentation fault? any help will be really appreciated.
N.B. I found out, if I do not add H atoms to the cnt, the simulation works just fine. The fault arises whenever I add H atoms to the CNT.
my nvt.mdp file is given below:
define = -DPOSRES ; position restrain the protein
; Run parameters
integrator = md ; leap-frog integrator
nsteps = 5000 ; 10ps
dt = 0.002 ; 2 fs
; Output control
nstxout = 500 ; save coordinates every 1.0 ps
nstvout = 500 ; save velocities every 1.0 ps
nstenergy = 500 ; save energies every 1.0 ps
nstlog = 500 ; update log file every 1.0 ps
; Bond parameters
;continuation = no ; first dynamics run
;constraint_algorithm = lincs ; holonomic constraints
;constraints = all-bonds ; all bonds (even heavy atom-H bonds) constrained
;lincs_iter = 1 ; accuracy of LINCS
;lincs_order = 4 ; also related to accuracy
; Neighborsearching
;cutoff-scheme = Verlet
vdw-type = Cut-off
ns_type = grid ; search neighboring grid cells
nstlist = 10 ; 20 fs, largely irrelevant with Verlet
rlist = 1.2
rcoulomb = 1.2 ; short-range electrostatic cutoff (in nm)
rvdw = 1.2 ; short-range van der Waals cutoff (in nm)
; Electrostatics
coulombtype = PME ; Particle Mesh Ewald for long-range electrostatics
pme_order = 4 ; cubic interpolation
fourierspacing = 0.1 ; grid spacing for FFT
; Temperature coupling is on
tcoupl = Berendsen ; modified Berendsen thermostat
tc-grps = system; two coupling groups - more accurate
tau_t = 0.1 ; time constant, in ps
ref_t = 300 ; reference temperature, one for each group, in K
; Pressure coupling is off
pcoupl = no ; no pressure coupling in NVT
; Periodic boundary conditions
pbc = xyz ; 3-D PBC
; Dispersion correction
;DispCorr = EnerPres ; account for cut-off vdW scheme
; Velocity generation
gen_vel = yes ; assign velocities from Maxwell distribution
gen_temp = 300 ; temperature for Maxwell distribution
gen_seed = -1 ; generate a random seed