Replies: 1 comment 1 reply
-
Only by hand
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to simplify expressions involving FieldStrength and SUNF[I,j,k]. If I have an expression like:
Is there a way I can simplify this further, i.e. recognise that the symmetries of SUNF will simplify this expression?
Code, in case it is useful:
SUNF[i,j,k](FieldStrength[[Mu],[Nu],i]FieldStrength[[Nu],[Rho],j]FieldStrength[[Rho],[Mu],k] - FieldStrength[[Mu],[Nu],j]FieldStrength[[Nu],[Rho],i]FieldStrength[[Rho],[Mu],k])//SUNSimplify
Beta Was this translation helpful? Give feedback.
All reactions