Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 756 Bytes

install.md

File metadata and controls

31 lines (25 loc) · 756 Bytes

Installing MaxwellBloch

I recommend using Conda environments.

You can create and activate an environment named mb with all the required dependencies for MaxwellBloch with

conda create --name mb python=3 numpy=1 scipy=1 qutip=4
conda activate mb

The MaxwellBloch package can then be installed from PyPI using

pip install maxwellbloch

Alternatively you can manually download and install any release.