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