A NVT simulation for common production-level simulations &cntrl imin=0, ! No minimization irest=1, ! This IS a restart of an old MD simulation ntx=5, ! So our inpcrd file has velocities ! Temperature control ntt=3, ! Langevin dynamics gamma_ln=1.0, ! Friction coefficient (ps^-1) temp0=310, ! Target temperature ! Potential energy control cut=12.0, ! Nonbonded cutoff, in Angstroms ! MD settings nstlim=2500000, ! 2500K steps, 5000 ps total dt=0.002, ! time step (ps) ! SHAKE ntc=2, ! Constrain bonds containing hydrogen ntf=2, ! Do not calculate forces of bonds containing hydrogen ! Control how often information is printed ntpr=1000, ! Print energies every 1000 steps ntwx=1000, ! Print coordinates every 1000 steps to the trajectory ntwr=10000, ! Print a restart file every 10K steps (can be less frequent) ! ntwv=-1, ! Uncomment to also print velocities to trajectory ! ntwf=-1, ! Uncomment to also print forces to trajectory ntxo=2, ! Write NetCDF format ioutfm=1, ! Write NetCDF format (always do this!) ! Wrap coordinates when printing them to the same unit cell iwrap=0, ! Set water atom/residue names for SETTLE recognition watnam='WAT', ! Water residues are named WAT owtnm='O', ! Water oxygens are named O ! Set nfe model infe = 1 / &ewald vdwmeth = 0, / &smd output_file = './output/smd.txt' output_freq = 50 cv_file= 'cv.in' /