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