Pete Shadbolt 7544a79a72 | 7 år sedan | |
---|---|---|
abp | 7 år sedan | |
bin | 7 år sedan | |
doc | 7 år sedan | |
examples | 8 år sedan | |
tests | 8 år sedan | |
.bumpversion.cfg | 7 år sedan | |
.gitignore | 8 år sedan | |
MANIFEST.in | 8 år sedan | |
README.md | 7 år sedan | |
makefile | 8 år sedan | |
setup.py | 7 år sedan |
Python port of Anders and Briegel’ s method for fast simulation of Clifford circuits.
You can read the full documentation here. You can also build it locally using Sphinx with make doc
.
It's easiest to install with pip
:
$ pip install --user abp==0.4.26
Or clone and install in develop
mode:
$ git clone https://github.com/peteshadbolt/abp.git
$ cd abp
$ python setup.py develop --user
$ python setup.py develop --user --prefix= # Might be required on OSX