Poincaré allows to define and simulate dynamical systems in Python.
See poincare's documentation on the dyscolab page, or go directly to the intro tutorial.
It can be installed from PyPI:
pip install -U poincare
or conda-forge:
conda install -c conda-forge poincare
This project is managed by pixi. You can install it for development using:
git clone https://github.com/dyscolab/poincare
cd poincare
pixi run pre-commit-install # install pre-commit hooksPre-commit hooks are used to lint and format the project.
Run tests using:
pixi run test