Skip to content

bloqade.qasm2.parse.ast.MainProgram

← Module overview

classMainProgramsource

bloqade.qasm2.parse.ast.MainProgram

Bases: Node

class MainProgram(header: Kirin | OPENQASM, statements: list[Statement])

Parameters

NameTypeDescription
headerKirin | OPENQASM
statementslist[Statement]

Attributes

NameTypeDescription
headerKirin | OPENQASM
statementslist[Statement]