diff --git a/h5md.rst b/h5md.rst index e026ac3..9b4a9ae 100644 --- a/h5md.rst +++ b/h5md.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^