View source on GitHub |
Runtime information dataclasses and execution of executables.
Classes
class ExecutableGroupResult
: Results for a cg.QuantumExecutableGroup
.
class ExecutableResult
: Results for a cg.QuantumExecutable
.
class QuantumRuntimeConfiguration
: User-requested configuration of how to execute a given cg.QuantumExecutableGroup
.
class RuntimeInfo
: Runtime information relevant to a particular cg.QuantumExecutable
.
class SharedRuntimeInfo
: Runtime information common to all cg.QuantumExecutable
s in an execution of a cg.QuantumExecutableGroup
.
Functions
execute(...)
: Execute a cg.QuantumExecutableGroup
according to a cg.QuantumRuntimeConfiguration
.