iqm.pulla.utils.convert_sweep_spot#
- iqm.pulla.utils.convert_sweep_spot(results, readout_mappings)#
Deprecated. Same as
convert_sweep_spot_to_arrays()but returns a less efficient format.- Parameters:
results (dict[str, ndarray]) – mapping of acquisition labels to 1D arrays of readout results with the length
num_shots * num_triggers_for_label_in_batchreadout_mappings (tuple[dict[str, tuple[str, ...]], ...]) – for each circuit in the batch, a mapping of measurement keys to corresponding tuples of acquisition labels
- Returns:
converted measurement results
- Return type: