Skip to content

bloqade.qasm2.parse.ast.Instruction

← Module overview

classInstructionsource

bloqade.qasm2.parse.ast.Instruction

Bases: UOp

Signature
class Instruction(name: Name, params: list[Expr], qargs: list[Bit | Name])

Parameters

NameTypeDescription
nameName
paramslist[Expr]
qargslist[Bit | Name]

Attributes

NameTypeDescription
nameName
paramslist[Expr]
qargslist[Bit | Name]