iqm.benchmarks.benchmark_definition.BenchmarkObservationIdentifier#
- class iqm.benchmarks.benchmark_definition.BenchmarkObservationIdentifier(qubit_indices: list[int])#
Bases:
object
Identifier for observations for ease of use
- qubit_indices#
list containing the indices of the qubits the observation was executed on.
Attributes
String version of the qubit indices for ease of use
Methods
__eq__
(other)Return self==value.
__repr__
()Return repr(self).