25 lines
616 B
Text
25 lines
616 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
|
|
/-!
|
|
|
|
# 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.
|
|
|
|
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
|