You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the Eps tensor prevents the user to use Levi-Civita tensors of different ranks in a single model file.
For instance, using Eps[i,j] and Eps[a,b,c] in the same model file will generate an error message.
A possible workaround for implementing the rank-3 Levi-Civita tensor independently of e.g. Eps[i,j] consists in using the structure constants of SU(2). For instance, in the Definitions section of the model file, one can write
to obtain the rank-3 Levi-Civita tensor Eps3. Note that this solution will only work if the option RealBasis : all (default) or RealBasis : adjoint is included in the default.settings file.
The text was updated successfully, but these errors were encountered:
The current implementation of the
Eps
tensor prevents the user to use Levi-Civita tensors of different ranks in a single model file.For instance, using
Eps[i,j]
andEps[a,b,c]
in the same model file will generate an error message.A possible workaround for implementing the rank-3 Levi-Civita tensor independently of e.g.
Eps[i,j]
consists in using the structure constants of SU(2). For instance, in theDefinitions
section of the model file, one can writeto obtain the rank-3 Levi-Civita tensor
Eps3
. Note that this solution will only work if the optionRealBasis : all
(default) orRealBasis : adjoint
is included in thedefault.settings
file.The text was updated successfully, but these errors were encountered: