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