Physlib.QFT.PerturbationTheory.FieldSpecification.CrAnFieldOp
Creation and annihilation states
Called `CrAnFieldOp` for short here.
Given a field specification, in addition to defining states (see: `Physlib.QFT.PerturbationTheory.FieldSpecification.Basic`), we can also define creation and annihilation states. These are similar to states but come with an additional specification of whether they correspond to creation or annihilation operators.
In particular we have the following creation and annihilation states for each field: - Negative asymptotic states - with the implicit specification that it is a creation state. - Position states with a creation specification. - Position states with an annihilation specification. - Positive asymptotic states - with the implicit specification that it is an annihilation state.
In this module in addition to defining `CrAnFieldOp` we also define some maps: - The map `crAnFieldOpToFieldOp` takes a `CrAnFieldOp` to its state in `FieldOp`. - The map `crAnFieldOpToCreateAnnihilate` takes a `CrAnFieldOp` to its corresponding `CreateAnnihilate` value. - The map `crAnStatistics` takes a `CrAnFieldOp` to its corresponding `FieldStatistic` (bosonic or fermionic).
12 declarations
Type of creation and annihilation modes for a field operator
For a given field specification , the function assigns to each field operator state the type (set) of allowed creation or annihilation labels. - If is an incoming or outgoing asymptotic state, the result is the singleton type , reflecting that these states have a single fixed mode (typically creation for incoming and annihilation for outgoing states). - If is a position-space field operator, the result is the type , as these operators generally consist of both creation and annihilation parts.
is a finite set
For a given field specification and any field operator , the set of creation and annihilation modes associated with , denoted as , is a finite set. This finiteness holds because the mode type is either the singleton set (for asymptotic states) or the two-element set (for position-space states).
Decidability of equality for the mode types
For a given field specification , and for any field operator , the equality between elements of the type is decidable. This type represents the available creation and annihilation modes for the operator , which is either a singleton set (for asymptotic states) or the set (for position-space operators).
For a given field specification and two field operators , if , then there is an equivalence between their corresponding types of creation and annihilation modes, denoted as .
Creation and annihilation parts of field operators
For a given field specification , the type is the collection of creation and annihilation components of all field operators. It is formally defined as the dependent sum , consisting of pairs where: - If is an incoming asymptotic field operator, is the unique element of , representing its creation component. - If is an outgoing asymptotic field operator, is the unique element of , representing its annihilation component. - If is a position-space field operator, distinguishes between the creation part and the annihilation part of the field operator at that position.
Projection to the underlying field operator
For a given field specification , the function maps a creation or annihilation field operator to its underlying field operator state . Since is defined as the dependent sum , this map is the projection onto the first component, which sends a pair to .
The projection of the pair to the field operator space is
For a given field specification , let be a field operator and let be a creation or annihilation label associated with . Then the projection of the pair (representing a creation or annihilation field operator) back to the space of field operators is equal to :
Creation/annihilation label of a field operator component
For a given field specification , the function maps an element to its corresponding classification in the set . Specifically, for an operator component associated with an underlying field operator : - If is an incoming asymptotic field operator, is mapped to . - If is an outgoing asymptotic field operator, is mapped to . - If is a position-space field operator, is mapped to its internal label which specifies whether it is the creation or annihilation part of the field.
Field statistic of a creation or annihilation operator
For a given field specification , the function maps a creation or annihilation operator to its corresponding field statistic (bosonic or fermionic). This is defined by first projecting to its underlying field operator and then identifying the statistic associated with .
Field statistic of the operator in
For a given field specification and a creation or annihilation operator , the notation represents the field statistic (bosonic or fermionic) associated with .
Field statistic of a sequence of operators
Given a field specification and a sequence (list) of creation or annihilation operators , the notation represents the collective field statistic (bosonic or fermionic) associated with the sequence . This is calculated by mapping each operator in the list to its respective statistic (as defined by the specification ) and determining the resulting statistic for the entire collection.
Creation-annihilation status
The infix notation denotes the function that maps a creation-annihilation field operator to its status as either a creation or an annihilation operator.
