Skip to content

bloqade.qasm2.parse.ast.IfStmt

← Module overview

classIfStmtsource

bloqade.qasm2.parse.ast.IfStmt

Bases: Statement

class IfStmt(cond: Cmp, body: list[QOp])

Parameters

NameTypeDescription
condCmp
bodylist[QOp]

Attributes

NameTypeDescription
condCmp
bodylist[QOp]