bloqade.qasm2.parse.ast.IfStmt
← Module overview
class
classIfStmt¶source
bloqade.qasm2.parse.ast.IfStmt
Bases: Statement
class IfStmt(cond: Cmp, body: list[QOp])Parameters
| Name | Type | Description |
|---|---|---|
cond | Cmp | |
body | list[QOp] |
Attributes
| Name | Type | Description |
|---|---|---|
cond | Cmp | |
body | list[QOp] |