Metadata-Version: 2.1
Name: kinisi
Version: 0.0.6
Summary: Uncertainty analysis and model comparison for atomistic molecular dynamics.
Home-page: UNKNOWN
Author: Andrew R. McCluskey and Benjamin J. Morgan
Author-email: andrew.mccluskey@ess.eu, b.j.morgan@bath.ac.uk
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: statsmodels
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: uravu (>=1.2.4)

[![kinisi Logo](https://github.com/bjmorgan/kinisi/raw/master/docs/source/logo/kinisi_logo.png)](https://kinisi.readthedocs.io)

kee-nee-si

[![Test Coverage](https://api.codeclimate.com/v1/badges/3e64239fb6cb6c837b62/test_coverage)](https://codeclimate.com/github/bjmorgan/kinisi/test_coverage)
[![Documentation Status](https://readthedocs.org/projects/kinisi/badge/?version=latest)](https://kinisi.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/kinisi.svg)](https://badge.fury.io/py/kinisi)

Uncertainty analysis and model comparison for diffusion in molecular dynamics.

## Installation

`kinisi` is available from the [PyPI](https://pypi.org/project/kinisi/) repository so can be [installed using `pip`](https://kinisi.readthedocs.io/en/latest/installation.html) or alternatively `clone` this repository and install the latest development build with the commands below.

```
pip install -r requirements.txt
python setup.py install
pytest
```


