Metadata-Version: 2.1
Name: aiida-gromacs
Version: 2.0.2
Summary: A plugin for using GROMACS with AiiDA for molecular dymanics simulations.
Keywords: aiida,plugin,gromacs,aiida-gromacs
Author-email: James Gebbie-Rayet <james.gebbie@stfc.ac.uk>, Jas Kalayan <jas.kalayan@stfc.ac.uk>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AiiDA
Requires-Dist: aiida-core>=2.0,<3
Requires-Dist: voluptuous
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx_rtd_theme ; extra == "docs"
Requires-Dist: sphinxcontrib-contentui ; extra == "docs"
Requires-Dist: sphinxcontrib-details-directive ; extra == "docs"
Requires-Dist: furo ; extra == "docs"
Requires-Dist: markupsafe<2.1 ; extra == "docs"
Requires-Dist: pre-commit~=3.3 ; extra == "pre-commit"
Requires-Dist: pylint~=2.17 ; extra == "pre-commit"
Requires-Dist: pgtest~=1.3 ; extra == "testing"
Requires-Dist: wheel~=0.40 ; extra == "testing"
Requires-Dist: coverage[toml] ; extra == "testing"
Requires-Dist: pytest~=7.3 ; extra == "testing"
Requires-Dist: pytest-cov~=4.0 ; extra == "testing"
Requires-Dist: pytest-sugar~=0.9 ; extra == "testing"
Project-URL: Source, https://github.com/jimboid/aiida-gromacs
Provides-Extra: docs
Provides-Extra: pre-commit
Provides-Extra: testing

[![Build Status](https://github.com/jimboid/aiida-gromacs/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jimboid/aiida-gromacs/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/jimboid/aiida-gromacs/badge.svg?branch=master)](https://coveralls.io/github/jimboid/aiida-gromacs?branch=master)
[![Docs status](https://readthedocs.org/projects/aiida-gromacs/badge)](http://aiida-gromacs.readthedocs.io/)
[![PyPI version](https://badge.fury.io/py/aiida-gromacs.svg)](https://badge.fury.io/py/aiida-gromacs)

# aiida-gromacs

The GROMACS plugin for AiiDA aims to enable the capture and sharing of the full
provenance of data when parameterising and running molecular dynamics
simulations. This plugin is being developed as part of the Physical Sciences
Data Infrastructure programme to improve the practices around data within the
Physical Sciences remit area within the UK.

This package is currently a work in progress and we will be adding much more
complete functionality to this plugin in the coming months.

The design pattern we are aiming for is to simply allow researchers to capture
the full data provenance for their simulations by only switching on an AiiDA
conda environment, along with modifying your command lines very slightly.

This means that you should gain access to powerful FAIR data practices without
wholesale cultural or usage pattern shifts in your daily work.

## Documentation

See [here](https://aiida-gromacs.readthedocs.io/en/latest/) for documentation for users and developers.

## License

MIT

## Contact

- james.gebbie@stfc.ac.uk
- jas.kalayan@stfc.ac.uk

