PhyslibSearch

Physlib.QFT.PerturbationTheory.WickContraction.Sign.Basic

4 declarations

definition

Set of indices between i1i_1 and i2i_2 not contracted before i1i_1

#signFinset

Given a Wick contraction cc of nn indices and two specific indices i1,i2{0,1,,n1}i_1, i_2 \in \{0, 1, \dots, n-1\}, this function returns the set of indices ii such that i1<i<i2i_1 < i < i_2 and ii is not contracted with any index ji1j \le i_1. Specifically, an index ii is an element of this set if: 1. It lies strictly between i1i_1 and i2i_2 (i1<i<i2i_1 < i < i_2). 2. It is either uncontracted in cc, or the index jj it is paired with satisfies j>i1j > i_1. If i1i2i_1 \ge i_2, the resulting set is empty. This set identifies the indices between i1i_1 and i2i_2 that contribute to the permutation sign when considering the contraction of fields at positions i1i_1 and i2i_2 in Wick's theorem.

definition

Sign (±1)(\pm 1) of a Wick contraction Λ\Lambda for operators ϕs\phi_s

#sign

Given a list of field operators Φ=[ϕ0,ϕ1,,ϕn1]\Phi = [\phi_0, \phi_1, \dots, \phi_{n-1}] and a Wick contraction Λ\Lambda (represented as a set of disjoint pairs {i,j}\{i, j\} of indices), the sign of the contraction is the complex number (specifically 11 or 1-1) defined by: {i,j}Λ,i<jS(σ(ϕj),σmid)\prod_{\{i, j\} \in \Lambda, i < j} \mathcal{S}(\sigma(\phi_j), \sigma_{\text{mid}}) where σ(ϕ)\sigma(\phi) denotes the statistic of an operator (bosonic or fermionic), S(s1,s2)\mathcal{S}(s_1, s_2) is the sign factor which is 1-1 if both statistics s1s_1 and s2s_2 are fermionic and 11 otherwise, and σmid\sigma_{\text{mid}} is the aggregate statistic of all operators ϕk\phi_k such that i<k<ji < k < j and index kk has not been paired with any index l<il < i. This sign corresponds to the total number of swaps of adjacent fermionic operators required to bring all contracted pairs together.

theorem

The sign of an empty Wick contraction is 1

#sign_empty

For any list of field operators Φ=[ϕ0,ϕ1,,ϕn1]\Phi = [\phi_0, \phi_1, \dots, \phi_{n-1}] belonging to a field specification F\mathcal{F}, the sign associated with the empty Wick contraction Λ=\Lambda = \emptyset (the contraction that contains no pairs of indices) is equal to 11.

theorem

Equality of operator lists preserves the sign of a Wick contraction

#sign_congr

Let Φ\Phi and Φ\Phi' be lists of field operators belonging to a field specification F\mathcal{F}. If the two lists are equal (Φ=Φ\Phi = \Phi'), then for any Wick contraction Λ\Lambda of the indices of Φ\Phi, the sign of the contraction sign(Φ,Λ)\text{sign}(\Phi, \Lambda) is equal to the sign of the corresponding contraction Λ\Lambda' for the list Φ\Phi'. Here, Λ\Lambda' is the contraction obtained by identifying the indices of Φ\Phi and Φ\Phi' via the equality of the lists.