1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
;
; Run control:
;
constraints = all-bonds
integrator = md
dt = 0.002 ; ps
nsteps = 500 ; total 100 ps
;
; Neighbor searching:
;
nstlist = 5
ns_type = grid
rlist = 1.4 ; nm
;
; Output control:
;
nstcomm = 1
nstxout = 0
nstvout = 0
nstfout = 0
nstlog = 100
nstenergy = 100
nstxout-compressed = 500
compressed-x-precision = 1000
compressed-x-grps = CG
energygrps = CG
;
; Electrostatics
;
coulombtype = User
pme_order = 4
fourierspacing = 0.1 ; nm
fourier_nx = 0
fourier_ny = 0
fourier_nz = 0
rcoulomb = 1.4 ; nm
ewald_rtol = 1e-5
;
; VdW
;
vdwtype = User
rvdw = 1.4 ; nm
table-extension = 1
;
; Tables:
;
energygrp_table = CG CG
;
; Temperature & Pressure coupling:
;
tcoupl = Berendsen
tc-grps = CG
tau_t = 0.1 ; ps
ref_t = 300 ; K
pcoupl = no ; fixed box size
;
; Velocity generation:
;
gen_vel = yes
gen_temp = 300 ; K
gen_seed = -1
|