CalibrationProtocol

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

class CalibrationProtocol(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

The calibration protocol used for an execution of the graph.

Variables:
  • OPTIMUS – A modified version of the Optimus algorithm [1]. The modifications allow it to be used even for nodes that don’t have specialized check data experiments.

  • WAVE – A modified version of the Wave algorithm [2]. The modifications trigger recalibrations of all the dependents of nodes that have been recalibrated.

References