Runtime information relevant to a particular cg.QuantumExecutable
.
cirq_google.workflow.RuntimeInfo(
execution_index: int, qubit_placement: Optional[Dict[Any, cirq.Qid]] = None
)
There is one cg.RuntimeInfo
per cg.ExecutableResult
Args |
execution_index
|
What order (in its cg.QuantumExecutableGroup ) this
cg.QuantumExecutable was executed.
|
qubit_placement
|
If a QubitPlacer was used, a record of the mapping
from problem-qubits to device-qubits.
|
Attributes |
execution_index
|
Dataclass field
|
qubit_placement
|
Dataclass field
|
Methods
__eq__
__eq__(
other
)
Class Variables |
qubit_placement
|
None
|