From 1bdb86f9a4e4a2338e5d83018b2ec3159f00c0a9 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 17 Nov 2016 16:12:28 -0800 Subject: [PATCH] Remove print in a test --- tests/test_qi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_qi.py b/tests/test_qi.py index 6e922e6..421c09e 100644 --- a/tests/test_qi.py +++ b/tests/test_qi.py @@ -168,5 +168,4 @@ def test_sqrt_notation(n=2): c = mock.random_stabilizer_circuit(n) g = GraphState(range(n)) g.act_circuit(c) - print g.to_state_vector()