Skip to content

bloqade.lanes.analysis.atom.ShotRemappingOk

← Module overview

classShotRemappingOksource

bloqade.lanes.analysis.atom.ShotRemappingOk

Successful shot-remapping result.

class ShotRemappingOk

Attributes

NameTypeDescription
mappinglist[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_sizeintwidth of the frame ``mapping`` indexes into. A caller should check its hardware rows are this wide before projecting.
measurement_indexintIR position of the measurement statement whose frame this is.