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