change md run time
This commit is contained in:
@@ -365,7 +365,7 @@ cat << EOF > ${MDRUN_NAME}.mdp
|
||||
title = Protein-ligand complex MD simulation
|
||||
; Run parameters
|
||||
integrator = md ; leap-frog integrator
|
||||
nsteps = 5000000 ; 2 * 5000000 = 10000 ps (10 ns)
|
||||
nsteps = ${NSTEPS} ; 2 * 5000000 = 10000 ps (10 ns)
|
||||
dt = 0.002 ; 2 fs
|
||||
; Output control
|
||||
nstenergy = 5000 ; save energies every 10.0 ps
|
||||
|
||||
Reference in New Issue
Block a user