feynlag.suggest.SuggestedTerm

class feynlag.suggest.SuggestedTerm(expr, dim, label, sector='other', hc_added=False, meta=<factory>)[source]

One invariant Lagrangian term, coupling-free, with metadata.

Parameters:
expr

the invariant expression (hermitian-completed, no coupling).

Type:

sympy.core.expr.Expr

dim

mass dimension (2, 3 or 4).

Type:

int

label

human-readable description.

Type:

str

sector

"potential", "yukawa" or "kinetic".

Type:

str

hc_added

whether + h.c. completion was needed.

Type:

bool

__init__(expr, dim, label, sector='other', hc_added=False, meta=<factory>)
Parameters:
Return type:

None

Methods

__init__(expr, dim, label[, sector, ...])

Attributes