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 09f47f8 commit d43f43eCopy full SHA for d43f43e
src/bloqade/qasm2/passes/noise.py
@@ -38,7 +38,6 @@ def __post_init__(self):
38
39
def unsafe_run(self, mt: ir.Method):
40
result = Walk(InsertGetQubit()).rewrite(mt.code)
41
- mt.print()
42
HintConst(self.dialects).unsafe_run(mt)
43
frame, _ = self.address_analysis.run_analysis(mt, no_raise=self.no_raise)
44
result = (
0 commit comments