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 (xr.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. Figure: the figure.

Return type:

str