Types¶
The types documented below are dynamically generated for the Qctrl instance and should be accessed through the TypeNamespace instead of imported using import.
For example, this is how you would use a sample type from qctrl.dynamic.types.SampleType.
qc = Qctrl()
sample_type_object = qc.types.SampleType(...)
Classes
The error associated with a failed action. |
|
Action status options. |
|
Action type options. |
|
The allowed values for the apps used used from the UI. |
|
The allowed values for the user’s pages theme while browsing. |
|
A segment of a complex-valued piecewise-constant function of time. |
|
Metadata about the execution of a core function. |
|
Custom error. |
|
” Runtime data originated from the remote execution (jobs). |
|
A segment of a real-valued piecewise-constant function of time. |
|
The desired time-evolution operator the controls implement in an ideal case. |
|
Defines a User. |
|
The allowed values of the user’s expertise. |
Types