Skip to content

bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering

← Module overview

classStimAuxLoweringsource

bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering

Bases: lowering.FromPythonAST

class StimAuxLowering

methodlower_Constantsource

bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering.lower_Constant

def lower_Constant(state: lowering.State, node: ast.Constant)

Parameters

NameTypeDescription
statelowering.State
nodeast.Constant
source

methodlower_Exprsource

bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering.lower_Expr

def lower_Expr(state: lowering.State, node: ast.Expr)

Parameters

NameTypeDescription
statelowering.State
nodeast.Expr
source

methodlower_UnaryOpsource

bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering.lower_UnaryOp

def lower_UnaryOp(state: lowering.State, node: ast.UnaryOp)

Parameters

NameTypeDescription
statelowering.State
nodeast.UnaryOp
source