Documentation can be found at qulab.readthedocs.org.
We encourage installing QuLab via the pip tool (a python package manager):
python -m pip install QuLabTo install from the latest source, you need to clone the GitHub repository on your machine.
git clone https://github.com/feihoo87/QuLab.gitThen dependencies and QuLab can be installed in this way:
cd QuLab
python -m pip install -r requirements.txt
python -m pip install -e .To run tests:
python -m pip install -r requirements-dev.txt
python -m pytest
Please report all issues on github.