Open kpeeters opened 5 days ago
The following does not produce the required minus sign:
{A,X}::AntiCommuting. ex := X A X; collect_factors(ex);
First doing sort_product will do the right thing. First reported in https://cadabra.science/qa/2958/collect_factors-simplify-with-anticommuting-objects .
sort_product
The following does not produce the required minus sign:
First doing
sort_product
will do the right thing. First reported in https://cadabra.science/qa/2958/collect_factors-simplify-with-anticommuting-objects .