ooragan.FitResult#
- class ooragan.FitResult(results: list[ResonatorFitter], photon_nbr: list[float], magnet_field: list[float] | None = None)[source]#
Fit results container for a single file.
- Parameters:
- resultslist of resonator.base.ResonatorFitter
List of ResonatorFitter objects from the
Fitter.- photon_nbrlist of float
List of the computed photon numbers.
- magnet_fieldlist of float, optional
List of magnetic field norm values.
Methods
append(results, photon_nbr[, magnet_field])Append new results to existing FitResult instance.
The coupling quality factors.
The standard error of the coupling quality factor.
The internal quality factors.
The standard error of the internal quality factor.
The total quality factors.
The standard error of the total quality factor.
The coupling loss.
The coupling loss error.
The resonance frequency.
The standard error of the resonance frequency.
The internal loss.
The internal loss error.
The magnetic field norm in Tesla.
The resonance angular frequency.
The standard error of the resonance angular frequency.
The computed photon numbers.