Metadata-Version: 2.4
Name: mctpy
Version: 0.0.2.post1
Summary: MCT solver package in python
Project-URL: Homepage, https://github.com/thvoigtmann/mctpy
License-File: LICENSE
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Description-Content-Type: text/markdown

# mctpy
MCT (Mode-Coupling Theory of the Glass Transition) solver in python.

## Installation

You need a standard python environment, including numpy, numba, and scipy.

## Documentation

See https://mctpy.readthedocs.io/

## Acknowledgments

The packaging, unit testing setup and so forth was inspired by
a [blog post by Reinoud Elhorst](https://blog.claude.nl/posts/best-practices-for-pypi-package/).
