9002525feaacde1eebd231c61cd0778f4f9ddd00
[alexxy/gromacs.git] / docs / old-html / online / tpa.html
1 <title>tpa file format</title>
2 <H3>Description</H3>
3 The tpa 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.tpa
9 </PRE>
10 or if you're not such a fast reader:
11 <PRE>
12 % gmxdump -s topol.tpa | more
13 </PRE>
14
15 <p>
16 You can also compare two tpa files using:
17 <pre>
18 % <a href="../programs/gmx-check.html">gmx check</a> -s1 top1 -s2 top2 | more
19 </pre>