-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc12a3e
commit d8b6aa0
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/- | ||
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 | ||
/-! | ||
# Operator ring | ||
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. | ||
This file is currently a stub. | ||
We will formally define the operator ring, in terms of the fields present in the theory. | ||
-/ | ||
|
||
namespace TwoComplexScalar | ||
open CategoryTheory | ||
open FeynmanDiagram | ||
open PreFeynmanRule | ||
|
||
end TwoComplexScalar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters