First draft of a python wrapper for gromacs library
This commit is contained in:
9
pygmx/__init__.py
Normal file
9
pygmx/__init__.py
Normal file
@ -0,0 +1,9 @@
|
||||
"""
|
||||
Python wrapper for gromacs tools.
|
||||
"""
|
||||
|
||||
from . import tpxio
|
||||
from . import xtcio
|
||||
from . import tngio
|
||||
|
||||
from .tpxio import TPXReader
|
Reference in New Issue
Block a user