Justin,<br><br>   I appreciate your reply. Actually, I have read through the section of building parameter files in chap. 5 several times. The only reason for using atom types instead of numbers is because that is the way they are represented in the ffcharmmbon.itp and ffcharmmnb.itp files. Numbers are not used in these force fields. The [ bondtypes ] below is a portion of the [bondtypes ] listed in the ffcharmmbon.itp file. I will definitely use numbers.<br>
<br>[ bondtypes ]<br>; i    j    func    b0    kb<br>CST    OST    1    0.116    784884.928<br>SS    FE    1    0.232    209200.0<br>C    C    1    0.1335    502080.0<br>CA    CA    1    0.1375    255224.0<br>CE1    CE1    1    0.134    368192.0<br>
CE1    CE2    1    0.1342    418400.0<br>CE1    CT2    1    0.1502    305432.0<br><br>Thank you,<br>Lum<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Lum Nforbi wrote:<br>
&gt; Hello all,<br>
&gt;<br>
&gt;     I have built a parameter file for the AOT surfactant molecule and<br>
&gt; tried to minimize the energy of a mixture of several of this molecule<br>
&gt; and water molecules but I have the warnings at the bottom part of this<br>
&gt; mail. Gromacs basically goes through all the lines of parameters<br>
&gt; starting from [ bonds ] and says the parameters are too few. I am also<br>
&gt; using the charmm force field.<br>
&gt;<br>
&gt;     Here is the way I constructed the aot.itp parameter file. I am not<br>
&gt; sure this is correct. Excerpts of the parameter file are belowl.<br>
&gt;<br>
&gt; - I drew the AOT molecule and did the bond and angle connections in the<br>
&gt; molecule.The atom names are provided by the ffcharmm27.atp file. All<br>
<br>
The .atp file contains atom types, not atom names.  Your [bonds], [angles], etc.<br>
  should be numbers, not atom types or names.  For instance, if atoms 1 and 2<br>
are bonded:<br>
<br>
[ bonds ]<br>
1    2    (function type, etc) </blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; values are obtained from the ffcharmmbon.itp file and ffcharmmnb.itp file.<br>
&gt; - I am not sure how to build the dihedrals since the are X&#39;s in the [<br>
&gt; dihedrals ] section of the ffcharmmbon.itp file.<br>
&gt;<br>
<br>
As Mark indicated earlier, an X is simply a wildcard - it can correspond to any<br>
number of atom types.<br>
<br>
&gt; My question is: Why does the program say I have few parameters while I<br>
&gt; just out together parameters from the charmm27 force field? Please, if I<br>
&gt; am doing something wrong, can someone let me know?<br>
&gt;   [ bonds ]<br>
&gt; ; i    j    func    b0    kb<br>
&gt; SL    O2L    1    0.1448    451872.0<br>
<br>
You&#39;re using either atom types or names in these sections, which is completely<br>
incorrect.  Please have a thorough read through Chapter 5 of the manual.<br>
<br>
&lt;snip&gt;<br>
<br>
&gt; NOTE 1 [file aotwater.top, line 19]:<br>
&gt;   System has non-zero total charge: -1.350000e+01<br>
&gt;<br>
<br>
I would also be *very* concerned about this line.  You have a negative charge of<br>
-13.5, indicating that whatever charges you&#39;ve assigned to your small molecule<br>
have left a fractional charge on the system, which is clearly non-physical.<br>
<br>
-Justin<br>
<br>
&gt; processing coordinates...<br>
&gt; double-checking input for internal consistency...<br>
&gt; renumbering atomtypes...<br>
&gt; converting bonded parameters...<br>
&gt; initialising group options...<br>
&gt; processing index file...<br>
&gt; Analysing residue names:<br>
&gt; Opening library file /usr/local/gromacs/share/gromacs/top/aminoacids.dat<br>
&gt; There are:    60      OTHER residues<br>
&gt; There are:     0    PROTEIN residues<br>
&gt; There are:     0        DNA residues<br>
&gt; Analysing Other...<br>
&gt; Making dummy/rest group for T-Coupling containing 1110 elements<br>
&gt; Making dummy/rest group for Acceleration containing 1110 elements<br>
&gt; Making dummy/rest group for Freeze containing 1110 elements<br>
&gt; Making dummy/rest group for Energy Mon. containing 1110 elements<br>
&gt; Making dummy/rest group for VCM containing 1110 elements<br>
&gt; Number of degrees of freedom in T-Coupling group rest is 3192.00<br>
&gt; Making dummy/rest group for User1 containing 1110 elements<br>
&gt; Making dummy/rest group for User2 containing 1110 elements<br>
&gt; Making dummy/rest group for XTC containing 1110 elements<br>
&gt; Making dummy/rest group for Or. Res. Fit containing 1110 elements<br>
&gt; Making dummy/rest group for QMMM containing 1110 elements<br>
&gt; T-Coupling       has 1 element(s): rest<br>
&gt; Energy Mon.      has 1 element(s): rest<br>
&gt; Acceleration     has 1 element(s): rest<br>
&gt; Freeze           has 1 element(s): rest<br>
&gt; User1            has 1 element(s): rest<br>
&gt; User2            has 1 element(s): rest<br>
&gt; VCM              has 1 element(s): rest<br>
&gt; XTC              has 1 element(s): rest<br>
&gt; Or. Res. Fit     has 1 element(s): rest<br>
&gt; QMMM             has 1 element(s): rest<br>
&gt; Checking consistency between energy and charge groups...<br>
&gt;<br>
&gt; NOTE 2 [file aotwater_min.mdp, line unknown]:<br>
&gt;   You are using a plain Coulomb cut-off, which might produce artifacts.<br>
&gt;   You might want to consider using PME electrostatics.<br>
&gt;<br>
&gt;<br>
&gt; This run will generate roughly 1 Mb of data<br>
&gt; writing run input file...<br>
&gt;<br>
&gt; There were 2 notes<br>
&gt;<br>
&gt; There were 142 warnings<br>
&gt;<br>
&gt; -------------------------------------------------------<br>
&gt; Program grompp, VERSION 4.0.5<br>
&gt; Source code file: gmx_fatal.c, line: 481<br>
&gt;<br>
&gt; Fatal error:<br>
&gt; Too many warnings (142), grompp terminated.<br>
&gt; If you are sure all warnings are harmless, use the -maxwarn option.<br>
&gt; -------------------------------------------------------<br>
&gt;<br>
&gt;<br>
&gt; I appreciate your answers.<br>
&gt;<br>
&gt; Lum<br>
&gt;<br>
<br>
--<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 href="http://vt.edu" target="_blank">vt.edu</a> | (540) 231-9080<br>
<a 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>
<br>
<br>
------------------------------<br>
<font color="#888888"><br>
--<br>
gmx-users mailing list<br>
<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>
<a 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 href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>
<br>
End of gmx-users Digest, Vol 72, Issue 8<br>
****************************************<br>
</font></blockquote></div><br>