pith. machine review for the scientific record. sign in
inductive definition def or abbrev

PauliError

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  44inductive PauliError
  45| I  -- Identity (no error)
  46| X  -- Bit flip
  47| Y  -- Bit and phase flip
  48| Z  -- Phase flip
  49deriving Repr, DecidableEq
  50
  51/-- Probability distribution over Pauli errors. -/

depends on (8)

Lean names referenced from this declaration's body.