<div>Hi!</div>
<div>you usually get that type of output when the order in which the molecule atoms are written in the topology file (in the itp in your case) does not correspond to the order in the gro file; it might just be that you call the itp corresponding to the second molecule written in&nbsp;the gro file before calling the itp corresponding to the first one. grompp absolutely needs the same order for the atoms to match them correctly.
</div>
<div>hope it helps,</div>
<div>&nbsp;</div>
<div>regards,</div>
<div>Giovanna<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 8/21/06, <b class="gmail_sendername">Marc Charendoff</b> &lt;<a href="mailto:mcharend@sbcglobal.net">mcharend@sbcglobal.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello,<br><br>I'm running grompp on two small molecules in a single<br>.gro file using the following topology file:
<br><br>#include &quot;ffgmx.itp&quot;<br>#include &quot;BDEX.ITP&quot;<br>#include &quot;AHL.ITP&quot;<br>#include &quot;spc.itp&quot;<br><br>[ system ]<br>BDEX<br>AHL<br><br>[ molecules ]<br>BDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>AHL&nbsp;&nbsp;&nbsp;&nbsp; 1<br>
<br>Part of my output looks like the following:<br><br>Back Off! I just backed up mdout.mdp to<br>./#mdout.mdp.2#<br>checking input for internal consistency...<br>calling cpp...<br>processing topology...<br>Generated 1284 of the 1485 non-bonded parameter
<br>combinations<br>Excluding 3 bonded neighbours for BDEX&nbsp;&nbsp;1<br>Excluding 3 bonded neighbours for AHL&nbsp;&nbsp;&nbsp;&nbsp; 1<br>processing coordinates...<br>WARNING 1 [file &quot;topol.top&quot;, line 12]:<br>Bad box in file Complex.GRO<br>
Generated a cubic box&nbsp;&nbsp; 20.000 x&nbsp;&nbsp;&nbsp;&nbsp;1.445 x&nbsp;&nbsp;&nbsp;&nbsp;1.830<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (O2 - CAS)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (HAA - CAR)<br>Warning: atom names in 
topol.top and Complex.GRO don't<br>match (C2 - CAQ)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (C3 - CAP)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (O3 - CAO)<br>Warning: atom names in 
topol.top and Complex.GRO don't<br>match (HAB - CAN)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (C4 - CAM)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (O4 - CAL)<br>Warning: atom names in 
topol.top and Complex.GRO don't<br>match (C5 - CAK)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (C6 - CAJ)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (O6 - OAT)<br>Warning: atom names in 
topol.top and Complex.GRO don't<br>match (HAC - CAI)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (O5 - CAH)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (C1 - OAU)<br>Warning: atom names in 
topol.top and Complex.GRO don't<br>match (O1 - N)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (CAJ - HAA)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (CAK - CA)<br>Warning: atom names in 
topol.top and Complex.GRO don't<br>match (OBY - CB)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (CAL - CAA)<br>Warning: atom names in topol.top and Complex.GRO don't<br>match (OBZ - OAC)<br>(more than 20 non-matching atom names)
<br>WARNING 2 [file &quot;topol.top&quot;, line 12]:<br>120 non-matching atom names<br>atom names from topol.top will be used<br>atom names from Complex.GRO will be ignored<br><br>- Complex.GRO consists of two molecules AHL and BDEX.
<br>-The ffgmx force field has already worked successfully<br>with the BDEX.itp and molecule,&nbsp;&nbsp;but for some reason<br>all but 2 of the AHL molecule atoms have the mismatch<br>problem. Which file do I have to modify to clear the
<br>atom name mismatch issue? The atom names in question<br>are identical between the Complex.gro and AHL.itp<br>files, so I'm a bit confused. Any guidance you could<br>provide would be appreciated.<br><br>Regards,<br>Marc
<br><br>_______________________________________________<br>gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br><a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users
</a><br>Please don't post (un)subscribe requests to the list. Use the<br>www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php">
http://www.gromacs.org/mailing_lists/users.php</a><br></blockquote></div><br>