Merge branch 'master' of git://git.gromacs.org/gromacs
[gromacs/adressmacs.git] / share / html / online / g96.html
blob23aea742d778eb5b7ac8f00526209d3f30927ca8
1 <title>g96 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>g96 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>
12 <p>A file with the g96 extension can be a GROMOS-96 initial/final
13 configuration file or a coordinate trajectory file or a combination of both.
14 The file is fixed format, all floats are written as 15.9 (files can get huge).
15 GROMACS supports the following data blocks in the given order:
16 <ul>
17 <li> Header block:
18 <ul>
19 <li><tt>TITLE</tt> (mandatory)
20 </ul>
21 <li> Frame blocks:
22 <ul>
23 <li><tt>TIMESTEP</tt> (optional)
24 <li><tt>POSITION/POSITIONRED</tt> (mandatory)
25 <li><tt>VELOCITY/VELOCITYRED</tt> (optional)
26 <li><tt>BOX</tt> (optional)
27 </ul>
28 </ul>
29 See the GROMOS-96 manual for a complete description of the blocks.
30 <p>
31 Note that all GROMACS programs can read compressed or g-zipped files.
32 <hr>
33 <div ALIGN=RIGHT>
34 <font size="-1"><a href="http://www.gromacs.org">http://www.gromacs.org</a></font><br>
36 </div>
38 </body>