GROMACS version:
GROMACS modification: Yes/No
Hi,
I am trying to run a MD simulation for a protein-ligand system. I set the temperature to be 323.25 K but the temperature after NVT running only reaches around 223K. Here is my nvt.mdp file. I appreciate for any feedbacks.
title = Protein-ligand complex NVT equilibration
define = -DPOSRES
; Run parameters
integrator = md
nsteps = 50000
dt = 0.002
; Output control
nstenergy = 500
nstlog = 500
nstxout-compressed = 500
nstvout = 500
; Bond parameters
continuation = no
constraint_algorithm = lincs
constraints = h-bonds
lincs_iter = 1
lincs_order = 4
; Neighbor searching and vdW
cutoff-scheme = Verlet
ns_type = grid
nstlist = 20
rlist = 1.2
vdwtype = cutoff
vdw-modifier = force-switch
rvdw-switch = 1.0
rvdw = 1.2
; Electrostatics
coulombtype = PME
rcoulomb = 1.2
pme_order = 4
fourierspacing = 0.16
; Temperature coupling
tcoupl = V-rescale
tc-grps = Protein_PLT Water_and_ions
tau_t = 0.1 0.1
ref_t = 323.25 323.25
comm-grps = Protein_PLT Water_and_ions
comm-mode = Angular
; Pressure coupling
pcoupl = no
; Periodic boundary conditions
pbc = xyz
; Dispersion correction is not used for proteins with the C36 additive FF
DispCorr = no
; Velocity generation
gen_vel = yes
gen_temp = 323.25
gen_seed = -1