bloqade.analysis.measure_id.impls.PyAssign
← Module overview
class
method
source
classPyAssign¶source
bloqade.analysis.measure_id.impls.PyAssign
Bases: interp.MethodTable
Measure-ID analysis implementations for Python assignments.
class PyAssignmethodalias¶source
bloqade.analysis.measure_id.impls.PyAssign.alias
Signature
def alias(interp: MeasurementIDAnalysis, frame: MeasureIDFrame, stmt: py.assign.Alias)Propagate the analysis value through an alias.
Parameters
| Name | Type | Description |
|---|---|---|
interp | MeasurementIDAnalysis | |
frame | MeasureIDFrame | |
stmt | py.assign.Alias |