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

EightTickCode

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)

  85structure EightTickCode where
  86  /-- Number of physical qubits -/
  87  n_physical : ℕ
  88  /-- Number of logical qubits -/
  89  n_logical : ℕ
  90  /-- The encoding uses 8-tick phase structure -/
  91  uses_8tick : Bool := true

proof body

Definition body.

  92  /-- Rate k/n -/
  93  rate : ℚ := n_logical / n_physical
  94
  95/-- The syndrome measurement.
  96
  97    Different errors produce different syndromes.
  98    The syndrome tells us WHICH error occurred without
  99    revealing the encoded information! -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (9)

Lean names referenced from this declaration's body.