iqm.benchmarks.quantum_volume.clops.plot_times

Contents

iqm.benchmarks.quantum_volume.clops.plot_times#

iqm.benchmarks.quantum_volume.clops.plot_times(clops_data: Dataset, observations: dict[int, dict[str, dict[str, float]]]) tuple[str, Figure]#

Generate a figure representing the different elapsed times in the CLOPS experiment.

Parameters:
  • clops_data (Dataset) – The dataset including elapsed time data from the CLOPS experiment

  • observations (dict[int, dict[str, dict[str, float]]]) – The observations from the analysis of the CLOPS experiment.

Returns:

The name of the figure. The figure.

Return type:

tuple[str, Figure]