iqm.benchmarks.compressive_gst.mgst.qiskit_interface.job_counts_to_mgst_format#
- iqm.benchmarks.compressive_gst.mgst.qiskit_interface.job_counts_to_mgst_format(active_qubits: list[int], n_povm: int, result_dict: list[dict[str, int]]) ndarray#
Turns the dictionary of outcomes from qiskit backend into the format which is used in mGST.
- Parameters:
- Returns:
- 2D array of measurement outcomes for sequences in J; Each column contains the outcome probabilities
for a fixed sequence
- Return type: