Welcome to Cadabra Q&A, where you can ask questions and receive answers from other members of the community.
0 votes

Hi Folks,

The following code requires two calls to canonicalise to get the expected output (zero). Is this expected behaviour?

W^{a}_{b c}::TableauSymmetry(shape={2}, indices={1,2});

{a,b,c,d,e,f,g,h#}::Indices(position=fixed).

foo := v_{a} W^{a}_{b c} - v^{a} W_{a c b};
sort_product (foo);
canonicalise (foo);
canonicalise (foo);

Cheers, Leo

in Bug reports by (1.6k points)

Also in my installation needs two canonicalise!

Please log in or register to answer this question.

...