Copyright © 2012-2013 Pierre de Buyl
pyh5md is a Python module that facilitate reading and writing H5MD files. H5MD is a file format specification based on HDF5 for storing molecular data. pyh5md depends on h5py to access HDF5 files.
pyh5md is developped by Pierre de Buyl and is released under the modified BSD license that can be found in the file LICENSE.
python setup.py install --user
installs pyh5md for the current user
Once pyh5md is installed:
cd examples
python random_walk_1d.py
executes an example program that generates the H5MD file walk_1d.h5
.