iqm.benchmarks.benchmark_definition.BenchmarkObservationIdentifier#

class iqm.benchmarks.benchmark_definition.BenchmarkObservationIdentifier(qubit_indices: list[int])#

Bases: object

Identifier for observations for ease of use

Parameters:

qubit_indices (list[int]) –

qubit_indices#

list containing the indices of the qubits the observation was executed on.

Type:

list[int]

Attributes

string_identifier

String version of the qubit indices for ease of use

qubit_indices

Methods

__eq__(other)

Return self==value.

__repr__()

Return repr(self).

property string_identifier: str#

String version of the qubit indices for ease of use

Returns:

A string of the qubit indices