bloqade.lanes.analysis.atom.ShotRemappingOk
← Module overview
class
classShotRemappingOk¶source
bloqade.lanes.analysis.atom.ShotRemappingOk
Successful shot-remapping result.
class ShotRemappingOkAttributes
| Name | Type | Description |
|---|---|---|
mapping | list[int] | ``mapping[k]`` is the frame slot holding measurement record ``k``. Index a hardware frame with it directly — ``frame[:, mapping]`` yields the per-measurement array that post-processing consumes. |
frame_size | int | width of the frame ``mapping`` indexes into. A caller should check its hardware rows are this wide before projecting. |
measurement_index | int | IR position of the measurement statement whose frame this is. |