sft_wick.action — Action Definition¶
Action definition and multinomial expansion for perturbation theory.
- class sft_wick.action.Action(vertices)[source]¶
Bases:
objectThe interaction action \(S_{\mathrm{int}}\) as a sum of vertex terms.
The free action \(S_0\) is implicit — it defines the propagator rules (C and R). The
Actionstores only the interaction vertices.- Parameters:
vertices (list[Vertex]) – List of
Vertextemplates that make up \(S_{\mathrm{int}}\).- Variables:
vertices – The stored list of vertex templates.