CommutatorExplicit[exp] substitutes any
FCCommutator and FCAntiCommutator in
exp by their definitions.
DeclareNonCommutative[a, b, c, d]FCCommutator[a, b]
CommutatorExplicit[%][a,b]
a.b-b.a
FCAntiCommutator[a - c, b - d]
CommutatorExplicit[%]\{a-c,\medspace b-d\}
(a-c).(b-d)+(b-d).(a-c)
CommutatorExplicit[FCAntiCommutator[a - c, b - d]] // DotSimplifya.b+b.a-a.d-d.a-b.c-c.b+c.d+d.c
UnDeclareNonCommutative[a, b, c, d]