Skip to content

khinsen/pyh5md

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyh5md : Read and write H5MD files

Copyright © 2012-2014 Pierre de Buyl and contributors

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 (see also CONTRIBUTORS file) 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

Languages

  • Python 100.0%