feat: Create Feynman diagram light

This commit is contained in:
jstoobysmith 2024-12-03 07:51:10 +00:00
parent 4e097b12f8
commit bc1321067d
3 changed files with 31 additions and 2 deletions

View file

@ -0,0 +1,17 @@
/-
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.PerturbationTheory.Wick.Species
/-!
# Feynman diagrams
This file currently contains a lighter implmentation of Feynman digrams than can be found in
`HepLean.PerturbationTheory.FeynmanDiagrams.Basic`. Eventually this will superseed that file.
The implmentation here is done in conjunction with Wicks species etc.
This file is currently a stub.
-/