Skip to content

Commit

Permalink
Added the parameters and profiling groups. Updated the reserved names.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdebuyl committed Mar 7, 2011
1 parent c537b4b commit d47cc64
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions h5md.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,24 @@ is variable to accumulate time-steps.
* kinetic_energy
* temperature

Program-dependent groups
------------------------

Some informations do not adequately fit a strict specification and can be
included in groups whose name is however specified. These names are listed here.

Parameters
^^^^^^^^^^

The "parameters" group may contain all parameters passed to initialize the
simulation. Example are: temperature, random number generator seed, ...

Profiling
^^^^^^^^^

The "profiling" group may contain information related to the timing of various
parts of the simulation.

Reserved names
--------------

Expand All @@ -126,6 +144,8 @@ The present list of reserved names is:
* creator
* h5md_version
* datetime
* parameters
* profiling

Data elements in discussion
---------------------------
Expand Down

0 comments on commit d47cc64

Please sign in to comment.