iqm.error_reduction_tools.readout_characterization.data_processing.CountsByPrep

Contents

iqm.error_reduction_tools.readout_characterization.data_processing.CountsByPrep#

iqm.error_reduction_tools.readout_characterization.data_processing.CountsByPrep#

Mapping from preparation string to measurement outcome counts.

Outer key: preparation string where each character is 'I' (prepare |0⟩) or 'X' (prepare |1⟩). Inner key: measured bitstring (e.g. '0110'). Value: number of shots (or normalized probability) for that outcome.

alias of dict[str, dict[str, float]]