bloqade.qasm2.dialects.indexing.QASMCoreLowering
← Module overview
class
method
sourcemethod
source
classQASMCoreLowering¶source
bloqade.qasm2.dialects.indexing.QASMCoreLowering
Bases: lowering.FromPythonAST
class QASMCoreLoweringmethodlower_Compare¶source
bloqade.qasm2.dialects.indexing.QASMCoreLowering.lower_Compare
def lower_Compare(state: lowering.State, node: ast.Compare)Parameters
| Name | Type | Description |
|---|---|---|
state | lowering.State | |
node | ast.Compare |
methodlower_Subscript¶source
bloqade.qasm2.dialects.indexing.QASMCoreLowering.lower_Subscript
def lower_Subscript(state: lowering.State, node: ast.Subscript)Parameters
| Name | Type | Description |
|---|---|---|
state | lowering.State | |
node | ast.Subscript |