boulderopalscaleup.routines.TransmonCoherence

class boulderopalscaleup.routines.TransmonCoherence(*, transmon=None, run_mixer_calibration=False)

Parameters for running a transmon coherence routine.

Variables

  • transmon (str or list [ str ] or None , optional) – The references for the transmons to target. If not provided, the routine will target all the transmons in the device.
  • run_mixer_calibration (bool , optional) – Whether to run mixer calibrations before running each program. Defaults to False.

Was this useful?