Merge pull request #221 from HEPLean/IndexNotation

chore: Move Modules file for complex Lorentz vectors
This commit is contained in:
Joseph Tooby-Smith 2024-11-01 12:32:44 +00:00 committed by GitHub
commit 41361c5b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View file

@ -84,11 +84,11 @@ import HepLean.SpaceTime.LorentzVector.Basic
import HepLean.SpaceTime.LorentzVector.Complex.Basic import HepLean.SpaceTime.LorentzVector.Complex.Basic
import HepLean.SpaceTime.LorentzVector.Complex.Contraction import HepLean.SpaceTime.LorentzVector.Complex.Contraction
import HepLean.SpaceTime.LorentzVector.Complex.Metric import HepLean.SpaceTime.LorentzVector.Complex.Metric
import HepLean.SpaceTime.LorentzVector.Complex.Modules
import HepLean.SpaceTime.LorentzVector.Complex.Two import HepLean.SpaceTime.LorentzVector.Complex.Two
import HepLean.SpaceTime.LorentzVector.Complex.Unit import HepLean.SpaceTime.LorentzVector.Complex.Unit
import HepLean.SpaceTime.LorentzVector.Covariant import HepLean.SpaceTime.LorentzVector.Covariant
import HepLean.SpaceTime.LorentzVector.LorentzAction import HepLean.SpaceTime.LorentzVector.LorentzAction
import HepLean.SpaceTime.LorentzVector.Modules
import HepLean.SpaceTime.LorentzVector.NormOne import HepLean.SpaceTime.LorentzVector.NormOne
import HepLean.SpaceTime.MinkowskiMetric import HepLean.SpaceTime.MinkowskiMetric
import HepLean.SpaceTime.PauliMatrices.AsTensor import HepLean.SpaceTime.PauliMatrices.AsTensor

View file

@ -6,7 +6,7 @@ Authors: Joseph Tooby-Smith
import Mathlib.Data.Complex.Exponential import Mathlib.Data.Complex.Exponential
import Mathlib.Analysis.InnerProductSpace.PiL2 import Mathlib.Analysis.InnerProductSpace.PiL2
import HepLean.SpaceTime.SL2C.Basic import HepLean.SpaceTime.SL2C.Basic
import HepLean.SpaceTime.LorentzVector.Modules import HepLean.SpaceTime.LorentzVector.Complex.Modules
import HepLean.Meta.Informal import HepLean.Meta.Informal
import Mathlib.RepresentationTheory.Rep import Mathlib.RepresentationTheory.Rep
import HepLean.SpaceTime.PauliMatrices.SelfAdjoint import HepLean.SpaceTime.PauliMatrices.SelfAdjoint

View file

@ -9,9 +9,7 @@ import Mathlib.RepresentationTheory.Rep
import Mathlib.Logic.Equiv.TransferInstance import Mathlib.Logic.Equiv.TransferInstance
/-! /-!
## Modules associated with Lorentz vectors ## Modules associated with complex Lorentz vectors
These have not yet been fully-implmented.
We define these modules to prevent casting between different types of Lorentz vectors. We define these modules to prevent casting between different types of Lorentz vectors.