11 November 2019 7 1K Report

This is the input file for equilibration.

title = NVT Equilibration

; Run parameters

integrator = sd ; leap-frog integrator

nsteps = 250000 ; 2 * 50000 = 100 ps

dt = 0.002 ; 2 fs

; Output control

nstxout = 5000 ; save coordinates every 10 ps

nstvout = 5000 ; save velocities every 10 ps

nstenergy = 5000 ; save energies every 10 ps

nstlog = 5000 ; update log file every 10 ps

; Bond parameters

continuation = no ; Initial simulation

constraint_algorithm = lincs

constraints = all-bonds ; all bonds (even heavy atom-H bonds) constrained

lincs_iter = 1 ; accuracy of LINCS

lincs_order = 4 ; also related to accuracy

; Neighborsearching

ns_type = grid ; search neighboring grid cels

coulombtype = cut-off

nstlist = 5 ; 10 fs

rlist = 0 ; short-range neighborlist cutoff (in nm)

rcoulomb = 0 ; short-range electrostatic cutoff (in nm)

rvdw = 0 ; short-range van der Waals cutoff (in nm)

rgbradii = 0

; Temperature coupling is on

tcoupl = V-rescale ; Weak coupling for initial equilibration

tc-grps = System ; two coupling groups - more accurate

tau_t = 0.1 ; time constant, in ps

ref_t = 298 ; reference temperature, one for each group, in K

;gen_vel = yes ; Velocity generation is on

gen_temp = 10 ; temperature for velocity generation

gen_seed = -1 ; random seed

; COM motion removal

; These options remove COM motion of the system

;nstcomm = 10

comm-mode = Linear

comm-grps = System

pbc = no

cut-off_scheme = Group

implicit_solvent = GBSA

gb_algorithm = OBC

I setted nstlist>0 because domain decomposition is not supported at nstlist=0.

Similar questions and discussions