GROMACS version: 2018
GROMACS modification: No
I am trying to have this instuctions to prevent forming globules of polymer chain.
NO coulomb interaction
LJ cutoff set to 0.3 nm
All-bonds constrained using SHAKE
Gromacs implementation:
constraint_algorithm = shake ; holonomic constraints
constraints = all-bonds ;
; Nonbonded settings
cutoff-scheme = Verlet ; Buffered neighbor searching
ns_type = grid ; search neighboring grid cells
nstlist = 10 ; 20 fs, largely irrelevant with Verlet
rlist = 0.3 ; Short-range cutoff for neighbor list
rvdw = 0.3 ; Short-range van der Waals cutoff (in nm)
DispCorr = EnerPres ; account for cut-off vdW scheme
; Electrostatics
coulombtype = Cutoff ; Turn off Coulomb interactions
rcoulomb = 0.0 ; No electrostatic interactions
Getting error: With Verlet lists rcoulomb!=rvdw is not supported (except for
rcoulomb>rvdw with PME electrostatics)
What’s the best way to do it, without changing the topology file as i want to turn on the coulombic interaction later on.