iqm.benchmarks.benchmark_definition.BenchmarkRunResult#
- class iqm.benchmarks.benchmark_definition.BenchmarkRunResult(dataset: Dataset, circuits: Circuits)#
Bases:
object
A dataclass that stores the results of a single run of a Benchmark.
RunResult should contain enough information that the Benchmark can be analyzed based on those results.
Attributes
dataset
circuits
Methods
__eq__
(other)Return self==value.
__repr__
()Return repr(self).
- Parameters:
dataset (Dataset) –
circuits (Circuits) –