This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove print in a test
master
Pete Shadbolt
8 years ago
parent
2625aad613
commit
1bdb86f9a4
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save