Skip to content

Instantly share code, notes, and snippets.

@leelasd
Created June 16, 2015 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leelasd/41ce0b787c8854b437bd to your computer and use it in GitHub Desktop.
Save leelasd/41ce0b787c8854b437bd to your computer and use it in GitHub Desktop.
Energy Minimisation Gromacs
; Define
define = -DFLEXIBLE
; Run Control
integrator = steep
; Energy Minimization
emtol = 200.0
nsteps = 5000
; Output Control
nstenergy = 1
energygrps = System
; Neighbor Searching
nstlist = 1
ns_type = grid
rlist = 1.0
; PBC
pbc = xyz
; Electrostatics
coulombtype = PME
rcoulomb = 1.0
pme_order = 4
fourierspacing = 0.16
; VdW
rvdw = 1.0
; Bonds
constraints = none
constraint_algorithm = Lincs
unconstrained_start = no
lincs_order = 4
lincs_warnangle = 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment