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