FeynCalc manual (development version)

SetTemporalComponent

SetTemporalComponent[p, val] sets the value of the temporal component of a 4-vector p, TemporalPair[ExplicitLorentzIndex[0],TemporalMomentum[p]] to val.

See also

Overview, TC, TemporalPair, TemporalMomentum.

Examples

FCClearScalarProducts[] 
 
ClearAll[t] 
 
SetTemporalComponent[p, t] 
 
TC[p]

t

TC[p + q] // ExpandScalarProduct

q^0+t

SP[p, q] // LorentzToCartesian

q^0 t-\overline{p}\cdot \overline{q}