Result

class 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], optional) – The reconstructed noise power spectral densities.

  • metadata (dict, optional) – 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, optional) – Metadata about the execution of the function.

  • errors (List[qctrl.dynamic.types.Error], optional) – Related validation errors.