Sample¶
-
class
qctrl.dynamic.types.filter_function.
Sample
(*, frequency=None, inverse_power=None, inverse_power_uncertainty=None, frequency_domain_noise_operator=None)¶ The value of the filter function for a single frequency.
- Variables
frequency (float) – The frequency of the sample.
inverse_power (float) – The filter function value for the frequency of the sample.
inverse_power_uncertainty (float) – The uncertainty in the filter function value.
frequency_domain_noise_operator (ndarray) – The noise operator in the frequency domain for the frequency of the sample.