cirq_google.workflow.RuntimeInfo
Runtime information relevant to a particular cg.QuantumExecutable
.
cirq_google.workflow.RuntimeInfo(
execution_index: int,
qubit_placement: Optional[Dict[Any, cirq.Qid]] = None,
timings_s: Dict[str, float] = dataclasses.field(default_factory=dict)
)
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.
|
timings_s
|
The durations of measured subroutines. Each entry in this
dictionary maps subroutine name to the amount of time the subroutine
took in units of seconds.
|
Attributes |
execution_index
|
Dataclass field
|
qubit_placement
|
Dataclass field
|
timings_s
|
Dataclass field
|
Methods
__eq__
__eq__(
other
)
Return self==value.
Class Variables |
qubit_placement
|
None
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-27 UTC."],[],[]]