refactor: Docs around Wick's theorem (#289)

* refactor: Organize supercommute for CrAnAlgebra

* refactor: Normal order results

* refactor: Uncontracted List organization

* refactor: Rename OperatorAlgebra

* refactor: Lint
This commit is contained in:
Joseph Tooby-Smith 2025-01-22 09:15:13 +00:00 committed by GitHub
parent 7b396501e7
commit 36d3be1cbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 685 additions and 619 deletions

View file

@ -8,7 +8,6 @@ import HepLean.PerturbationTheory.FieldSpecification.Basic
# Specific examples of field specifications
-/
namespace FieldSpecification

View file

@ -3,7 +3,7 @@ Copyright (c) 2025 Joseph Tooby-Smith. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith
-/
import HepLean.PerturbationTheory.Algebras.OperatorAlgebra.Basic
import HepLean.PerturbationTheory.Algebras.ProtoOperatorAlgebra.Basic
import HepLean.PerturbationTheory.Koszul.KoszulSign
/-!

View file

@ -3,15 +3,13 @@ Copyright (c) 2025 Joseph Tooby-Smith. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith
-/
import HepLean.PerturbationTheory.Algebras.OperatorAlgebra.Basic
import HepLean.PerturbationTheory.Algebras.ProtoOperatorAlgebra.Basic
import HepLean.PerturbationTheory.Koszul.KoszulSign
import HepLean.PerturbationTheory.FieldSpecification.Filters
/-!
# Normal Ordering of states
-/
namespace FieldSpecification