iqm.benchmarks.quantum_volume.quantum_volume.cumulative_hop

Contents

iqm.benchmarks.quantum_volume.quantum_volume.cumulative_hop#

iqm.benchmarks.quantum_volume.quantum_volume.cumulative_hop(hops: List[float]) List[float]#

Computes the cumulative average heavy output probabilities of a QV experiment. :param hops: The individual heavy output probabilities for each trial. :type hops: List[float]

Returns:

cumulative average heavy output probabilities for all trials.

Return type:

List[float]

Parameters:

hops (List[float]) –