Hello, I’m running a simulation of glucose oxidase in water with ions (Cl and Na). I have problems running the position restraint with the pressure as it never get to 1 bar but gets to very high or very low levels.
I’m using GROMACS 2022, the box dimensions are 8.73600 9.04600 8.73600.
Here is the mdp file:
define = -DPOSRES
constraints = h-bonds
pbc = xyz
integrator = md
dt = 0.002 ; ps !
nsteps = 100000 ; total 200 ps.
; Output control
nstxout = 10000 ; every 20 ps
nstvout = 10000
nstfout = 0
nstlog = 5000
nstenergy = 5000
nstcalcenergy = 10
nstxout-compressed = 100000
;compressed-x-precision = 10000
;compressed-x-grps = System
; Center of Mass motion
comm_mode = Linear
nstcomm = 10
comm_grps = Prot_glycan_FAD Water_and_ions
; Neighborsearching
cutoff-scheme = Verlet
nstlist = 10 ; 20 fs
;ns_type = grid
;rlist = 1.2 ; short-range neighborlist cutoff in nm
;rcoulomb = 1.2
coulombtype = PME
fourierspacing = 0.12
vdw-modifier = Potential-switch
rvdw_switch = 0.8
; Temperature coupling
Tcoupl = V-rescale
tc-grps = Prot_glycan_FAD Water_and_ions
tau_t = 0.1 0.1
ref_t = 300 300
; Energy monitoring
energygrps = Prot_glycan_FAD Water_and_ions
; P coupling is on
pcoupl = C-rescale
pcoupltype = isotropic
tau_p = 4.0
ref_p = 1.0
compressibility = 4.5e-5
refcoord_scaling = all
; Dispersion correction
DispCorr = no
; Velocity generation
Continuation = no
gen_vel = yes
gen_temp = 300
gen_seed = -1
resulting pressures are
Pressure (bar)
1.75038e+01 -4.29765e+01 -1.51139e+01
-4.29816e+01 3.94336e+01 7.51545e+00
-1.51090e+01 7.51555e+00 -7.71275e+01
Thanks in advance to anyone that will anser.