changed reading hint
[gromacs/adressmacs.git] / share / html / online / trj.html
blobee7213ba72543030bf9b0d5ac191a370c841b708
1 <title>trj file format</title>
2 <body>
3 <h1>trj file format</h1>
4 <h2>Description</h2>
5 Files with the trj 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 binary
8 format an can be read with <a href=gmxdump.html>gmxdump</a>.
9 <PRE>
10 % <a href="gmxdump.html">gmxdump</a> -f traj.trj
11 </PRE>
12 or if you're not such a fast reader:
13 <PRE>
14 % gmxdump -f traj.trj | more
15 </PRE>
17 <p>
18 You can also get a quick look in the contents of the file (number of
19 frames etc.) using:
20 <PRE>
21 % <a href="gmxcheck.html">gmxcheck</a> -f traj.trj
22 </PRE>
23 </body>