Result
- class Result(*, samples=None, action=None, errors=None)
The filter function \(F(f)\) sampled at the frequencies \(\{f_j\}\) that you requested, its precision, and the Fourier transformed noise operator \(\mathcal{F} \left\{ \tilde N^\prime(t) \right\}(f)\). By default, this function returns all these values for each sample. You can change this behavior using the result_scope parameter.
- Variables:
samples (List[qctrl.dynamic.types.filter_function.Sample], optional) – The samples of the filter function at the frequency values that you requested.
action (qctrl.dynamic.types.CoreAction, optional) – Metadata about the execution of the function.
errors (List[qctrl.dynamic.types.Error], optional) – Related validation errors.