|
|
各位老师好,我参考之前的教程,想自己做一个有机小分子在穿模过程的一个伞形采样,正常运行到了构型生成这一步(对应于教程中的第五步),但是当我检查summary_distances.dat中帧和对应有机分子与DPPC之间的距离时发现,会出现多个平台。我想问一下各位老师,这样的平台的出现是不是合理的?距离出现这样大的突越是否合理?还有就是我给的md_pull.mdp是不是合理的呢?谢谢各位老师。
md_pull.mdp如下:
title = Umbrella pulling simulation
define = -DPOSRES ; 对DPPC限制,不对有机分子限制
; Run control
integrator = md
nsteps = 5000000
dt = 0.002
tinit = 0
nstcomm = 10
; Output control
nstxout = 5000
nstvout = 5000
nstfout = 5000
nstenergy = 5000
nstxout-compressed = 5000
nstlog = 5000
; Bonds
constraint_algorithm = lincs
constraints = all-bonds
continuation = yes
; Neighbor searching
cutoff-scheme = Verlet
nstlist = 10
ns_type = grid
rlist = 1.4
pbc = xyz
; Electrostatics
coulombtype = PME
rcoulomb = 1.4
; Van der Waals
rvdw = 1.4
DispCorr = EnerPres
; Ewald
fourierspacing = 0.12
fourier_nx = 0
fourier_ny = 0
fourier_nz = 0
pme_order = 4
ewald_rtol = 1e-5
; Temperature coupling
tcoupl = Nose-Hoover
tc_grps = DPP_KDZ Water_and_ions
tau_t = 0.5 0.5
ref_t = 323 323
; Pressure coupling
pcoupl = Parrinello-Rahman
pcoupltype = semiisotropic
tau_p = 5.0
ref_p = 1.0 1.0
compressibility = 4.5e-5 4.5e-5
refcoord_scaling = com
; Velocity generation
gen_vel = no
; COM pulling
pull = yes
pull_ngroups = 2
pull_ncoords = 1
pull_group1_name = KDZ
pull_group2_name = DPP
pull_coord1_type = umbrella ; harmonic biasing force
pull_coord1_geometry = distance ; simple distance increase
pull_coord1_groups = 1 2
pull_coord1_dim = N N Y
pull_coord1_rate = -0.001 ; 0.001 nm per ps = 1 nm per ns
pull_coord1_k = 1000 ; kJ mol^-1 nm^-2
pull_coord1_start = yes ; define initial COM distance > 0
|
|