Pete Shadbolt 68bc22a0aa | пре 8 година | |
---|---|---|
abp | пре 8 година | |
bin | пре 8 година | |
doc | пре 8 година | |
examples | пре 8 година | |
tests | пре 8 година | |
.bumpversion.cfg | пре 8 година | |
.gitignore | пре 8 година | |
MANIFEST.in | пре 8 година | |
README.md | пре 8 година | |
makefile | пре 8 година | |
setup.py | пре 8 година |
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.23
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