Infinite recursion in apply for IdentityOperator * scalar #276
Milestone
Comments
Hi, I have just pushed f562037 to master and the 0.4.x branch, which should make the above code work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
causes
RuntimeError: maximum recursion depth exceeded in comparison
.(Observed when replacing
LincombOperator((A, I), (1, p))
withA + I * p
.)The text was updated successfully, but these errors were encountered: