refactor: Move Lorentz Algebra
This commit is contained in:
parent
573ea890cd
commit
2fad30f920
3 changed files with 3 additions and 3 deletions
18
HepLean/Lorentz/Algebra/Basis.lean
Normal file
18
HepLean/Lorentz/Algebra/Basis.lean
Normal file
|
@ -0,0 +1,18 @@
|
|||
/-
|
||||
Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.Lorentz.Algebra.Basic
|
||||
/-!
|
||||
# Basis of the Lorentz Algebra
|
||||
|
||||
This file is currently a stub.
|
||||
|
||||
Old commits contained code here, however this has not being ported forward.
|
||||
|
||||
This file is waiting for Lorentz Tensors to be done formally, before
|
||||
it can be completed.
|
||||
|
||||
-/
|
||||
/-! TODO: Define the standard basis of the Lorentz algebra. -/
|
Loading…
Add table
Add a link
Reference in a new issue