We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ed978 commit d2b0d7aCopy full SHA for d2b0d7a
test/pyqrack/test_target.py
@@ -40,7 +40,3 @@ def ghz():
40
assert math.isclose(out[0].real, val, abs_tol=abs_tol)
41
assert math.isclose(out[-1].real, val, abs_tol=abs_tol)
42
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