Hi, the following codes output a wrong result.
{x,y}::Coordinate;
{a,b,c,d,e,f# }::Indices(vielbein, values={x,y}, position=independent);
{a,b,c,d,e,f# }::Integer(range=0..1)
\gamma_{a}::SelfAntiCommuting.
\omega^{a b}::AntiSymmetric.
ex:= xxx = \gamma_{a} \gamma_{b} \omega^{a b} ;
evaluate(ex,rhsonly=True,simplify=False);
I obtained
γxγyωyx+γyγxωxy
The right result should be
γxγyωxy+γyγxωyx
Any suggestion would be greatly appreciated!