sft_wick.latex — LaTeX Formatting¶
LaTeX output formatting for Wick contraction results.
- class sft_wick.latex.LaTeXFormatter(propagator_names=None)[source]¶
Bases:
objectConfigurable LaTeX output for expressions.
Allows overriding propagator display names, e.g. rendering C as G or R as \(R^{\mathrm{ret}}\).
- Parameters:
propagator_names (dict[str, str] | None) – Mapping from internal kind (
"C","R") to the desired LaTeX display name. Defaults to identity.