a6b6c48e773f997da689c7cc920b4ac3c9c45da8
[alexxy/gromacs.git] / share / html / online / tng.html
1 <title>tng file format</title>
2 <h3>Description</h3>
3 Files with the .tng file extension can contain all kinds of data
4 related to the trajectory of a simulation. For example, it might
5 contain coordinates, velocities, forces and/or energies. Various .mdp
6 file options control which of these are written by mdrun, whether data
7 is written with compression, and how lossy that compression can be.
8 This file is in portable binary format an can be read
9 with <a href="../programs/gmx-dump.html">gmx dump</a>.
10 <PRE>
11 % <a href="../programs/gmx-dump.html">gmx dump</a> -f traj.tng
12 </PRE>
13 or if you're not such a fast reader:
14 <PRE>
15 % gmxdump -f traj.tng | more
16 </PRE>
17
18 <p>
19 You can also get a quick look in the contents of the file (number of 
20 frames etc.) using:
21 <PRE>
22 % <a href="../programs/gmx-check.html">gmx check</a> -f traj.tng
23 </PRE>