deltakit.explorer.codes.ScheduleType#

class deltakit.explorer.codes.ScheduleType(*values)#

Bases: Enum

Enum for specifying the schedule type for measuring stabilisers for a planar code. There are five options available:

  • SIMULTANEOUS, meaning all the stabilisers will be measured at the same time step.

  • Z_FIRST, meaning all the Z stabilisers will be measured in the first time step and the X stabilisers in the second time step.

  • X_FIRST, meaning all the X stabilisers will be measured in the first time step and the Z stabilisers in the second time step.

  • Z_ONLY, meaning only the Z stabilisers will be measured.

  • X_ONLY, meaning only the X stabilisers will be measured.

Methods#