cirq_google.workflow.ExecutableResult

Results for a cg.QuantumExecutable.

spec The cg.ExecutableSpec typifying the cg.QuantumExecutable.
runtime_info A cg.RuntimeInfo dataclass containing information gathered during execution of the cg.QuantumExecutable.
raw_data The cirq.Result containing the data from the run.

spec Dataclass field
runtime_info Dataclass field
raw_data Dataclass field

Methods

__eq__