Installation

Qutip-Jax can be installed with pip:

pip install qutip>=5.0.0 qutip-jax

However qutip-jax is currently being developed and a lot of feature are only available when installed from source:

pip install git+https://github.com/qutip/qutip.git
pip install git+https://github.com/qutip/qutip-jax.git

Prerequisites

This package uses QuTiP, Jax, equinox and diffrax.

We use pytest for testing.

See doc/requirementes.txt for a list of package needed to build the documentation.