feat: Create Feynman diagram light
This commit is contained in:
parent
4e097b12f8
commit
bc1321067d
3 changed files with 31 additions and 2 deletions
17
HepLean/PerturbationTheory/FeynmanDiagrams/Light.lean
Normal file
17
HepLean/PerturbationTheory/FeynmanDiagrams/Light.lean
Normal 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.
|
||||
-/
|
Loading…
Add table
Add a link
Reference in a new issue