1 <title>rtp file format
</title>
2 <LINK rel=stylesheet
href=
"style.css" type=
"text/css">
3 <BODY text=
"#000000" bgcolor=
"#FFFFFF" link=
"#0000EF" vlink=
"#650065" alink=
"#FF0000">
4 <h2>rtp file format
</h2>
5 <CENTER><TABLE BORDER=
0 CELLSPACING=
0 CELLPADDING=
0 COLS=
2 WIDTH=
"98%">
7 <TD><font size=-
1><A HREF=
"../online.html">Main Table of Contents
</A></font></TD>
8 <TD ALIGN=RIGHT
><B>VERSION
4.0</B></TR>
9 <TR><TD><font size=-
1><A HREF=
"http://www.gromacs.org">GROMACS homepage
</A></font></TD>
10 <TD ALIGN=RIGHT
><B>Sun
18 Jan
2009</B></TR></TABLE></CENTER><HR>
12 The rtp file extension stands for residue toplogy.
13 Such a file is needed by
<a href=
"pdb2gmx.html">pdb2gmx
</a>
14 to make a GROMACS topology for a protein contained in a
<tt>.pdb
</tt>
15 file. The file contains the default interaction type for the
4 bonded
16 interactions and residue entries, which consist of atoms and
17 optionally bonds, angles dihedrals and impropers.
18 Parameters can be added to bonds, angles, dihedrals and impropers,
19 these parameters override the standard parameters
20 in the
<a href=
"itp.html"><tt>.itp
</tt></a> files.
21 This should only be used in special cases.
22 Instead of parameters a string can be added for each bonded interaction,
23 the string is copied to the
<a href=
"top.html"><tt>.top
</tt></a> file,
24 this is used for the GROMOS96 forcefield.
26 <a href=
"pdb2gmx.html">pdb2gmx
</a> automatically generates all angles,
27 this means that the
<tt>[angles]
</tt> field is only
28 useful for overriding
<a href=
"itp.html"><tt>.itp
</tt></a> parameters.
30 <a href=
"pdb2gmx.html">pdb2gmx
</a> automatically generates one proper
31 dihedral for every rotatable bond, preferably on heavy atoms.
32 When the
<tt>[dihedrals]
</tt> field is used, no other dihedrals will
33 be generated for the bonds corresponding to the specified dihedrals.
34 It is possible to put more than one dihedral on a rotatable bond.
36 <a href=
"pdb2gmx.html">pdb2gmx
</a> sets the number exclusions to
3, which
37 means that interactions between atoms connected by at most
3 bonds are
38 excluded. Pair interactions are generated for all pairs of atoms which are
39 seperated by
3 bonds (except pairs of hydrogens).
40 When more interactions need to be excluded, or some pair interactions should
41 not be generated, an
<tt>[exclusions]
</tt> field can be added, followed by
42 pairs of atom names on seperate lines. All non-bonded and pair interactions
43 between these atoms will be excluded.
45 A sample is included below.
49 [ bondedtypes ] ; mandatory
50 ; bonds angles dihedrals impropers
56 ; name type charge chargegroup
71 [ exclusions ] ; optional
75 ;atom1 atom2 atom3 th0 cth
77 [ dihedrals ] ; optional
78 ;atom1 atom2 atom3 atom4 phi0 cp mult
80 [ impropers ] ; optional
81 ;atom1 atom2 atom3 atom4 q0 cq
92 <font size=
"-1"><a href=
"http://www.gromacs.org">http://www.gromacs.org
</a></font><br>