Result¶
-
class
qctrl.dynamic.types.noise_reconstruction.
Result
(*, power_spectral_densities=None, metadata=None, action=None, errors=None)¶ Estimation \(S_{k, \mathrm{est}}\) of noise PSD at frequencies that you provide in filter function samples.
- Variables
power_spectral_densities (List[qctrl.dynamic.types.noise_reconstruction.PowerSpectralDensity]) – The reconstructed noise power spectral densities.
metadata (dict) – Metadata associated with the reconstruction. No guarantees are made about the contents of this metadata dictionary; the contained information is intended purely to help interpret the results of the reconstruction on a one-off basis.
action (qctrl.dynamic.types.CoreAction) – Metadata about the execution of the function.
errors (List[qctrl.dynamic.types.Error]) – Related validation errors.