|
|
8 роки тому | |
|---|---|---|
| abp | 8 роки тому | |
| bin | 8 роки тому | |
| doc | 8 роки тому | |
| examples | 8 роки тому | |
| tests | 8 роки тому | |
| .bumpversion.cfg | 8 роки тому | |
| .gitignore | 9 роки тому | |
| MANIFEST.in | 9 роки тому | |
| README.md | 8 роки тому | |
| makefile | 9 роки тому | |
| 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.26
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