pith. machine review for the scientific record. sign in
structure

QCGateCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Physics.QuantumComputingGatesFromRS
domain
Physics
line
34 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Physics.QuantumComputingGatesFromRS on GitHub at line 34.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  31/-- Identity gate corresponds to J = 0. -/
  32-- Structural claim: the identity gate = recognition equilibrium.
  33
  34structure QCGateCert where
  35  five_gates : Fintype.card CanonicalGate = 5
  36  clifford_8 : cliffordSingleQubit = 8
  37
  38def qcGateCert : QCGateCert where
  39  five_gates := canonicalGateCount
  40  clifford_8 := clifford_eq_8
  41
  42end IndisputableMonolith.Physics.QuantumComputingGatesFromRS