Skip to content
Oliver Beckstein edited this page Aug 9, 2018 · 5 revisions

GromacsWrapper is a python package that wraps system calls to Gromacs tools into thin classes. This allows for fairly seamless integration of the gromacs tools into python scripts. This is generally superior to shell scripts because of python’s better error handling and superior data structures. It also allows for modularization and code re-use. In addition, commands, warnings and errors are logged to a file so that there exists a complete history of what has been done.

Users

The README contains a brief overview and installation instructions for getting up and running quickly.

See the full GromacsWrapper online documentation for details.

Please use the Issue Tracker to report bugs and enhancement requests.

Developers

See the Developer Guide.

For commonly encountered problems and questions see the Questions and Answers

Clone this wiki locally