Merge branch 'master' of git://git.gromacs.org/gromacs
[gromacs/adressmacs.git] / share / html / online / trj.html
blob735054edcedf9f93f383d2d0f3cca63ec7fdba32
1 <title>trj file format</title>
2 <LINK rel=stylesheet href="style.css" type="text/css">
3 <BODY text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#650065" alink="#FF0000">
4 <h2>trj file format</h2>
5 <CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=2 WIDTH="98%">
6 <TR>
7 <TD><font size=-1><A HREF="../online.html">Main Table of Contents</A></font></TD>
8 <TD ALIGN=RIGHT><B>VERSION 4.0</B></TR>
9 <TR><TD><font size=-1><A HREF="http://www.gromacs.org">GROMACS homepage</A></font></TD>
10 <TD ALIGN=RIGHT><B>Sun 18 Jan 2009</B></TR></TABLE></CENTER><HR>
11 <h3>Description</h3>
12 Files with the trj file extension contain the trajectory of a simulation.
13 In this file all the coordinates, velocities, forces and energies are
14 printed as you told GROMACS in your mdp file. This file is in binary
15 format an can be read with <a href=gmxdump.html>gmxdump</a>.
16 <PRE>
17 % <a href="gmxdump.html">gmxdump</a> -f traj.trj
18 </PRE>
19 or if you're not such a fast reader:
20 <PRE>
21 % gmxdump -f traj.trj | more
22 </PRE>
24 <p>
25 You can also get a quick look in the contents of the file (number of
26 frames etc.) using:
27 <PRE>
28 % <a href="gmxcheck.html">gmxcheck</a> -f traj.trj
29 </PRE>
30 <hr>
31 <div ALIGN=RIGHT>
32 <font size="-1"><a href="http://www.gromacs.org">http://www.gromacs.org</a></font><br>
34 </div>
35 </body>