chore: Add Wick theorem file
This commit is contained in:
parent
c4a3211e3f
commit
1e53c15999
2 changed files with 19 additions and 0 deletions
18
HepLean/FeynmanDiagrams/Wick/Theorem.lean
Normal file
18
HepLean/FeynmanDiagrams/Wick/Theorem.lean
Normal file
|
@ -0,0 +1,18 @@
|
|||
/-
|
||||
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.FeynmanDiagrams.Wick.Species
|
||||
/-!
|
||||
|
||||
# Wick's theorem
|
||||
|
||||
-/
|
||||
|
||||
namespace Wick
|
||||
open CategoryTheory
|
||||
open FeynmanDiagram
|
||||
open PreFeynmanRule
|
||||
|
||||
end Wick
|
Loading…
Add table
Add a link
Reference in a new issue