ResonanceCircleSweepComplex

class kidsproc.kidsmodel.ResonanceCircleSweepComplex(fr=<Quantity 1.e+09 Hz>, Qr=20000.0, **kwargs)[source]

Bases: kidsproc.kidsmodel._ResonanceCircleSweepMixin, kidsproc.kidsmodel._ReadoutReprComplexMixin, kidsproc.kidsmodel._ComposableModelBase

The same as ResonanceCircleSweep, but the result is the complex S21.

Attributes Summary

Qr

fr

param_names

Methods Summary

evaluate(f, fr, Qr)

Evaluate the model on some input variables.

Attributes Documentation

Qr = Parameter('Qr', value=20000.0)
fr = Parameter('fr', value=1000000000.0, unit=Hz, bounds=(0.0, None))
param_names = ('fr', 'Qr')

Methods Documentation

static evaluate(f, fr, Qr)[source]

Evaluate the model on some input variables.