iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.estimate_survival_probabilities

iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.estimate_survival_probabilities#

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

Compute a result’s probability of being on the ground state. :param num_qubits: the number of qubits :type num_qubits: int :param counts: the result of the execution of a list of quantum circuits (counts) :type counts: List[Dict[str, int]]

Returns:

the ground state probabilities of the RB sequence

Return type:

List[float]

Parameters: