1 <title>trr file format
</title>
3 Files with the trr file extension contain the trajectory of a simulation.
4 In this file all the coordinates, velocities, forces and energies are
5 printed as you told GROMACS in your mdp file. This file is in portable binary
6 format an can be read with
<a href=
"../programs/gmx-dump.html">gmx dump
</a>.
8 %
<a href=
"../programs/gmx-dump.html">gmx dump
</a> -f traj.trr
10 or if you're not such a fast reader:
12 % gmxdump -f traj.trr | more
16 You can also get a quick look in the contents of the file (number of
19 %
<a href=
"../programs/gmx-check.html">gmx check
</a> -f traj.trr