<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 11:58:20 AM, </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>&gt;&nbsp; The energies simply do not seem to come down any further within several thousand steps.<br>&gt; <br>&gt; I
start with a .mol2 file which contains the structure of ethylene glycol
(ethanediol).<br>&gt; These are the commands that I use to set up and run the
minimisation:<br>
&gt; <br>&gt; $ .../topolbuild1_2_1/src/topolbuild -n ethanediol -dir .../topolbuild1_2_1/dat/gromacs -ff gmx53a6<br>&gt; <br>&gt; the above command outputs the following 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><br>Those are the correct files to be generated for the topolbuild command given.<br>Are the parameters blank in any of the lines in ethanediol.top?&nbsp; Are there<br>any lines in ethanediol.log that do not involve nonpolar hydrogens that<br>have asterisks instead of parameter values?<br><br>&gt; I then proceed to enlarge the box and solvate the molecule:<br>&gt; <br>&gt; $ editconf -f ethanediol.gro -o ethanediol_box.gro -box 5 5 5<br>&gt; <br>&gt; $ genbox -cp ethanediol_box.gro -cs spc216.gro -o ethanediol_box.gro -p ethanediol.top -shell 1<br><br>Is this a shell of solvent around the molecule rather than a box of solvent containing<br>the molecule of interest?&nbsp; How is that to work with vacuum outside the shell?<br><br>&gt; I then use grompp to configure the minimisation:<br>&gt; <br>&gt; $ grompp -f minim.mdp -c ethanediol_box.gro -p ethanediol.top -o em.tpr<br>&gt;
 <br>&gt; This is my .mdp file for minimisation:<br>&gt; <br>&gt; ===============================<br>&gt; define&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = -DPOSRE<br><br>Why position restraints when doing energy minimization?<br><br>&gt; 
integrator&nbsp;&nbsp;&nbsp; = steep&nbsp;&nbsp;&nbsp; <br>&gt; emtol&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 10.0&nbsp; <br>&gt; emstep&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0.01&nbsp; <br>&gt; nsteps&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 2000&nbsp;&nbsp;&nbsp; &nbsp;<br><br>Why so few steps when the emtol is this small.&nbsp; For this emtol, I would expect<br>to need 10000 to 20000 steps.<br><br>&gt; nstlist&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 1&nbsp;&nbsp;&nbsp; <br>&gt; ns_type&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = grid<br>&gt; rlist&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 1.0&nbsp;&nbsp;&nbsp; <br>&gt; coulombtype&nbsp;&nbsp;&nbsp; = PME&nbsp;&nbsp;&nbsp; <br>&gt; rcoulomb&nbsp;&nbsp;&nbsp; = 1.0<br>&gt; 
rvdw&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = 1.3&nbsp;&nbsp;&nbsp; <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; <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><br>I've been told that the last three lines are not needed for energy minimization.<br><br>&gt; $ mdrun -v -deffnm em<br>&gt; <br>&gt; the minimisation runs without error and these are the last few lines of output:<br>&gt; <br>&gt; ===========================================<br>&gt; 
Step= 1990, Dmax= 1.1e-05 nm, Epot= -1.76427e+04 Fmax= 1.25524e+04, atom= 304<br>&gt; Step= 1991, Dmax= 1.3e-05 nm, Epot= -1.76433e+04 Fmax= 3.13881e+04, atom= 484<br>&gt; Step= 1992, Dmax= 1.6e-05 nm, Epot= -1.76443e+04 Fmax= 2.11785e+04, atom= 484<br>&gt; 
Step= 1993, Dmax= 1.9e-05 nm, Epot= -1.76445e+04 Fmax= 4.22489e+04, atom= 484<br>&gt; Step= 1994, Dmax= 2.3e-05 nm, Epot= -1.76456e+04 Fmax= 3.33021e+04, atom= 484<br>&gt; Step= 1996, Dmax= 1.4e-05 nm, Epot= -1.76468e+04 Fmax= 1.26110e+04, atom= 304<br>&gt; 
Step= 1997, Dmax= 1.6e-05 nm, Epot= -1.76474e+04 Fmax= 3.81619e+04, atom= 484<br>&gt; Step= 1998, Dmax= 2.0e-05 nm, Epot= -1.76486e+04 Fmax= 2.68240e+04, atom= 484<br>&gt; Step= 2000, Dmax= 1.2e-05 nm, Epot= -1.76496e+04 Fmax= 1.26501e+04, atom= 304<br>
&gt; <br>&gt; writing lowest energy coordinates.<br>&gt; <br>&gt; Steepest Descents did not converge to Fmax &lt; 10 in 2001 steps.<br>&gt; Potential Energy&nbsp; = -1.7649566e+04<br>&gt; Maximum force&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1.2650057e+04 on atom 30<br>&gt; Norm of force&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1.7544460e+03<br>&gt; 
===========================================<br>&gt; <br>&gt; If
I proceed to equilibration after doing the above, the water molecules
simply fly apart<br>&gt; (although not immediately).&nbsp; Additionally, it seems
that there are no interactions between<br>&gt; the waters during equilibration.<br><br>Really no point in proceeding further until the energy minimization issues are solved.<br>
<br>&gt; I have tried to run the minimisation for a larger number of steps,
but it does not help.<br>&gt; I have also tried to delete individual water
molecules from the structure files, but doing<br>&gt; so simply causes the
minimisation to "fixate" on another two molecules.&nbsp; I am not sure<br>&gt; what
values of the energies are reasonable for this system, and how to
minimise it further. <br>&gt; Please advise.<br><br>I've never used the -shell with genbox and don't know what effect that would have on<br>energy minimization.<br><br>
</div>-- <br>Bruce D. Ray, Ph.D.<br>Associate Scientist, and Operations Director<br>NMR Center<br>IUPUI<br>Physics Dept.<br>402 N. Blackford St.<br>Indianapolis, IN  46202-3273<br><br></div><br>



      </body></html>