bloqade.qasm2.parse.ast.MainProgram
← Module overview
class
classMainProgram¶source
bloqade.qasm2.parse.ast.MainProgram
Bases: Node
class MainProgram(header: Kirin | OPENQASM, statements: list[Statement])Parameters
| Name | Type | Description |
|---|---|---|
header | Kirin | OPENQASM | |
statements | list[Statement] |
Attributes
| Name | Type | Description |
|---|---|---|
header | Kirin | OPENQASM | |
statements | list[Statement] |