boulderopalscaleup.routines.CouplerDiscovery

class boulderopalscaleup.routines.CouplerDiscovery(*, control_transmon, target_transmon, biases=None)

Parameters for running a coupler discovery routine.

Variables

  • control_transmon (str) – The reference for the transmon to use as control.
  • target_transmon (str) – The reference for the transmon to use as target.
  • biases (list [ float ] | None) – The biases to sweep the coupler through, in volts. If set to None, we will use the default bias sweep for the device.

Was this useful?