structure
definition
NormalizedState
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Quantum.HilbertSpace on GitHub at line 21.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
18 TopologicalSpace.SeparableSpace H
19
20/-- Normalized state (unit vector) -/
21structure NormalizedState (H : Type*) [RSHilbertSpace H] where
22 vec : H
23 norm_one : ‖vec‖ = 1
24
25end IndisputableMonolith.Quantum