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.

Parameters:

hops (list[float]) – The individual heavy output probabilities for each trial.

Returns:

Cumulative average heavy output probabilities for all trials.

Return type:

list[float]