Pete Shadbolt 83443b131e | 7 anos atrás | |
---|---|---|
abp | 7 anos atrás | |
bin | 8 anos atrás | |
doc | 8 anos atrás | |
examples | 8 anos atrás | |
tests | 8 anos atrás | |
.bumpversion.cfg | 8 anos atrás | |
.gitignore | 8 anos atrás | |
MANIFEST.in | 8 anos atrás | |
README.md | 8 anos atrás | |
makefile | 8 anos atrás | |
setup.py | 8 anos atrás |
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.24
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