Runtime information common to all cg.QuantumExecutable
s in an execution of a
cirq_google.workflow.SharedRuntimeInfo(
run_id: str, device: Optional[cirq.Device] = None
)
cg.QuantumExecutableGroup
.
There is one cg.SharedRuntimeInfo
per cg.ExecutableGroupResult
.
Args |
run_id
|
A unique str identifier for this run.
|
device
|
The actual device used during execution, not just its processor_id
|
Attributes |
run_id
|
Dataclass field
|
device
|
Dataclass field
|
Methods
__eq__
__eq__(
other
)
Class Variables |
device
|
None
|