2 <title>mdp file format
</title>
3 <LINK rel=stylesheet
href=
"style.css" type=
"text/css">
4 <BODY text=
"#000000" bgcolor=
"#FFFFFF" link=
"#0000EF" vlink=
"#650065" alink=
"#FF0000">
5 <h2>mdp file format
</h2>
6 <CENTER><TABLE BORDER=
0 CELLSPACING=
0 CELLPADDING=
0 COLS=
2 WIDTH=
"98%">
8 <TD><font size=-
1><A HREF=
"../online.html">Main Table of Contents
</A></font></TD>
9 <TD ALIGN=RIGHT
><B>VERSION
4.0</B></TR>
10 <TR><TD><font size=-
1><A HREF=
"http://www.gromacs.org">GROMACS homepage
</A></font></TD>
11 <TD ALIGN=RIGHT
><B>Sun
18 Jan
2009</B></TR></TABLE></CENTER><HR>
12 <P> Follow
<a href=
"mdp_opt.html">this link
</a> for a detailed description of the options
</a>.
</P>
14 <P> Below is a sample mdp file.
15 The ordering of the items is not important, but if you enter the same
16 thing twice, the
<b>last
</b> is used (grompp gives you a note when
17 overriding values). Dashes and underscores on the
18 left hand side are ignored.
</P>
20 <P> The values of the options are reasonable values for a
1 nanosecond
21 MD run of a protein in a box of water.
</P>
38 energygrps = Protein SOL
51 compressibility =
4.5e-5
56 constraints = all-bonds
61 With this input
<a href=
"grompp.html"><tt>grompp
</tt></a> will produce
62 an
<tt>mdout.mdp
</tt> with all the options and descriptions:
67 ; VARIOUS PREPROCESSING OPTIONS =
73 ; RUN CONTROL PARAMETERS =
75 ; start time and timestep in ps =
79 ; number of steps for center of mass motion removal =
83 ; LANGEVIN DYNAMICS OPTIONS =
84 ; Temperature, friction coefficient (amu/ps) and random seed =
89 ; ENERGY MINIMIZATION OPTIONS =
90 ; Force tolerance and initial step-size =
93 ; Max number of iterations in relax_shells =
95 ; Frequency of steepest descents steps when doing CG =
98 ; OUTPUT CONTROL OPTIONS =
99 ; Output frequency for coords (x), velocities (v) and forces (f) =
103 ; Output frequency for energies to log file and energy file =
106 ; Output frequency and precision for xtc file =
109 ; This selects the subset of atoms for the xtc file. You can =
110 ; select multiple groups. By default all atoms will be written. =
112 ; Selection of energy groups =
113 energygrps = Protein SOL
115 ; NEIGHBORSEARCHING PARAMETERS =
116 ; nblist update frequency =
118 ; ns algorithm (simple or grid) =
120 ; Periodic boundary conditions: xyz or none =
124 domain-decomposition = no
126 ; OPTIONS FOR ELECTROSTATICS AND VDW =
127 ; Method for doing electrostatics =
128 coulombtype = cut-off
131 ; Dielectric constant (DC) for cut-off or DC of reaction field =
133 ; Method for doing Van der Waals =
138 ; Apply long range dispersion corrections for Energy and Pressure =
140 ; Spacing for the PME/PPPM FFT grid =
141 fourierspacing =
0.12
142 ; FFT grid size, when a value is
0 fourierspacing will be used =
146 ; EWALD/PME/PPPM parameters =
152 ; OPTIONS FOR WEAK COUPLING ALGORITHMS =
153 ; Temperature coupling =
155 ; Groups to couple separately =
156 tc-grps = Protein SOL
157 ; Time constant (ps) and reference temperature (K) =
160 ; Pressure coupling =
162 Pcoupltype = Isotropic
163 ; Time constant (ps), compressibility (
1/bar) and reference P (bar) =
165 compressibility =
4.5e-5
168 ; SIMULATED ANNEALING CONTROL =
170 ; Time at which temperature should be zero (ps) =
173 ; GENERATE VELOCITIES FOR STARTUP RUN =
178 ; OPTIONS FOR BONDS =
179 constraints = all-bonds
180 ; Type of constraint algorithm =
181 constraint-algorithm = Lincs
182 ; Do not constrain the start configuration =
183 unconstrained-start = no
184 ; Relative tolerance of shake =
186 ; Highest order in the expansion of the constraint coupling matrix =
188 ; Lincs will write a warning to the stderr if in one step a bond =
189 ; rotates over more degrees than =
191 ; Convert harmonic bonds to morse potentials =
194 ; NMR refinement stuff =
195 ; Distance restraints type: No, Simple or Ensemble =
197 ; Force weighting of pairs in one distance restraint: Equal or Conservative =
198 disre-weighting = Equal
199 ; Use sqrt of the time averaged times the instantaneous violation =
203 ; Output frequency for pair distances to energy file =
206 ; Free energy control stuff =
213 ; Non-equilibrium MD stuff =
222 ; Format is number of terms (int) and for all terms an amplitude (real) =
223 ; and a phase angle (real) =
231 ; User defined thingies =
246 <font size=
"-1"><a href=
"http://www.gromacs.org">http://www.gromacs.org
</a></font><br>