boulderopalscaleup.experiments.ZZRamsey

class boulderopalscaleup.experiments.ZZRamsey(*, control_transmon, target_transmon, delays_ns, virtual_detuning, recycle_delay_ns=10000, shot_count=400, update='auto')

Parameters for running a ZZ Ramsey experiment.

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.
  • delays_ns (RangeIterable) – The delay times, in nanoseconds.
  • virtual_detuning (float) – The difference between the drive signal frequency and the qubit frequency, in Hz.
  • recycle_delay_ns (int , optional) – The delay between consecutive shots, in nanoseconds. Defaults to 10,000 ns.
  • shot_count (int , optional) – The number of shots to take. Defaults to 400.
  • update ( "auto" or "off" or "prompt" , optional) – How the device should be updated after an experiment run. Defaults to auto.

Was this useful?