Metadata-Version: 2.1
Name: MDRefine
Version: 0.0.7
Summary: A package to perform refinement of MD simulation trajectories.
Home-page: https://github.com/bussilab/MDRefine
Author: Ivan Gilardoni
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: jax
Requires-Dist: jaxlib
Requires-Dist: joblib

[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/bussilab/MDRefine)](https://github.com/bussilab/MDRefine/tags)
[![PyPI](https://img.shields.io/pypi/v/MDRefine)](https://pypi.org/project/MDRefine/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/MDRefine)](https://pypi.org/project/MDRefine/)
[![CI](https://github.com/bussilab/MDRefine/workflows/CI/badge.svg)](https://github.com/bussilab/MDRefine/actions?query=workflow%3ACI)

A package to perform refinement of MD simulation trajectories.

To install package and dependencies with pip (version from PyPI):

```
pip install bussilab
```

You can install the development version by cloning the repository and, from its root directory, type:

```
pip install -e .
```

**Note that this is still at development stage, so also the version from PyPI is not expected to be stable yet**
