execute

The Q-CTRL Experiment Scheduler is currently in alpha phase of development. Breaking changes may be introduced.

CalibrationGraph.execute(node, protocol=CalibrationProtocol.WAVE, verbosity=Verbosity.QUIET)

Execute calibrations in a graph in sequence, with the intention of keeping the selected node in a calibrated state.

Parameters:
  • node (CalibrationNode) – The node that you want to keep to calibrated.

  • protocol (CalibrationProtocol, optional) – The algorithm used to traverse the calibration graph. By default, this function uses a modified version of the Wave algorithm [1].

  • verbosity (Verbosity, optional) – The verbosity level of this run. Defaults to QUIET.

References