<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=text/html;charset=gb2312 http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18812"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" 
id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV><FONT face=Calibri>Hi There,</FONT></DIV>
<DIV><FONT face=Calibri></FONT>&nbsp;</DIV>
<DIV><FONT face=Calibri>I am a new user of Gromacs and&nbsp;want to&nbsp;work on 
carbon nanotubes. </FONT></DIV>
<DIV><FONT face=Calibri>I want to simulation carbon nanotube(cnt) bonded with 
polymers in water. And it will be&nbsp;much better to consider cnt and the 
bonded polymer as separate molecules, instead of&nbsp;one molecule.&nbsp;&nbsp;I 
can create the .itp file for both the nanotube and the polymer chain, and 
include them in the .top file. But I do not know how to describe the bond betwen 
the cnt and the polymer. </FONT></DIV>
<DIV><FONT face=Calibri>Currently my .top file looks like this: (Thanks a 
lot!)</FONT></DIV>
<DIV><FONT face=Calibri>*******************************************</FONT></DIV>
<DIV><FONT face=Calibri>[ defaults ]<BR>; nbfunc&nbsp;&nbsp;&nbsp; 
comb-rule&nbsp;&nbsp;&nbsp; gen-pairs&nbsp; fudgeLJ&nbsp;&nbsp; 
fudgeQQ<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 
</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>[ atomtypes ]<BR>; type&nbsp;&nbsp;&nbsp;&nbsp; 
mass&nbsp;&nbsp; charge ptype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
c6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
c12<BR>&nbsp;&nbsp;&nbsp;&nbsp; C&nbsp;&nbsp;&nbsp;&nbsp; 
12.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.0&nbsp;&nbsp; 
A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0<BR>&nbsp;&nbsp;&nbsp;&nbsp; X&nbsp;&nbsp;&nbsp; 
1.0e10&nbsp;&nbsp;&nbsp;&nbsp; 0.0&nbsp;&nbsp; 
A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0<BR>&nbsp;&nbsp;&nbsp; OW&nbsp;&nbsp;&nbsp; 15.994&nbsp;&nbsp;&nbsp; 
-0.82&nbsp; A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0<BR>&nbsp;&nbsp;&nbsp;&nbsp; H&nbsp;&nbsp;&nbsp;&nbsp; 
1.008&nbsp;&nbsp;&nbsp;&nbsp; 0.41&nbsp; 
A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0<BR>&nbsp;&nbsp;&nbsp;&nbsp; ...more info</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>[ nonbond_params ]<BR>;&nbsp;&nbsp;&nbsp;&nbsp; 
ai&nbsp;&nbsp;&nbsp; aj&nbsp;&nbsp; funct&nbsp;&nbsp; 
aij&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
bij<BR>&nbsp; C&nbsp;&nbsp;&nbsp;&nbsp; C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1&nbsp;&nbsp;&nbsp; 2.8768001E-3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
4.691598E-6 <BR>&nbsp;OW&nbsp;&nbsp;&nbsp; OW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1&nbsp;&nbsp;&nbsp; 2.6169064E-3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
2.633236E-6<BR>&nbsp; C&nbsp;&nbsp;&nbsp; OW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1&nbsp;&nbsp;&nbsp; 1.3176287E-3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1.388472E-6<BR>&nbsp; ...more info</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>[ bondtypes ]<BR>; i&nbsp;&nbsp; j&nbsp; func&nbsp; 
b0&nbsp; kb&nbsp; beta<BR>&nbsp; C&nbsp;&nbsp; C&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp; 
0.1418&nbsp; 478.9&nbsp; 21.867 <BR>&nbsp; ...more info</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>[ angletypes ]<BR>;i&nbsp; j&nbsp; k&nbsp; func&nbsp; 
th0&nbsp; cth<BR>&nbsp;C&nbsp; C&nbsp; C&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 
120.0&nbsp; 562.2<BR>&nbsp;...more info</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>[ dihedraltypes ]<BR>; i&nbsp;&nbsp;&nbsp;&nbsp; 
j&nbsp;&nbsp;&nbsp; func&nbsp;&nbsp; phi0&nbsp;&nbsp; 
cp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mult<BR>&nbsp; C&nbsp;&nbsp;&nbsp;&nbsp; 
C&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp; 180.0&nbsp;&nbsp;&nbsp; 
12.56&nbsp;&nbsp;&nbsp; 2<BR>&nbsp; ...more info</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>#include "cnt_test.itp"<BR>#include 
"FLEXSPC.itp"<BR>#include "polymer.itp"</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>[ system ]<BR>CNT_H2O</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>[ molecules ]<BR>CNT&nbsp;&nbsp; 1<BR>SOL&nbsp;&nbsp; 
1419<BR>POL&nbsp;&nbsp; 2</FONT></DIV>
<DIV><FONT 
face=Calibri>*********************************************</FONT></DIV>
<DIV><FONT face=Calibri></FONT>&nbsp;</DIV>
<DIV><FONT face=Calibri>I read the manual and found an example that include 
bonds in topology file like below. The atom IDs are specified instead of atom 
type.&nbsp;Can I do this for atom (ID) in different molecules? 
Thanks.</FONT></DIV>
<DIV><FONT 
face=Calibri>*********************************************</FONT></DIV>
<DIV><FONT face=Calibri>[ bonds ]<BR>; ai aj funct b0 kb<BR>3 4 1 1.000000e-01 
3.744680e+05<BR>3 5 1 1.000000e-01 3.744680e+05<BR>6 7 1 1.000000e-01 
3.744680e+05<BR>6 8 1 1.000000e-01 3.744680e+05<BR>1 2 1 1.230000e-01 
5.020800e+05<BR>1 3 1 1.330000e-01 3.765600e+05<BR>1 6 1 1.330000e-01 
3.765600e+05</FONT></DIV>
<DIV><FONT 
face=Calibri>*************************************************</FONT></DIV>
<DIV><FONT face=Calibri></FONT>&nbsp;</DIV>
<DIV><FONT face=Calibri>Regards,</FONT></DIV>
<DIV><FONT face=Calibri>Stone</FONT></DIV></BODY></HTML>