control_flow_library#
Standard control flow operations for use with the quantify_scheduler.
Module Contents#
Classes#
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