Anders and Briegel in Python
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 7 Jahren
vor 7 Jahren
vor 7 Jahren
vor 5 Jahren
vor 7 Jahren
vor 5 Jahren
vor 7 Jahren
vor 5 Jahren
vor 7 Jahren
vor 7 Jahren
vor 5 Jahren
12345678910111213141516171819
  1. # abp 0.6.0
  2. Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits.
  3. ## Installation
  4. Install from source
  5. ```shell
  6. $ git clone http://gitlab.psiquantum.lan/pete/abp
  7. $ cd abp
  8. $ virtualenv env
  9. $ source env/bin/activate
  10. $ python setup.py develop --user
  11. ```
  12. ## Documentation
  13. You can read the full documentation [here](https://peteshadbolt.co.uk/static/abp/). You can also build it locally using Sphinx with `make doc`.
  14. To install Sphinx on OSX, use `pip install sphinx`. If after doing so `make doc` still does not work, some OSX users may also need to install `sphinxcontrib-napoleon` by running `pip install sphinxcontrib-napoleon`.