1 <title>tpb file format
</title>
3 <h1>tpb file format
</h1>
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:
10 %
<a href=
"gmxdump.html">gmxdump
</a> -s topol.tpb
12 or if you're not such a fast reader:
14 % gmxdump -s topol.tpb | more
18 You can also compare two tpb files using:
20 %
<a href=
"gmxcheck.html">gmxcheck
</a> -s1 top1 -s2 top2 | more