From 6e456e1147f07739f4f8049800b44facf64fbe90 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 25 Jul 2016 01:28:24 +0100 Subject: [PATCH] Update docs --- README.md | 2 +- doc/index.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d35d826..12c49c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # abp -Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits. Should do thousands of qubits without much trouble. You can read the full documentation [here](https://peteshadbolt.co.uk/abp/). +Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits. You can read the full documentation [here](https://peteshadbolt.co.uk/abp/). ![demo](examples/demo.gif) diff --git a/doc/index.rst b/doc/index.rst index 34de1b3..be876a4 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -14,7 +14,6 @@ This is the documentation for ``abp``. It's a work in progress. ``abp`` is a Python port of Anders and Briegel' s `method `_ for fast simulation of Clifford circuits. That means that you can make quantum states of thousands of qubits, perform any sequence of Clifford operations, and measure in any of :math:`\{\sigma_x, \sigma_y, \sigma_z\}`. -It should do thousands of qubits without much trouble. .. image:: ../examples/demo.gif