<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:10pt"><span style="font-family: times new roman,new york,times,serif;">On </span><font style="font-family: times new roman,new york,times,serif;" face="Tahoma" size="2">Thursday, August 6, 2009 at 4:08:18 PM, </font><font face="Tahoma" size="2"><span style="font-family: times new roman,new york,times,serif;">Nancy &lt;nancy5villa@gmail.com&gt; wrote:</span><br></font><div>&nbsp;<br>&gt; I have attempted to perform energy minimisation from scratch again, and these are the<br>&gt; commands that I am using to do so:<br>&gt; <br>&gt; $ .../topolbuild1_2_1/src/topolbuild -n ethanediol -dir .../topolbuild1_2_1/dat/gromacs -ff gmx53a6<br>
&gt; <br>&gt; which generates the files:<br>&gt; <br>&gt; ethanediol.gro<br>&gt; ethanediol.log<br>&gt; ethanediolMOL.mol2<br>&gt; ethanediol.top<br>&gt; ffethanediol.itp<br>&gt; posreethanediol.itp<br>&gt; <br>&gt; in the "ethanediol.log" file I noticed the following lines with asterisks:<br>
&gt; <br>&gt; ========================================<br>&gt; &nbsp;&nbsp;&nbsp; Angles Force Field Results<br>&gt; Angle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Atoms&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; force&nbsp;&nbsp;&nbsp; angle&nbsp;&nbsp;&nbsp;&nbsp; method measured<br>&gt; &nbsp;&nbsp; 1&nbsp;&nbsp; H12-&nbsp;&nbsp; C1-&nbsp; H11&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.403<br>&gt; &nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp; C2-&nbsp;&nbsp; C1-&nbsp; H11&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.456<br>&gt; 
&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp; O1-&nbsp;&nbsp; C1-&nbsp; H11&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.438<br>&gt; &nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp; C2-&nbsp;&nbsp; C1-&nbsp; H12&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.537<br>&gt; &nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp; O1-&nbsp;&nbsp; C1-&nbsp; H12&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.468<br>&gt; &nbsp;&nbsp; 6&nbsp;&nbsp;&nbsp; O1-&nbsp;&nbsp; C1-&nbsp;&nbsp; C2&nbsp;&nbsp;&nbsp; 320.0&nbsp;&nbsp; 109.50&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; 109.526<br>&gt; 
&nbsp;&nbsp; 7&nbsp;&nbsp;&nbsp; C1-&nbsp;&nbsp; C2-&nbsp;&nbsp; O2&nbsp;&nbsp;&nbsp; 320.0&nbsp;&nbsp; 109.50&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; 109.526<br>&gt; &nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp; C1-&nbsp;&nbsp; C2-&nbsp; H22&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.453<br>&gt; &nbsp;&nbsp; 9&nbsp;&nbsp;&nbsp; C1-&nbsp;&nbsp; C2-&nbsp; H21&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.537<br>&gt; &nbsp; 10&nbsp;&nbsp; H22-&nbsp;&nbsp; C2-&nbsp;&nbsp; O2&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.439<br>&gt; 
&nbsp; 11&nbsp;&nbsp; H21-&nbsp;&nbsp; C2-&nbsp;&nbsp; O2&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.468<br>&gt; &nbsp; 12&nbsp;&nbsp;&nbsp; C2-&nbsp;&nbsp; O2-&nbsp; HO2&nbsp;&nbsp;&nbsp; 450.0&nbsp;&nbsp; 109.50&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; 106.864<br>&gt; &nbsp; 13&nbsp;&nbsp; H21-&nbsp;&nbsp; C2-&nbsp; H22&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp; 109.404<br>&gt; &nbsp; 14&nbsp;&nbsp;&nbsp; C1-&nbsp;&nbsp; O1-&nbsp; HO1&nbsp;&nbsp;&nbsp; 450.0&nbsp;&nbsp; 109.50&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; 106.864<br>&gt; 
========================================<br><br>These are fine.&nbsp; Only the nonpolar hydrogens lack parameters and they are removed from<br>consideration in the final topology because this is a united atoms model force field.<br><br>&gt; I then enlarge the box and solvate the molecule:<br>&gt; <br>&gt; $ editconf -f ethanediol.gro -o ethanediol_box.gro -box 3 3 3 -c<br>&gt; <br>&gt; $ genbox -cp ethanediol_box.gro -cs spc216.gro -o ethanediol_solv.gro -p ethanediol.top -box 3 3 3<br>
&gt; <br>&gt; There are 2679 atoms (891 waters and 1 ethanediol).&nbsp; I then configure the minimisation with grompp:<br>&gt; <br>&gt; $ grompp -f minim.mdp -c ethanediol_solv.gro -p ethanediol.top -o em.tpr<br>&gt; <br>&gt; using the following .mdp file:<br>
&gt; <br>&gt; ========================================<br>&gt; define&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = -DFLEXIBLE<br><br>Just out of curiosity, why are you defining flexible waters at this point?<br><br>&gt; integrator&nbsp;&nbsp;&nbsp; = steep<br>&gt; emtol&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 10.0<br>&gt; emstep&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0.1<br>&gt; nsteps&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 15000<br>&gt; <br>&gt; nstlist&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 1<br>&gt; ns_type&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = grid<br>&gt; 
rlist&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 1.0<br>&gt; coulombtype&nbsp;&nbsp;&nbsp; = PME<br>&gt; rcoulomb_switch&nbsp;&nbsp;&nbsp; = 1.0<br>&gt; rvdw_switch&nbsp;&nbsp;&nbsp; = 1.3<br>&gt; pbc&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = xyz<br>&gt; <br>&gt; pme_order&nbsp;&nbsp;&nbsp; = 4<br>&gt; constraints&nbsp;&nbsp;&nbsp;&nbsp; = none<br>&gt; <br>&gt; nstxout&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 1<br>&gt; nstvout&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 1<br>&gt; nstenergy&nbsp;&nbsp;&nbsp; = 1<br>&gt; 
nstlog&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 1<br>&gt; nstcomm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1<br>&gt; Tcoupl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = no<br>&gt; Pcoupl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = no<br>&gt; gen_vel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = no<br>&gt; ========================================<br>&gt; <br>&gt; I then run the simulation for 15,000 steps:<br>&gt; <br>&gt; $ mdrun -v -deffnm em<br>
&gt; <br>&gt; the last few lines of output are as follows:<br>&gt; <br>&gt; ========================================<br>&gt; Step=14991, Dmax= 5.3e-06 nm, Epot= -6.24538e+04 Fmax= 2.50258e+04, atom= 2397<br>&gt; Step=14992, Dmax= 6.4e-06 nm, Epot= -6.24539e+04 Fmax= 3.52982e+04, atom= 1171<br>&gt; 
Step=14993, Dmax= 7.6e-06 nm, Epot= -6.24540e+04 Fmax= 3.71731e+04, atom= 2397<br>&gt; Step=14994, Dmax= 9.2e-06 nm, Epot= -6.24540e+04 Fmax= 4.93409e+04, atom= 1171<br>&gt; Step=14995, Dmax= 1.1e-05 nm, Epot= -6.24541e+04 Fmax= 5.53109e+04, atom= 2397<br>&gt; 
Step=14997, Dmax= 6.6e-06 nm, Epot= -6.24546e+04 Fmax= 8.50832e+03, atom= 1171<br>&gt; Step=14998, Dmax= 7.9e-06 nm, Epot= -6.24547e+04 Fmax= 6.37691e+04, atom= 2397<br>&gt; Step=14999, Dmax= 9.5e-06 nm, Epot= -6.24553e+04 Fmax= 2.67488e+04, atom= 1171<br>&gt; 
Step=15000, Dmax= 1.1e-05 nm, Epot= -6.24548e+04 Fmax= 8.09451e+04, atom= 2397<br>&gt; writing lowest energy coordinates.<br>&gt; <br>&gt; Steepest Descents did not converge to Fmax &lt; 10 in 15001 steps.<br>&gt; Potential Energy&nbsp; = -6.2455254e+04<br>&gt; 
Maximum force&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 2.6748828e+04 on atom 1171<br>&gt; Norm of force&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 9.5851715e+02<br>&gt; ========================================<br>&gt; <br>&gt; After
viewing the trajectory with ngmx, I noticed that most of the motion of
the water<br>&gt; molecules occurs within the first 50 picoseconds.<br>
&gt; <br>&gt; Please advise on how to further minimise this system.<br><br><br>I downloaded NSC93876 ethylene glycol as a Sybyl (.sy2) file from NCI, processed it with<br>dos2unix, added the missing@&lt;TRIPOS&gt; last line, and named it ethylene_glycol.mol2<br>Charge information is absent on this file as downloaded, and I did not do anything to<br>account for charges.&nbsp; This may make my results less than useful.&nbsp; I then ran the following commands:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; /usr/bdray/bin/topolbuild1_3 -dir /usr/bdray/tables -ff gmx53a6 -n glycol/ethylene_glycol<br>&nbsp;&nbsp;&nbsp;&nbsp; editconf -f ethylene_glycol.gro -o ethanediol_box.gro -box 3 3 3 -c<br>&nbsp;&nbsp; &nbsp; genbox -cp ethanediol_box.gro -cs spc216.gro -o ethanediol_solv.gro -p ethanediol.top -box 3 3 3<br>&nbsp;&nbsp;&nbsp;&nbsp; grompp -f em.mdp -c ethanediol_solv.gro -p ethanediol.top -o em.tpr<br><br>File em.mdp includes:<br><span style="font-family: Courier
 New,courier,monaco,monospace,sans-serif;"></span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; constraints&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; none</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; integrator&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; steep</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; nsteps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 20000</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; ;</span><br
 style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; ;&nbsp;&nbsp;&nbsp; Energy minimizing stuff</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; ;</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; emtol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 10.0</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; emstep&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp;
 0.01</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; nstlist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; coulombtype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; PME</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp;
 nstcomm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; ns_type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; grid</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; rlist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; rcoulomb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1.0</span><br style="font-family: Courier
 New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; rvdw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1.3</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; nstxout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; pbc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; xyz</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier
 New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; pme_order&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 4</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: times new roman,new york,times,serif;"><br>I deliberately did not use the flexible waters model with this energy minimization<br>I then ran<br><br></span>&nbsp;&nbsp;&nbsp;&nbsp; mdrun -v -deffnm em<br><br>I got the result:<br><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; Stepsize too small, or no change in energy.</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">Converged to machine precision,</span><br style="font-family: Courier
 New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">but not to the requested precision Fmax &lt; 10</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">Double precision normally gives you higher accuracy.</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span
 style="font-family: Courier New,courier,monaco,monospace,sans-serif;">You might need to increase your constraint accuracy, or turn</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">off constraints alltogether (set constraints = none in mdp file)</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">Steepest Descents converged to machine precision in 6291
 steps,</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">but did not reach the requested Fmax &lt; 10.</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">Potential Energy&nbsp; = -4.9487391e+04</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">Maximum force&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 9.0675652e+01 on atom 5</span><br
 style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="font-family: Courier New,courier,monaco,monospace,sans-serif;">Norm of force&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 2.5599347e+02</span><br style="font-family: Courier New,courier,monaco,monospace,sans-serif;"><span style="font-family: times new roman,new york,times,serif;"><br>I note that atom 5 is part of the ethylene glycol molecule.&nbsp;&nbsp; Furthermore, with very few<br>exceptions, most of the activity in the energy minimization was devoted to the ethylene<br>glycol molecule.&nbsp; I presume that I would reach the desired Fmax if I were to use double<br>precision.&nbsp; However, an Fmax &lt; 90.7 would seem to me to be usable.<br><br>Perhaps the problem stems from the use of flexible waters in the energy minimization?<br></span><br><br></div>-- <br>Bruce D. Ray,
 Ph.D.<br>Associate Scientist<br>IUPUI<br>Physics Dept.<br>402 N. Blackford St.<br>Indianapolis, IN  46202-3273<div><br></div></div><br>

      </body></html>