Skip to content

Commit

Permalink
Added structure layout to trajectory group.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdebuyl committed Mar 22, 2011
1 parent f0432df commit bfd0d18
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions h5md.rst
Expand Up @@ -87,6 +87,27 @@ and maximum values of the simulation box. The attributes are named "minimum" and
"maximum" and are of dimension \[D\]. If they are absent, the analysis program
may still use the bounding box of the position dataset as a fallback.

The content of the trajectory group is the following::

trajectory
\-- position
| \-- coordinates
| \-- step
| \-- time
\-- velocity
| \-- coordinates
| \-- step
| \-- time
\-- force
| \-- coordinates
| \-- step
| \-- time
\-- species
| \-- coordinates
| \-- step
| \-- time


Trajectory subgroups
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit bfd0d18

Please sign in to comment.