1 <title>tpr file format
</title>
3 <h1>tpr file format
</h1>
5 The tpr file extension stands for portable binary run input file. This file
6 contains the starting structure of your simulation, the molecular topology
7 and all the simulation parameters. Because this file is in binary format it
8 cannot be read with a normal editor. To read a portable binary run input
11 %
<a href=
"gmxdump.html">gmxdump
</a> -s topol.tpr
13 or if you're not such a fast reader:
15 % gmxdump -s topol.tpr | more
19 You can also compare two tpr files using:
21 <a href=
"gmxcheck.html">gmxcheck
</a> -s1 top1 -s2 top2 | more