KidsSweepGainWithGeometry¶
-
class
kidsproc.kidsmodel.
KidsSweepGainWithGeometry
(fr, Qr, g0, g1, g, phi_g, tau, Qc, Qi, phi_c, **kwargs)[source]¶ Bases:
kidsproc.kidsmodel._ResonanceCircleSweepMixin
,kidsproc.kidsmodel._ReadoutReprComplexMixin
,kidsproc.kidsmodel._KidsReadoutMixin
,kidsproc.kidsmodel._ReadoutGainWithGeometryMixin
,kidsproc.kidsmodel._ComposableModelBase
Model that describes the S21 for frequency sweep with the geometry parameters.
Attributes Summary
Methods Summary
evaluate
(f, fr, Qr, g0, g1, g, phi_g, tau, …)Evaluate the model on some input variables.
Attributes Documentation
-
Qc
= Parameter('Qc', value=40000.0)¶
-
Qi
= Parameter('Qi', value=nan, tied=<function _tied_Qi>)¶
-
Qr
= Parameter('Qr', value=20000.0)¶
-
fr
= Parameter('fr', value=1000000000.0, unit=Hz, bounds=(0.0, None))¶
-
g
= Parameter('g', value=nan, tied=<function _tied_g_amp>)¶
-
g0
= Parameter('g0', value=1.0)¶
-
g1
= Parameter('g1', value=0.0)¶
-
param_names
= ('fr', 'Qr', 'g0', 'g1', 'g', 'phi_g', 'tau', 'Qc', 'Qi', 'phi_c')¶
-
phi_c
= Parameter('phi_c', value=0.0)¶
-
phi_g
= Parameter('phi_g', value=nan, tied=<function _tied_g_phase>)¶
-
tau
= Parameter('tau', value=0.0, unit=s)¶
Methods Documentation
-