iqm.benchmarks.quantum_volume.clops.retrieve_clops_elapsed_times

iqm.benchmarks.quantum_volume.clops.retrieve_clops_elapsed_times#

iqm.benchmarks.quantum_volume.clops.retrieve_clops_elapsed_times(job_meta: dict[str, dict[str, Any]]) dict[str, float]#

Retrieve the elapsed times from the CLOPS job metadata.

Parameters:

job_meta (dict[str, dict[str, Any]]) – A dictionary of CLOPS jobs metadata

Returns:

A dictionary of elapsed times of all CLOPS jobs

Return type:

dict[str, float]