From 4fc08e8eedadfdeb4a2944d53e3ace0afd61b107 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Fri, 29 Jul 2016 12:13:17 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8600532..2087837 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Now, in another terminal, use `abp.fancy.GraphState` to run a Clifford circuit: ```python >>> from abp.fancy import GraphState ->>> g = GraphState(10) >>> g = GraphState(range(10)) >>> for i in range(10): ... g.act_hadamard(i)