From 876c1ac2ad3fda5c5dc9001646759bda3baddf98 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 17 Nov 2016 19:46:26 -0800 Subject: [PATCH] Update README, docs --- README.md | 2 +- abp/static/index.html | 2 +- doc/conf.py | 1 + doc/index.rst | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c997886..604f55f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Now, in another terminal, use `abp.fancy.GraphState` to run a Clifford circuit: ```python >>> from abp.fancy import GraphState ->>> g = GraphState(range(10)) +>>> g = GraphState(10) >>> for i in range(10): ... g.act_hadamard(i) ... diff --git a/abp/static/index.html b/abp/static/index.html index 36c66ed..b9ceaa3 100644 --- a/abp/static/index.html +++ b/abp/static/index.html @@ -25,7 +25,7 @@ -
Version 0.4.20
+
Version 0.4.20 develop mode