Pete Shadbolt 92935fd544 | 8 vuotta sitten | |
---|---|---|
abp | 8 vuotta sitten | |
bin | 8 vuotta sitten | |
doc | 8 vuotta sitten | |
examples | 8 vuotta sitten | |
tests | 8 vuotta sitten | |
.bumpversion.cfg | 8 vuotta sitten | |
.gitignore | 8 vuotta sitten | |
MANIFEST.in | 8 vuotta sitten | |
README.md | 8 vuotta sitten | |
TODO.mkd | 8 vuotta sitten | |
makefile | 8 vuotta sitten | |
setup.py | 8 vuotta sitten |
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