feynlag.vertices.bilinear.four_fermion_feynman_rule¶
- feynlag.vertices.bilinear.four_fermion_feynman_rule(coefficient, gammas=None, boson_tuple=())[source]¶
FFFF rule: the scalar
i × coefficient × ∏(boson multiplicities)!.Unlike
fermion_feynman_rule(), the two Dirac structuresgammas = (Γ, Γ′)are not folded into the returned value: they act on two independent spinor chains, so multiplying them would wrongly invoke the Clifford algebra across chains (e.g. contract a sharedγ^μ). They are carried alongside the coupling (on the extraction key / aVertex’smeta), exactly as UFO keeps the Lorentz structure separate from the coupling value.gammasis accepted for API symmetry and validated only.