refactor: Move Lorentz Algebra

This commit is contained in:
jstoobysmith 2024-11-09 17:31:18 +00:00
parent 573ea890cd
commit 2fad30f920
3 changed files with 3 additions and 3 deletions

View 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. -/