refactor: Major refactor of lorentz group

This commit is contained in:
jstoobysmith 2024-07-01 16:56:15 -04:00
parent 0116994a58
commit 675b9a989a
11 changed files with 866 additions and 208 deletions

View file

@ -0,0 +1,17 @@
/-
Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
Released under Apache 2.0 license.
Authors: Joseph Tooby-Smith
-/
/-!
# Lorentz Tensors
This file is currently a stub.
The aim is to define Lorentz tensors, and devlop a systematic way to manipulate them.
To manipulate them we will use the theory of modular operads
(see e.g. [Raynor][raynor2021graphical]).
-/