Installing MaxwellBloch
Using uv (recommended)
uv is the recommended way to install MaxwellBloch:
uv pip install maxwellbloch
Using pip
pip install maxwellbloch
Using Conda
You can create and activate a Conda environment with the required dependencies:
conda create --name mb -c conda-forge python=3.11 qutip
conda activate mb
pip install maxwellbloch
Alternatively you can manually download and install any release.