KidsProbeGainWithGeometry

class kidsproc.kidsmodel.KidsProbeGainWithGeometry(fp, g0, g1, g, phi_g, tau, Qc, Qi, phi_c, **kwargs)[source]

Bases: kidsproc.kidsmodel._ResonanceCircleProbeMixin, kidsproc.kidsmodel._ReadoutReprComplexMixin, kidsproc.kidsmodel._KidsReadoutMixin, kidsproc.kidsmodel._ReadoutGainWithGeometryMixin, kidsproc.kidsmodel._ComposableModelBase

Model that describes the S21 probed at fixed frequencies with the geometry parameters.

Attributes Summary

Qc

Qi

fp

g

g0

g1

param_names

phi_c

phi_g

tau

Methods Summary

evaluate(fr, Qr, fp, 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>)
fp = Parameter('fp', 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 = ('fp', '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

static evaluate(fr, Qr, fp, g0, g1, g, phi_g, tau, Qc, Qi, phi_c)[source]

Evaluate the model on some input variables.