Kasper Peeters
Kasper Peeters
I do not have time anymore to attempt to bring the Windows version to life. Someone will need to step up to help a bit, if even to try and...
This now works with kernel(call_embedded_python_functions=True) ex:= substitute( sort_product( A C B ), B->Q ) + D; Needs to be documented though.
The second issue is resolved through a different bug fix. The first one is due to the power appearing in your expression. Canonicalise really isn't meant for that, and should...
That `cadabra2.cpython-39-darwin.so` is in the right place, the problem seems to be that your machine does not look there when resolving the libraries to which `_component.cpython-39-darwin.so` is linked, and then...
See https://cadabra.science/qa/908/derivatives-inheriting-selfanticommuting-canonicalise?show=909#a909 for a test case.
Are you sure you installed all the required vcpkg packages? Let me know if this is still a problem.
Giving the status of python2, I am not going to spend more energy into building against that. Should probably get rid of USE_PYTHON_3 altogether.
It's something worth doing at some point, but requires careful testing. At the moment I am happy that the lot builds on all the various platforms; I would like to...
Thanks. This is a bug in `core/Exchange.cc` in `get_node_gs`, which should use `Ex_comparator::can_move_adjacent` but doesn't. Will fix.
Yes, that's intentional; properties overwrite previous properties of the same type. So instead do A::Depends(\nabla{#}, \partial{#}); I'll convert this into an enhancement request ("please add functionality to amend an existing...