Skip to content

bloqade.qasm2.dialects.indexing.QASMCoreLowering

← Module overview

classQASMCoreLoweringsource

bloqade.qasm2.dialects.indexing.QASMCoreLowering

Bases: lowering.FromPythonAST

class QASMCoreLowering

methodlower_Comparesource

bloqade.qasm2.dialects.indexing.QASMCoreLowering.lower_Compare

def lower_Compare(state: lowering.State, node: ast.Compare)

Parameters

NameTypeDescription
statelowering.State
nodeast.Compare
source

methodlower_Subscriptsource

bloqade.qasm2.dialects.indexing.QASMCoreLowering.lower_Subscript

def lower_Subscript(state: lowering.State, node: ast.Subscript)

Parameters

NameTypeDescription
statelowering.State
nodeast.Subscript
source