def
definition
def or abbrev
eightTickLogicalCode
show as:
view Lean formalization →
formal statement (Lean)
179def eightTickLogicalCode : EightTickCode := {
proof body
Definition body.
180 n_physical := 8,
181 n_logical := 1,
182 uses_8tick := true,
183 rate := 1/8
184}
185
186/-! ## Surface Codes -/
187
188/-- Surface codes are the leading approach for scalable QEC.
189
190 - Qubits on a 2D lattice
191 - Stabilizer measurements on plaquettes
192 - Error correction via matching
193
194 In RS: The 2D structure relates to holographic boundary. -/