17 lines
527 B
Text
17 lines
527 B
Text
/-
|
|
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.
|
|
-/
|