CalibrationStatus

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

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

The result of a calibration function.

Keeping track of the outcome of a calibration is important for graph traversal algorithms, because it allows to decide whether it is safe to perform dependent calibrations.

Variables:
  • FAIL – The calibration failed.

  • PASS – The calibration passed.