control_flow_library#

Standard control flow operations for use with the quantify_scheduler.

Module Contents#

Classes#

Loop

Loop over another operation.

class Loop(repetitions: int, t0: float = 0)[source]#

Bases: quantify_scheduler.operations.operation.Operation

Loop over another operation.

Cannot be added to Schedule manually, to be used with the control_flow arg of Schedule.add

Parameters:
  • repetitions (int) – number of repetitions

  • t0 (float, optional) – time offset, by default 0