Skip to content

Commit d2b0d7a

Browse files
committed
cleanup
1 parent c8ed978 commit d2b0d7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/pyqrack/test_target.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ def ghz():
4040
assert math.isclose(out[0].real, val, abs_tol=abs_tol)
4141
assert math.isclose(out[-1].real, val, abs_tol=abs_tol)
4242
assert all(math.isclose(ele.real, 0.0, abs_tol=abs_tol) for ele in out[1:-1])
43-
44-
45-
if __name__ == "__main__":
46-
test_target()

0 commit comments

Comments
 (0)