chore: Add momentum and position space files.
This commit is contained in:
parent
565d72b81d
commit
fd1f47e6fe
3 changed files with 42 additions and 0 deletions
20
HepLean/FeynmanDiagrams/Wick/MomentumSpace.lean
Normal file
20
HepLean/FeynmanDiagrams/Wick/MomentumSpace.lean
Normal file
|
@ -0,0 +1,20 @@
|
|||
/-
|
||||
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.Basic
|
||||
import HepLean.Meta.Informal
|
||||
/-!
|
||||
|
||||
# Wick contraction in momentum space
|
||||
|
||||
Every complete Wick contraction leads to a function on momenta, following
|
||||
the Feynman rules.
|
||||
|
||||
-/
|
||||
|
||||
namespace Wick
|
||||
|
||||
|
||||
end Wick
|
20
HepLean/FeynmanDiagrams/Wick/PositionSpace.lean
Normal file
20
HepLean/FeynmanDiagrams/Wick/PositionSpace.lean
Normal file
|
@ -0,0 +1,20 @@
|
|||
/-
|
||||
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.Basic
|
||||
import HepLean.Meta.Informal
|
||||
/-!
|
||||
|
||||
# Wick contraction in position space
|
||||
|
||||
Every complete Wick contraction leads to a function on positions, following
|
||||
the Feynman rules.
|
||||
|
||||
-/
|
||||
|
||||
namespace Wick
|
||||
|
||||
|
||||
end Wick
|
Loading…
Add table
Add a link
Reference in a new issue