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