Skip to content

Commit

Permalink
Merge pull request #246 from HEPLean/FeynmanDiagrams
Browse files Browse the repository at this point in the history
chore: Rename wick ring to wick algebra
  • Loading branch information
jstoobysmith authored Nov 25, 2024
2 parents 6053624 + 5f1cce9 commit 8324c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HepLean.lean
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ import HepLean.FeynmanDiagrams.Basic
import HepLean.FeynmanDiagrams.Instances.ComplexScalar
import HepLean.FeynmanDiagrams.Instances.Phi4
import HepLean.FeynmanDiagrams.Momentum
import HepLean.FeynmanDiagrams.Wick.Algebra
import HepLean.FeynmanDiagrams.Wick.Contract
import HepLean.FeynmanDiagrams.Wick.Ring
import HepLean.FeynmanDiagrams.Wick.String
import HepLean.FlavorPhysics.CKMMatrix.Basic
import HepLean.FlavorPhysics.CKMMatrix.Invariants
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Authors: Joseph Tooby-Smith
-/
import HepLean.FeynmanDiagrams.Basic
/-!
# Operator ring
# Operator algebra
Currently this file is only for an example of Wick strings, correpsonding to a
theory with two complex scalar fields. The concepts will however generalize.
Expand Down

0 comments on commit 8324c95

Please sign in to comment.