Skip to content

h5md/pyh5md

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyh5md : Read and write H5MD files

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.

Install

python setup.py install --user

installs pyh5md for the current user

Examples

Once pyh5md is installed:

cd examples
python random_walk_1d.py

executes an example program that generates the H5MD file walk_1d.h5.

About

Read and write H5MD files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published