FeynCalc manual (development version)

FCLoopGetEtaSigns

FCLoopGetEtaSigns[exp] is an auxiliary function that extracts the signs of iηi \eta from propagators present in the input expression. The result is returned as a list, e.g. {}, {1}, {-1} or {-1,1}.

This is useful if one wants ensure that all propagators of the given integral or topology follow a particular iηi \eta sign convention.

See also

Overview, FCTopology, FCLoopSwitchEtaSign.

Examples

FAD[{p, m}] 
 
FCLoopGetEtaSigns[%]

1p2m2\frac{1}{p^2-m^2}

{1}\{1\}

SFAD[{p, m^2}] 
 
FCLoopGetEtaSigns[%]

1(p2m2+iη)\frac{1}{(p^2-m^2+i \eta )}

{1}\{1\}

SFAD[{I p, -m^2}, EtaSign -> -1] 
 
FCLoopGetEtaSigns[%]

1(p2+m2iη)\frac{1}{(-p^2+m^2-i \eta )}

{1}\{-1\}

CFAD[{p, m^2}] 
 
FCLoopGetEtaSigns[%]

1(p2+m2iη)\frac{1}{(p^2+m^2-i \eta )}

{1}\{-1\}