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

QuantumState

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)

 145structure QuantumState (n : ℕ) where
 146  /-- The possible ledger configurations -/
 147  configurations : Fin n → Ledger
 148  /-- Complex amplitudes -/
 149  amplitudes : Fin n → ℂ
 150  /-- Normalization: |ψ|² = 1 -/
 151  normalized : (Finset.univ.sum fun i => Complex.normSq (amplitudes i)) = 1
 152
 153/-- The probability of finding configuration i (Born rule). -/

used by (24)

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

depends on (14)

Lean names referenced from this declaration's body.