20 lines
395 B
Text
20 lines
395 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.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
|