refactor: Rename States to FieldOps
This commit is contained in:
parent
171e80fc04
commit
8f41de5785
36 changed files with 946 additions and 946 deletions
|
@ -134,16 +134,16 @@ def perturbationTheory : Note where
|
|||
.name `FieldSpecification.singleBoson,
|
||||
.name `FieldSpecification.singleFermion,
|
||||
.name `FieldSpecification.doubleBosonDoubleFermion,
|
||||
.h2 "States",
|
||||
.h2 "FieldOp",
|
||||
.p "Given a field, there are three common states (or operators) of that field that we work with.
|
||||
These are the in and out asymptotic states and the position states.",
|
||||
.p "For a field structure `𝓕` these states are defined as:",
|
||||
.name `FieldSpecification.IncomingAsymptotic,
|
||||
.name `FieldSpecification.OutgoingAsymptotic,
|
||||
.name `FieldSpecification.PositionStates,
|
||||
.name `FieldSpecification.PositionFieldOp,
|
||||
.p "We will want to consider all three of these types of states simultanously so we define
|
||||
and inductive type `States` which is the disjoint union of these three types of states.",
|
||||
.name `FieldSpecification.States,
|
||||
and inductive type `FieldOp` which is the disjoint union of these three types of states.",
|
||||
.name `FieldSpecification.FieldOp,
|
||||
.h2 "Time ordering",
|
||||
.name `FieldSpecification.timeOrderRel,
|
||||
.name `FieldSpecification.timeOrderSign,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue