<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 17/12/2010 3:38 AM, Ehud Schreiber wrote:
    <blockquote cite="mid:64E0EFC300379B4EB6A055D519417854F9F2B0@cmail"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.WordSection1
        {page:WordSection1;}
-->
</style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Dear fellow GROMACS users,<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">I am using the simulated annealing option
          in gromacs 4.5.2 (in
          an implicit solvent all-vs-all setting, by the way), i.e.
          using the annealing,
          annealing_npoints, annealing_time, annealing_temp parameters
          in the mdp file. I
          also specify the tcoupl, tc_grps and tau_t parameters for the
          temperature
          coupling, as well as the gen_vel, gen_temp, gen_seed ones for
          initial velocity
          generation. The perplexing behavior I&#8217;m encountering is that
          grompp
          requires me to specify also the ref_t parameter although it
          would seem to be
          overridden by the annealing parameters mentioned above. Am I
          doing anything
          wrong? If not, the correct behavior would be to warn when this
          parameter is
          specified rather than to demand it (and then presumably ignore
          it).</p>
      </div>
    </blockquote>
    <br>
    It's easier to write and maintain code that functions the same way
    even when something is redundant in a particular case. Making the
    .mdp ref_t optional or illegal only when annealing is being used
    (when the SA implementation probably copies the SA values to the
    memory formerly occupied by the .mdp values) doesn't have enough of
    a gain to be worth the cost in coding time and ease of people
    understanding the full ramifications of the code. Thanks for the
    thought, though.<br>
    <br>
    Mark<br>
  </body>
</html>