First draft of a python wrapper for gromacs library

This commit is contained in:
Niels Müller
2016-03-16 13:07:02 +01:00
parent b49941595b
commit 58d5d3a6c4
12 changed files with 18621 additions and 0 deletions

9
pygmx/__init__.py Normal file
View File

@ -0,0 +1,9 @@
"""
Python wrapper for gromacs tools.
"""
from . import tpxio
from . import xtcio
from . import tngio
from .tpxio import TPXReader