iqm.benchmarks.quantum_volume.quantum_volume.ExecutionInfo#
- class iqm.benchmarks.quantum_volume.quantum_volume.ExecutionInfo(backend_name: str, timestamp: str)#
Bases:
NamedTupleContainer for execution information of a QV job.
Attributes
Alias for field number 0
Alias for field number 1
Methods
__getnewargs__()Return self as a plain tuple.
__new__(_cls, backend_name, timestamp)Create new instance of ExecutionInfo(backend_name, timestamp)
__repr__()Return a nicely formatted representation string
_asdict()Return a new dict which maps field names to their values.
_make(iterable)Make a new ExecutionInfo object from a sequence or iterable
_replace(**kwds)Return a new ExecutionInfo object replacing specified fields with new values