We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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 .The text was updated successfully, but these errors were encountered: