cirq_google.workflow.RuntimeInfo

Runtime information relevant to a particular cg.QuantumExecutable.

There is one cg.RuntimeInfo per cg.ExecutableResult

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.

execution_index Dataclass field
qubit_placement Dataclass field
timings_s Dataclass field

Methods

__eq__

qubit_placement None