SUNF[a, b, c]
are the structure constants of SU(N). The arguments a, b, c
should be of symbolic type.
Overview, SUND, SUNDelta, SUNIndex, SUNSimplify, SUNT, Trick.
[a, b, c] x + SUNF[b, a, c]
SUNF
[%]
Calc
[%%] SUNSimplify
x f^{abc}+f^{bac}
x f^{abc}-f^{abc}
(x-1) f^{abc}
[a, a, b]
SUNF
% // Calc
f^{aab}
0
This is a consequence of the usual choice for the normalization of the T_a generators.
[a, b, c, Explicit -> True] SUNF
2 i \left(\text{tr}(T^a.T^c.T^b)-\text{tr}(T^a.T^b.T^c)\right)
[SUNF[a, b, c] SUNF[a, b, d]] SUNSimplify
C_A \delta ^{cd}
[SUNF[a, b, c], Explicit -> True] SUNSimplify
-2 i \left(\text{tr}(T^a.T^b.T^c)-\text{tr}(T^b.T^a.T^c)\right)
[a, b, c] // StandardForm
SUNF
(*SUNF[a, b, c]*)
[a, b, c] // FCI // StandardForm
SUNF
(*SUNF[SUNIndex[a], SUNIndex[b], SUNIndex[c]]*)
[a, b, c] // FCI // FCE // StandardForm
SUNF
(*SUNF[a, b, c]*)
[b, a, c]
SUNF
% // FCI
f^{bac}
-f^{abc}