<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 14/11/2010 4:06 AM, Yongchul Chung wrote:
    <blockquote
      cite="mid:AANLkTik=4NOD3EowbVYimGAVyM=Kfg-Pqire3e+_ukx=@mail.gmail.com"
      type="cite">Thanks Justin for your prompt reply. I am aware of the
      link you provided, but it seems they are rather hand-waving. It
      would be nice if I could be directed to a source code of some
      sort.</blockquote>
    <br>
    They're "hand-waving" by design of course - a normal user doesn't
    care about the details so long as they know how to make it work
    right.<br>
    <br>
    src/gmxlib/checkpoint.c has the details (in 4.5 at least), which
    vary quite a bit with MD algorithm and GROMACS version.<br>
    <br>
    Mark<br>
    <br>
    <blockquote
      cite="mid:AANLkTik=4NOD3EowbVYimGAVyM=Kfg-Pqire3e+_ukx=@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>Greg<br>
        <br>
        <div class="gmail_quote">
          On Sat, Nov 13, 2010 at 11:50 AM, Justin A. Lemkul <span
            dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:jalemkul@vt.edu">jalemkul@vt.edu</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div class="im"><br>
              <br>
              Yongchul Chung wrote:<br>
              <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
                0.8ex; border-left: 1px solid rgb(204, 204, 204);
                padding-left: 1ex;">
                Hello gmx-users,<br>
                <br>
                I ran two short simulation in series (simulation A
                --&gt; simulation B). The output *.gro file from the
                simulation A was used as an input file for the
                simulation B. If I compare the energy value at the end
                of simulation A, and t=0 at simulation B, they are
                different (&lt;0.1% deviation). However, if you supply
                checkpoint file, you get exactly the same value of the
                energy at t=0 for simulation B. I used gmxdump to check
                out the contents of cpt file. It seems like the file has
                some extra components compared to gro file (which has
                position, and velocity information). Several extra
                things I found that might be relevant were
                'energy_aver', 'energy_sum', and 'energy_n[0]'. It seems
                like gromacs somehow use these values internally to
                match the energy value at the start of simulation B to
                the end of simulation A. <br>
                Can someone tell me why there's an error in the energy
                value if we don't supply the cpt file, but with cpt
                file, there's no error? I suspect it has to do with the
                extra information I mentioned above, but not sure where
                in the source code to look for more information. <br>
              </blockquote>
              <br>
            </div>
            I can't provide any information on the specifics in the
            code, but if you think about the purpose and function of the
            .cpt file, it makes sense. &nbsp;The .cpt file contains
            information about the entire state of the system, which is
            described by more than just position and velocities, which,
            in the .gro file, are in limited precision.<br>
            <br>
            For a bit more:<br>
            <br>
            <a moz-do-not-send="true"
href="http://www.gromacs.org/Documentation/How-tos/Extending_Simulations#Exact_vs_binary_identical_continuation"
              target="_blank">http://www.gromacs.org/Documentation/How-tos/Extending_Simulations#Exact_vs_binary_identical_continuation</a><br>
            <br>
            -Justin
            <div>
              <div class="h5"><br>
                <br>
                <blockquote class="gmail_quote" style="margin: 0pt 0pt
                  0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204);
                  padding-left: 1ex;">
                  Thanks,<br>
                  <br>
                  Greg<br>
                  <br>
                  I'm appending the data, commands, and mdp file below
                  for the reference.<br>
                  <br>
                  // commands<br>
                  1) Simulation A<br>
                  grompp -f grompp.mdp -c input_to_A.gro -n index.ndx -p
                  topol.top<br>
                  mdrun -s topol.tpr -c output_of_A.gro<br>
                  <br>
                  2-1) Simulation B (w/o checkpoint)<br>
                  grompp -f grompp.mdp -c output_of_A.gro -n index.ndx
                  -p topol.top<br>
                  mdrun -s topol.tpr -c output_of_B.gro<br>
                  <br>
                  2-2) Simulation B(w/ checkpoint)<br>
                  grompp -f grompp.mdp -c output of A.gro -n index.ndx
                  -p topol.top -t state.cpt<br>
                  mdrun -s topol.tpr -c output_of_B_with_state.gro<br>
                  <br>
                  // data<br>
                  Simulation A energy data<br>
                  time &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bond &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  bond-nc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;angles &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp;dihedral &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LJ(SR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp; &nbsp; &nbsp; potential &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kinetic &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp; total energy<br>
                  &nbsp; &nbsp;0.000000 &nbsp;29233.408203 &nbsp;43995.722656 &nbsp;45702.835938
                  &nbsp;51693.003906 &nbsp;-144114.109375 &nbsp; &nbsp;26510.859375
                  &nbsp;85977.609375 &nbsp;112488.468750<br>
                  &nbsp; &nbsp;0.003000 &nbsp;29246.806641 &nbsp;44015.367188 &nbsp;45684.222656
                  &nbsp;51694.019531 &nbsp;-144110.906250 &nbsp; &nbsp;26529.500000
                  &nbsp;85964.890625 &nbsp;112494.390625<br>
                  &nbsp; &nbsp;0.006000 &nbsp;29247.708984 &nbsp;44022.949219 &nbsp;45585.886719
                  &nbsp;51695.375000 &nbsp;-144107.500000 &nbsp; &nbsp;26444.421875
                  &nbsp;86054.156250 &nbsp;112498.578125<br>
                  &nbsp; &nbsp;0.009000 &nbsp;29241.958984 &nbsp;44016.546875 &nbsp;45426.968750
                  &nbsp;51697.175781 &nbsp;-144104.265625 &nbsp; &nbsp;26278.390625
                  &nbsp;86218.250000 &nbsp;112496.640625<br>
                  &nbsp; &nbsp;0.012000 &nbsp;29235.324219 &nbsp;44005.812500 &nbsp;45257.687500
                  &nbsp;51699.402344 &nbsp;-144101.031250 &nbsp; &nbsp;26097.203125
                  &nbsp;86396.218750 &nbsp;112493.421875<br>
                  &nbsp; &nbsp;0.015000 &nbsp;29231.802734 &nbsp;43999.378906 &nbsp;45130.500000
                  &nbsp;51701.945312 &nbsp;-144098.000000 &nbsp; &nbsp;25965.625000
                  &nbsp;86528.429688 &nbsp;112494.054688<br>
                  &nbsp; &nbsp;0.018000 &nbsp;29231.041016 &nbsp;43994.878906 &nbsp;45067.519531
                  &nbsp;51704.746094 &nbsp;-144094.390625 &nbsp; &nbsp;25903.796875
                  &nbsp;86595.398438 &nbsp;112499.195312<br>
                  &nbsp; &nbsp;0.021000 &nbsp;29227.580078 &nbsp;43988.855469 &nbsp;45058.753906
                  &nbsp;51707.007812 &nbsp;-144091.468750 &nbsp; &nbsp;25890.718750
                  &nbsp;86615.390625 &nbsp;112506.109375<br>
                  &nbsp; &nbsp;0.024000 &nbsp;29213.531250 &nbsp;43979.210938 &nbsp;45072.437500
                  &nbsp;51708.511719 &nbsp;-144088.968750 &nbsp; &nbsp;25884.718750
                  &nbsp;86626.640625 &nbsp;112511.359375<br>
                  &nbsp; &nbsp;0.027000 &nbsp;29182.050781 &nbsp;43970.894531 &nbsp;45074.558594
                  &nbsp;51708.472656 &nbsp;-144086.500000 &nbsp; &nbsp;25849.468750
                  &nbsp;86666.546875 &nbsp;112516.015625<br>
                  &nbsp; &nbsp;0.030000 &nbsp;29130.822266 &nbsp;43963.402344 &nbsp;45045.148438
                  &nbsp;51706.945312 &nbsp;-144083.968750 &nbsp; &nbsp;25762.343750
                  &nbsp;86753.906250 &nbsp;112516.250000<br>
                  <br>
                  Simulation B energy data (w/o checkpoint supply)<br>
                  time &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bond &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  bond-nc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;angles &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp;dihedral &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LJ(SR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp; &nbsp; &nbsp; &nbsp;potential &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kinetic &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp; total energy<br>
                  &nbsp; &nbsp;0.000000 &nbsp;29177.361328 &nbsp;43958.375000 &nbsp;45142.761719
                  &nbsp;51717.425781 &nbsp;-144082.890625 &nbsp; &nbsp; 25913.031250
                  &nbsp;86762.046875 &nbsp;112675.078125<br>
                  &nbsp; &nbsp;0.003000 &nbsp;29105.240234 &nbsp;43942.156250 &nbsp;45086.699219
                  &nbsp;51714.648438 &nbsp;-144080.843750 &nbsp; &nbsp; 25767.906250
                  &nbsp;86901.765625 &nbsp;112669.671875<br>
                  &nbsp; &nbsp;0.006000 &nbsp;29024.171875 &nbsp;43924.238281 &nbsp;45048.691406
                  &nbsp;51711.386719 &nbsp;-144079.562500 &nbsp; &nbsp; 25628.921875
                  &nbsp;87035.437500 &nbsp;112664.359375<br>
                  &nbsp; &nbsp;0.009000 &nbsp;28946.726562 &nbsp;43907.777344 &nbsp;45057.507812
                  &nbsp;51707.562500 &nbsp;-144078.187500 &nbsp; &nbsp; 25541.375000
                  &nbsp;87120.882812 &nbsp;112662.257812<br>
                  &nbsp; &nbsp;0.012000 &nbsp;28883.349609 &nbsp;43891.914062 &nbsp;45115.203125
                  &nbsp;51703.593750 &nbsp;-144076.875000 &nbsp; &nbsp; 25517.187500
                  &nbsp;87146.593750 &nbsp;112663.781250<br>
                  &nbsp; &nbsp;0.015000 &nbsp;28838.960938 &nbsp;43876.933594 &nbsp;45194.253906
                  &nbsp;51698.367188 &nbsp;-144075.921875 &nbsp; &nbsp; 25532.578125
                  &nbsp;87133.734375 &nbsp;112666.312500<br>
                  &nbsp; &nbsp;0.018000 &nbsp;28811.880859 &nbsp;43862.824219 &nbsp;45258.449219
                  &nbsp;51691.171875 &nbsp;-144074.359375 &nbsp; &nbsp; 25549.968750
                  &nbsp;87119.765625 &nbsp;112669.734375<br>
                  &nbsp; &nbsp;0.021000 &nbsp;28797.781250 &nbsp;43848.613281 &nbsp;45278.308594
                  &nbsp;51680.550781 &nbsp;-144072.375000 &nbsp; &nbsp; 25532.875000
                  &nbsp;87136.203125 &nbsp;112669.078125<br>
                  &nbsp; &nbsp;0.024000 &nbsp;28790.947266 &nbsp;43837.628906 &nbsp;45248.121094
                  &nbsp;51666.472656 &nbsp;-144069.750000 &nbsp; &nbsp; 25473.421875
                  &nbsp;87192.453125 &nbsp;112665.875000<br>
                  &nbsp; &nbsp;0.027000 &nbsp;28788.593750 &nbsp;43833.882812 &nbsp;45184.238281
                  &nbsp;51649.878906 &nbsp;-144066.250000 &nbsp; &nbsp; 25390.343750
                  &nbsp;87271.281250 &nbsp;112661.625000<br>
                  &nbsp; &nbsp;0.030000 &nbsp;28791.101562 &nbsp;43838.437500 &nbsp;45111.562500
                  &nbsp;51631.695312 &nbsp;-144062.437500 &nbsp; &nbsp; 25310.359375
                  &nbsp;87347.335938 &nbsp;112657.695312<br>
                  <br>
                  Simulation B energy data (w/ checkpoint supply)<br>
                  time &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bond &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  bond-nc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;angles &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp;dihedral &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LJ(SR) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp; &nbsp; &nbsp;potential &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kinetic &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  total energy<br>
                  &nbsp; &nbsp;0.000000 &nbsp;29130.822266 &nbsp;43963.402344 &nbsp;45045.148438
                  &nbsp;51706.945312 &nbsp;-144083.968750 &nbsp; &nbsp;25762.343750
                  &nbsp;86753.906250 &nbsp;112516.250000<br>
                  &nbsp; &nbsp;0.003000 &nbsp;29062.935547 &nbsp;43950.101562 &nbsp;45003.597656
                  &nbsp;51704.625000 &nbsp;-144082.593750 &nbsp; &nbsp;25638.671875
                  &nbsp;86871.796875 &nbsp;112510.468750<br>
                  &nbsp; &nbsp;0.006000 &nbsp;28987.000000 &nbsp;43933.789062 &nbsp;44987.125000
                  &nbsp;51702.902344 &nbsp;-144080.546875 &nbsp; &nbsp;25530.265625
                  &nbsp;86977.445312 &nbsp;112507.710938<br>
                  &nbsp; &nbsp;0.009000 &nbsp;28915.218750 &nbsp;43915.363281 &nbsp;45016.925781
                  &nbsp;51700.277344 &nbsp;-144079.140625 &nbsp; &nbsp;25468.640625
                  &nbsp;87037.531250 &nbsp;112506.171875<br>
                  &nbsp; &nbsp;0.012000 &nbsp;28857.343750 &nbsp;43895.234375 &nbsp;45089.933594
                  &nbsp;51697.753906 &nbsp;-144077.906250 &nbsp; &nbsp;25462.359375
                  &nbsp;87046.164062 &nbsp;112508.523438<br>
                  &nbsp; &nbsp;0.015000 &nbsp;28817.451172 &nbsp;43875.136719 &nbsp;45177.636719
                  &nbsp;51693.886719 &nbsp;-144077.312500 &nbsp; &nbsp;25486.796875
                  &nbsp;87024.257812 &nbsp;112511.054688<br>
                  &nbsp; &nbsp;0.018000 &nbsp;28794.009766 &nbsp;43857.585938 &nbsp;45244.371094
                  &nbsp;51687.488281 &nbsp;-144075.656250 &nbsp; &nbsp;25507.796875
                  &nbsp;87008.031250 &nbsp;112515.828125<br>
                  &nbsp; &nbsp;0.021000 &nbsp;28782.230469 &nbsp;43840.925781 &nbsp;45260.535156
                  &nbsp;51677.023438 &nbsp;-144073.578125 &nbsp; &nbsp;25487.140625
                  &nbsp;87028.789062 &nbsp;112515.929688<br>
                  &nbsp; &nbsp;0.024000 &nbsp;28777.083984 &nbsp;43828.734375 &nbsp;45221.421875
                  &nbsp;51662.421875 &nbsp;-144071.265625 &nbsp; &nbsp;25418.390625
                  &nbsp;87094.679688 &nbsp;112513.070312<br>
                  &nbsp; &nbsp;0.027000 &nbsp;28775.339844 &nbsp;43824.812500 &nbsp;45144.421875
                  &nbsp;51644.714844 &nbsp;-144067.640625 &nbsp; &nbsp;25321.656250
                  &nbsp;87187.125000 &nbsp;112508.781250<br>
                  &nbsp; &nbsp;0.030000 &nbsp;28777.638672 &nbsp;43829.210938 &nbsp;45058.011719
                  &nbsp;51625.828125 &nbsp;-144064.296875 &nbsp; &nbsp;25226.390625
                  &nbsp;87277.976562 &nbsp;112504.367188<br>
                  <br>
                  // mdp<br>
                  <br>
                  ; RUN CONTROL PARAMETERS<br>
                  integrator &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = md<br>
                  ; Start time and timestep in ps<br>
                  tinit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0.0<br>
                  dt &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0.003<br>
                  ;nsteps &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 10000000<br>
                  nsteps &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 10<br>
                  ; For exact run continuation or redoing part of a run<br>
                  init_step &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0<br>
                  ; mode for center of mass motion removal<br>
                  comm-mode &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= Linear<br>
                  ; number of steps for center of mass motion removal<br>
                  nstcomm &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 100<br>
                  ; group(s) for center of mass motion removal<br>
                  comm-grps &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=<br>
                  <br>
                  ; OUTPUT CONTROL OPTIONS<br>
                  ; Output frequency for coords (x), velocities (v) and
                  forces (f)<br>
                  nstxout &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1<br>
                  nstvout &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1<br>
                  nstfout &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1<br>
                  ; Checkpointing helps you continue after crashes<br>
                  nstcheckpoint &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1<br>
                  ; Output frequency for energies to log file and energy
                  file<br>
                  nstlog &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1<br>
                  nstenergy &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1<br>
                  ; Output frequency and precision for xtc file<br>
                  nstxtcout &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= xtc_precision &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=
                  1000<br>
                  ; This selects the subset of atoms for the xtc file.
                  You can<br>
                  ; select multiple groups. By default all atoms will be
                  written.<br>
                  xtc-grps &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =<br>
                  ; Selection of energy groups<br>
                  energygrps &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = A B<br>
                  <br>
                  ; NEIGHBORSEARCHING PARAMETERS<br>
                  ; nblist update frequency<br>
                  nstlist &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1<br>
                  ; ns algorithm (simple or grid)<br>
                  ns_type &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= grid<br>
                  ; Periodic boundary conditions: xyz (default), no
                  (vacuum)<br>
                  ; or full (infinite systems only)<br>
                  pbc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= xyz<br>
                  ; nblist cut-off<br>
                  rlist &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1.1<br>
                  ;domain-decomposition &nbsp; &nbsp; = no<br>
                  <br>
                  ; OPTIONS FOR WEAK COUPLING ALGORITHMS<br>
                  ; Temperature coupling<br>
                  ;tcoupl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = no<br>
                  tcoupl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = Berendsen<br>
                  ;tcoupl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = v-rescale<br>
                  ; Groups to couple separately<br>
                  tc-grps &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= system<br>
                  ; Time constant (ps) and reference temperature (K)<br>
                  tau_t &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0.5<br>
                  ref_t &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 363<br>
                  ; Pressure coupling<br>
                  Pcoupl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = no<br>
                  ;Pcoupl &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = Berendsen<br>
                  Pcoupltype &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = Anisotropic<br>
                  ; Time constant (ps), compressibility (1/bar) and
                  reference P (bar)<br>
                  tau_p &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0.33<br>
                  compressibility &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0 0 0 0 0 0<br>
                  ref_p &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1.01325 1.01325 1.01325 0 0
                  0<br>
                  ; Random seed for Andersen thermostat<br>
                  andersen_seed &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= -1<br>
                  <br>
                  ; GENERATE VELOCITIES FOR STARTUP RUN<br>
                  gen_vel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= no<br>
                  gen_temp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 363<br>
                  gen_seed &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 57597<br>
                  <br>
                </blockquote>
                <br>
              </div>
            </div>
            -- <br>
            ========================================<br>
            <br>
            Justin A. Lemkul<br>
            Ph.D. Candidate<br>
            ICTAS Doctoral Scholar<br>
            MILES-IGERT Trainee<br>
            Department of Biochemistry<br>
            Virginia Tech<br>
            Blacksburg, VA<br>
            jalemkul[at]<a moz-do-not-send="true" href="http://vt.edu"
              target="_blank">vt.edu</a> | (540) 231-9080<br>
            <a moz-do-not-send="true"
              href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin"
              target="_blank">http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin</a><br>
            <br>
            ========================================<br>
            <font color="#888888">
              -- <br>
              gmx-users mailing list &nbsp; &nbsp;<a moz-do-not-send="true"
                href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
              <a moz-do-not-send="true"
                href="http://lists.gromacs.org/mailman/listinfo/gmx-users"
                target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
              Please search the archive at <a moz-do-not-send="true"
                href="http://www.gromacs.org/Support/Mailing_Lists/Search"
                target="_blank">http://www.gromacs.org/Support/Mailing_Lists/Search</a>
              before posting!<br>
              Please don't post (un)subscribe requests to the list. Use
              the www interface or send it to <a moz-do-not-send="true"
                href="mailto:gmx-users-request@gromacs.org"
                target="_blank">gmx-users-request@gromacs.org</a>.<br>
              Can't post? Read <a moz-do-not-send="true"
                href="http://www.gromacs.org/Support/Mailing_Lists"
                target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
            </font></blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>