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 1105582 commit 7ee733eCopy full SHA for 7ee733e
src/bloqade/qasm2/emit/main.py
@@ -22,7 +22,7 @@ class EmitQASM2Main(EmitQASM2Base[ast.Statement, ast.MainProgram]):
22
def initialize(self) -> Self:
23
super().initialize()
24
return self
25
-
+
26
def eval_fallback(self, frame: EmitQASM2Frame, node: ir.Statement):
27
return tuple(None for _ in range(len(node.results)))
28
0 commit comments