Pete Shadbolt 8666631dc0 | il y a 8 ans | |
---|---|---|
abp | il y a 8 ans | |
bin | il y a 8 ans | |
doc | il y a 8 ans | |
examples | il y a 8 ans | |
tests | il y a 8 ans | |
.bumpversion.cfg | il y a 8 ans | |
.gitignore | il y a 8 ans | |
MANIFEST.in | il y a 8 ans | |
README.md | il y a 8 ans | |
makefile | il y a 8 ans | |
setup.py | il y a 8 ans |
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.22
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