|
|
这是我的mdp文件:
define =
integrator = md
dt = 0.001
nsteps = 10000000
comm-grps = system
energygrps =
cos-acceleration = 0.04
;
nstxout = 500
nstvout = 500
nstfout = 500
nstlog = 500
nstenergy = 100
nstxout-compressed = 1000
compressed-x-grps = system
;
pbc = xyz
cutoff-scheme = Verlet
coulombtype = PME
rcoulomb = 1.6
vdwtype = cut-off
rvdw = 1.6
DispCorr = EnerPres
;
Tcoupl = V-rescale
tau_t = 1.0
tc_grps = system
ref_t = 303.15
;
Pcoupl = Berendsen
pcoupltype = isotropic
tau_p = 1.0
ref_p = 1.0
compressibility = 4.5e-5
;
gen_vel = no
gen_temp = 303.15
gen_seed = -1
;
freezegrps =
freezedim =
constraints = hbonds
您的意思是先NPT再NVT,另外请问NPT和NVT中都要加cos-acceleration,还是只有NVT加即可? |
|