FeynCalc manual (development version)

UnDeclareAntiCommutator

UnDeclareAntiCommutator[a, b] undeclares the value assigned to the anticommutator of a and b.

See also

Overview, Commutator, CommutatorExplicit, DeclareNonCommutative, DotSimplify.

Examples

AntiCommutator[QuantumField[FCPartialD[LorentzIndex[xxx_]], A], QuantumField[A]] = 0;
QuantumField[A] . QuantumField[A] . LeftPartialD[\[Nu]] 
 
ExpandPartialD[%]

A.A.\overleftarrow{\partial }_{\nu }

0

UnDeclareAntiCommutator[QuantumField[FCPartialD[LorentzIndex[xxx_]], A], QuantumField[A]];
ExpandPartialD[QuantumField[A] . QuantumField[A] . LeftPartialD[\[Nu]]]

A.\left(\left.(\partial _{\nu }A\right)\right)+\left(\left.(\partial _{\nu }A\right)\right).A