Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions PhysLean.lean
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ import PhysLean.SpaceAndTime.Space.Integrals.Basic
import PhysLean.SpaceAndTime.Space.Integrals.RadialAngularMeasure
import PhysLean.SpaceAndTime.Space.IsDistBounded
import PhysLean.SpaceAndTime.Space.LengthUnit
import PhysLean.SpaceAndTime.Space.Module
import PhysLean.SpaceAndTime.Space.Norm
import PhysLean.SpaceAndTime.Space.Slice
import PhysLean.SpaceAndTime.Space.Translations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authors: Gregory J. Loges
-/
import Mathlib.Analysis.InnerProductSpace.Dual
import Mathlib.MeasureTheory.Function.L2Space
import PhysLean.SpaceAndTime.Space.Basic
import PhysLean.SpaceAndTime.Space.Module
/-!

# Hilbert space for quantum mechanics on Space d
Expand Down
Loading