structure
definition
QCGateCert
show as:
view math explainer →
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
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