4206296a66d469c346922555a6e7a8d9aff0adc7
[alexxy/gromacs.git] / docs / old-html / online / tpb.html
1 <title>tpb file format</title>
2 <h3>Description</h3>
3 The tpb file extension stands for binary run input file. This file contains 
4 the starting structure of your simulation, The molecular topology and 
5 all the simulation data. Because this file is in binary format it 
6 cannot be read with a normal editor. To read a binary run input file type:
7 <PRE>
8 % <a href="../programs/gmx-dump.html">gmx dump</a> -s topol.tpb
9 </PRE>
10 or if you're not such a fast reader:
11 <PRE>
12 % gmxdump -s topol.tpb | more
13 </PRE>
14
15 <p>
16 You can also compare two tpb files using:
17 <pre>
18 % <a href="../programs/gmx-check.html">gmx check</a> -s1 top1 -s2 top2 | more
19 </pre>