cirq_google.workflow.ExecutableGroupResult
Results for a cg.QuantumExecutableGroup
.
cirq_google.workflow.ExecutableGroupResult(
runtime_configuration: 'QuantumRuntimeConfiguration',
shared_runtime_info: cirq_google.workflow.SharedRuntimeInfo
,
executable_results: List[cirq_google.workflow.ExecutableResult
]
)
Args |
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 .
|
Attributes |
runtime_configuration
|
Dataclass field
|
shared_runtime_info
|
Dataclass field
|
executable_results
|
Dataclass field
|
Methods
__eq__
__eq__(
other
)
Return self==value.
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."],[],[]]