refactor: Create Mathematics folder
This commit is contained in:
parent
d2c89d8cc2
commit
049370513d
5 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
import HepLean.AnomalyCancellation.Basic
|
||||
import HepLean.AnomalyCancellation.GroupActions
|
||||
import HepLean.AnomalyCancellation.LinearMaps
|
||||
import HepLean.AnomalyCancellation.MSSMNu.B3
|
||||
import HepLean.AnomalyCancellation.MSSMNu.Basic
|
||||
import HepLean.AnomalyCancellation.MSSMNu.HyperCharge
|
||||
|
@ -59,7 +58,8 @@ import HepLean.FlavorPhysics.CKMMatrix.Relations
|
|||
import HepLean.FlavorPhysics.CKMMatrix.Rows
|
||||
import HepLean.FlavorPhysics.CKMMatrix.StandardParameterization.Basic
|
||||
import HepLean.FlavorPhysics.CKMMatrix.StandardParameterization.StandardParameters
|
||||
import HepLean.GroupTheory.SO3.Basic
|
||||
import HepLean.Mathematics.SO3.Basic
|
||||
import HepLean.Mathematics.LinearMaps
|
||||
import HepLean.SpaceTime.AsSelfAdjointMatrix
|
||||
import HepLean.SpaceTime.Basic
|
||||
import HepLean.SpaceTime.CliffordAlgebra
|
||||
|
|
|
@ -3,7 +3,7 @@ Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
|||
Released under Apache 2.0 license.
|
||||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.AnomalyCancellation.LinearMaps
|
||||
import HepLean.Mathematics.LinearMaps
|
||||
import Mathlib.Algebra.Module.Basic
|
||||
import Mathlib.LinearAlgebra.FiniteDimensional
|
||||
/-!
|
||||
|
|
|
@ -4,7 +4,7 @@ Released under Apache 2.0 license.
|
|||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.SpaceTime.LorentzGroup.Basic
|
||||
import HepLean.GroupTheory.SO3.Basic
|
||||
import HepLean.Mathematics.SO3.Basic
|
||||
import Mathlib.Topology.Constructions
|
||||
/-!
|
||||
# Rotations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue