Metadata-Version: 2.1
Name: jaxkuramoto
Version: 0.0.5
Summary: JAX implementation of Kuramoto model.
Home-page: https://github.com/yonesuke/jaxkuramoto
Author: Ryosuke Yoneda
Author-email: 13e.e.c.13@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# jaxkuramoto
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jaxkuramoto)
![PyPI](https://img.shields.io/pypi/v/jaxkuramoto)
[![Documentation Status](https://readthedocs.org/projects/jaxkuramoto/badge/?version=latest)](https://jaxkuramoto.readthedocs.io/en/latest/?badge=latest)
[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://jaxkuramoto.readthedocs.io/)
[![Downloads](https://static.pepy.tech/badge/jaxkuramoto)](https://pepy.tech/project/jaxkuramoto)

JAX implementation of the Kuramoto model.

![](docs/figs/sync_nonsync.gif)

## Installation
`jaxkuramoto` can be installed with pip with the following command:
```
pip install jaxkuramoto
```
