Dear Gromacs users,
I am trying to perform a simulation for a protein-DNA system using GROMACS 2019. I would like to use both CHARMM22 and AMBER99SB-ILDN force fields. Actually, I want to compare both simulation results with our experimental observation and want to conclude that which force field is the best candidate for studying our system. Now, I have 200 ns simulation data using CHARMM force field. Please see the production input file below:
title = MD simulation
; Run parameters
integrator = md
nsteps = 200000000
dt = 0.002
; Output control
nstxout = 10000
nstvout = 10000
nstenergy = 10000
nstlog = 10000
nstxout-compressed = 10000
compressed-x-grps = System
continuation = yes
constraint_algorithm = lincs
constraints = h-bonds
lincs_iter = 1
lincs_order = 4
cutoff-scheme = Verlet
ns_type = grid
nstlist = 20
rlist = 1.2
coulombtype = pme
rcoulomb = 1.2
vdwtype = Cut-off
vdw-modifier = Force-switch
rvdw_switch = 1.0
rvdw = 1.2
pme_order = 4
fourierspacing = 0.16
; Temperature coupling is on
tcoupl = Nose-Hoover
tc-grps = Protein_URA_CYT_ADE NA_CL_SOL
tau_t = 1.0 1.0
ref_t = 300 300
pcoupl = Parrinello-Rahman
pcoupltype = isotropic
tau_p = 5.0
ref_p = 1.0 ;
compressibility = 4.5e-5
refcoord_scaling = com
pbc = xyz
DispCorr = EnerPres
gen_vel = no
I used 1.2 nm simulation cut off using CHARMM. I saw, people were using 1.0 nm cut off using AMBER. Do I need to use same parameter file for force field comparison? I am confused regarding this issue.
Any kind of advice/ suggestions will be deeply appreciated.
Thanks in advance,
Snehasis Chatterjee