Browse Source

Remove print in a test

master
Pete Shadbolt 7 years ago
parent
commit
1bdb86f9a4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tests/test_qi.py

+ 0
- 1
tests/test_qi.py View File

@@ -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()


Loading…
Cancel
Save