Physlib.QFT.PerturbationTheory.WickContraction.Sign.Basic
4 declarations
Set of indices between and not contracted before
#signFinsetGiven a Wick contraction of indices and two specific indices , this function returns the set of indices such that and is not contracted with any index . Specifically, an index is an element of this set if: 1. It lies strictly between and (). 2. It is either uncontracted in , or the index it is paired with satisfies . If , the resulting set is empty. This set identifies the indices between and that contribute to the permutation sign when considering the contraction of fields at positions and in Wick's theorem.
Sign of a Wick contraction for operators
#signGiven a list of field operators and a Wick contraction (represented as a set of disjoint pairs of indices), the sign of the contraction is the complex number (specifically or ) defined by: where denotes the statistic of an operator (bosonic or fermionic), is the sign factor which is if both statistics and are fermionic and otherwise, and is the aggregate statistic of all operators such that and index has not been paired with any index . This sign corresponds to the total number of swaps of adjacent fermionic operators required to bring all contracted pairs together.
The sign of an empty Wick contraction is 1
#sign_emptyFor any list of field operators belonging to a field specification , the sign associated with the empty Wick contraction (the contraction that contains no pairs of indices) is equal to .
Equality of operator lists preserves the sign of a Wick contraction
#sign_congrLet and be lists of field operators belonging to a field specification . If the two lists are equal (), then for any Wick contraction of the indices of , the sign of the contraction is equal to the sign of the corresponding contraction for the list . Here, is the contraction obtained by identifying the indices of and via the equality of the lists.
