Pete Shadbolt 7b5890dff8 | 5 years ago | |
---|---|---|
abp | 5 years ago | |
doc | 5 years ago | |
examples | 5 years ago | |
tests | 5 years ago | |
.bumpversion.cfg | 5 years ago | |
.gitignore | 5 years ago | |
.gitlab-ci.yml | 5 years ago | |
Makefile | 7 years ago | |
README.md | 5 years ago | |
README.rst | 7 years ago | |
requirements.txt | 5 years ago | |
setup.py | 5 years ago | |
tox.ini | 5 years ago |
Python port of Anders and Briegel’ s method for fast simulation of Clifford circuits.
Install from source
$ git clone http://gitlab.psiquantum.lan/pete/abp
$ cd abp
$ virtualenv env
$ source env/bin/activate
$ python setup.py develop --user
You can read the full documentation here. You can also build it locally using Sphinx with make doc
.
To install Sphinx on OSX, use pip install sphinx
. If after doing so make doc
still does not work, some OSX users may also need to install sphinxcontrib-napoleon
by running pip install sphinxcontrib-napoleon
.