refactor: Lorentz tensors

This commit is contained in:
jstoobysmith 2024-07-29 08:38:01 -04:00
parent e9aefe3ea5
commit ee7db8aea0
7 changed files with 492 additions and 359 deletions

View file

@ -0,0 +1,20 @@
/-
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.SpaceTime.LorentzTensor.Basic
/-!
# Lorentz tensors indexed by Fin n
In physics, in many (if not all) cases, we index our Lorentz tensors by `Fin n`.
In this file we set up the machinery to deal with Lorentz tensors indexed by `Fin n`
in a way that is convenient for physicists, and general caculation.
## Note
This file is currently a stub.
-/