You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why is mixer optional? We'd always want to upconvert the signals, no? Is it for a scenario where you don't want to do mixer calibration at all? Is it even possible to define an IQ element without mixer in the config schema?
intermediate frequency should not be an int type. Probably the best thing to do is to set it to a float, this leads to desired behavior when you copy-paste into pycharm:
regarding 1 - it's optional because you don't have to define all in the init of the object.
you can later add a mixer. @SatyaBade12 maybe we should add a validation in get_elements function that there is a mixer
in
FluxTunableTransmon
andTransmon
:mixer
optional? We'd always want to upconvert the signals, no? Is it for a scenario where you don't want to do mixer calibration at all? Is it even possible to define an IQ element without mixer in the config schema?The text was updated successfully, but these errors were encountered: