Remove .tpa, .tpb, .tpx, .trj files. Part of #1500.
[alexxy/gromacs.git] / docs / old-html / online / files.html
1 <TITLE>File formats</TITLE>
2 <dl>
3 <dt><h3>Parameter files</h3> 
4 <dl compact>
5 <a href="mdp.html">mdp</a>
6 <dd>run parameters, input for
7 <a href="../programs/gmx-grompp.html">gmx grompp</a> and
8 <a href="../programs/gmx-convert-tpr.html">gmx convert-tpr</a>
9 <dt><a href="m2p.html">m2p</a>
10 <dd>input for <a href="../programs/gmx-xpm2ps.html">gmx xpm2ps</a>
11 </dl>
12
13 <br><dt><h3>Structure files</h3>
14 <dd> <dl compact>
15 <dt><a href="gro.html">gro</a> <dd>GROMACS format
16 <dt><a href="g96.html">g96</a> <dd>GROMOS-96 format
17 <dt><a href="pdb.html">pdb</a> <dd>brookhaven Protein DataBank format
18 <dt><b>Generic structure formats:</b>
19 <a href="gro.html">gro</a>,
20 <a href="g96.html">g96</a>,
21 <a href="pdb.html">pdb</a>, or
22 <a href="tpr.html">tpr</a>
23 <dt><b>Structure+mass(db):</b>
24 <a href="tpr.html">tpr</a>,
25 <a href="gro.html">gro</a>,
26 <a href="g96.html">g96</a> or
27 <a href="pdb.html">pdb</a>.
28 <dd>Structure and mass input for analysis tools. 
29 When gro or pdb is used approximate masses will be read from the mass database.
30 </dl>
31
32 <br><dt><h3>Topology files</h3>
33 <dd><dl compact>
34 <dt><a href="top.html">top</a> <dd>system topology (ascii)
35 <dt><a href="itp.html">itp</a> <dd>include topology (ascii)
36 <dt><a href="rtp.html">rtp</a> <dd>residue topology (ascii)
37 <dt><a href="ndx.html">ndx</a> <dd>index file
38 </dl>
39
40 <br><dt><h3>Run Input files</h3>
41 <dd><dl compact>
42 <dt><a href="tpr.html">tpr</a> <dd>system topology, parameters, coordinates 
43 and velocities (binary, portable)
44 <dt><b>Generic run input file formats:</b>
45 <a href="tpr.html">tpr</a>
46
47 </dl>
48
49 <br><dt><h3>Trajectory files</h3>
50 <dd><dl compact>
51 <dt><a href="tng.html">tng</a> <dd>Any kind of data (compressed, portable, any precision)
52 <dt><a href="trr.html">trr</a> <dd>x, v and f (binary, full precision, portable)
53 <dt><a href="xtc.html">xtc</a> <dd>x only (compressed, portable, any precision)
54 <dt><a href="gro.html">gro</a> <dd>x and v (ascii, any precision)
55 <dt><a href="g96.html">g96</a> <dd>x only (ascii, fixed high precision)
56 <dt><a href="pdb.html">pdb</a> <dd>x only (ascii, reduced precision)
57 <dt><b>Formats for full-precision data:</b>
58 <a href="tng.html">tng</a> or
59 <a href="trr.html">trr</a>
60 <dt><b>Generic trajectory formats:</b>
61 <a href="tng.html">tng</a>,
62 <a href="xtc.html">xtc</a>,
63 <a href="trr.html">trr</a>,
64 <a href="gro.html">gro</a>,
65 <a href="g96.html">g96</a>,
66 <a href="pdb.html">pdb</a> or
67 </dl>
68
69 <br><dt><h3>Energy files</h3>
70 <dd><dl compact>
71 <dt><a href="ene.html">ene</a> <dd>energies, temperature, pressure, box size,
72 density and virials (binary)
73 <dt><a href="edr.html">edr</a> <dd>energies, temperature, pressure, box size,
74 density and virials (binary, portable)
75 <dt><b>Generic energy formats:</b>
76 <a href="edr.html">edr</a> or
77 <a href="ene.html">ene</a>
78 </dl>
79
80 <br><dt><h3>Other files</h3>
81 <dd><dl compact>
82 <dt><a href="dat.html">dat</a> <dd>generic, preferred for input
83 <dt><a href="edi.html">edi</a>
84 <dd>essential dynamics constraints input for
85 <a href="../programs/gmx-mdrun.html">gmx mdrun</a>
86 <dt><a href="edo.html">edo</a>
87 <dd>essential dynamics constraints output for
88 <a href="../programs/gmx-mdrun.html">gmx mdrun</a>
89 <dt><a href="eps.html">eps</a> <dd>Encapsulated Postscript
90 <dt><a href="log.html">log</a> <dd>log file
91 <dt><a href="map.html">map</a> <dd>colormap input for
92 <a href="../programs/gmx-do_dssp.html">gmx do_dssp</a>
93 <dt><a href="mtx.html">mtx</a> <dd>binary matrix data
94 <dt><a href="out.html">out</a> <dd>generic, preferred for output
95 <dt><a href="tex.html">tex</a> <dd>LaTeX input
96 <dt><a href="xpm.html">xpm</a> <dd>ascii matrix data, use
97 <a href="../programs/gmx-xpm2ps.html">gmx xpm2ps</A> to convert to <a href="eps.html">eps</a>
98 <dt><a href="xvg.html">xvg</a> <dd>xvgr input
99 </dl>
100 </dl>