bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering
← Module overview
class
method
sourcemethod
sourcemethod
source
classStimAuxLowering¶source
bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering
Bases: lowering.FromPythonAST
class StimAuxLoweringmethodlower_Constant¶source
bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering.lower_Constant
def lower_Constant(state: lowering.State, node: ast.Constant)Parameters
| Name | Type | Description |
|---|---|---|
state | lowering.State | |
node | ast.Constant |
methodlower_Expr¶source
bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering.lower_Expr
def lower_Expr(state: lowering.State, node: ast.Expr)Parameters
| Name | Type | Description |
|---|---|---|
state | lowering.State | |
node | ast.Expr |
methodlower_UnaryOp¶source
bloqade.stim.dialects.auxiliary.lowering.StimAuxLowering.lower_UnaryOp
def lower_UnaryOp(state: lowering.State, node: ast.UnaryOp)Parameters
| Name | Type | Description |
|---|---|---|
state | lowering.State | |
node | ast.UnaryOp |