iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.survival_probabilities_parallel

iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.survival_probabilities_parallel#

iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.survival_probabilities_parallel(qubits_array: List[List[int]], counts: List[Dict[str, int]]) Dict[str, List[float]]#

Estimates marginalized survival probabilities from a parallel RB execution (at fixed depth) :param qubits_array: List of qubits in which the experiment was performed :type qubits_array: List[int] :param counts: The measurement counts for corresponding bitstrings :type counts: Dict[str, int]

Returns:

The survival probabilities for each qubit

Return type:

Dict[str, List[float]]

Parameters: