cirq_google.workflow.ExecutableGroupResult

Results for a cg.QuantumExecutableGroup.

runtime_configuration The cg.QuantumRuntimeConfiguration describing how the cg.QuantumExecutableGroup was requested to be executed.
shared_runtime_info A cg.SharedRuntimeInfo dataclass containing information gathered during execution of the cg.QuantumExecutableGroup which is relevant to all executable_results.
executable_results A list of cg.ExecutableResult. Each contains results and raw data for an individual cg.QuantumExecutable.

runtime_configuration Dataclass field
shared_runtime_info Dataclass field
executable_results Dataclass field

Methods

__eq__