-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
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
Fix scipy sqrtm precision issue #864
Conversation
See #865 which tracks the capping of cirq for the CI. |
Will need to cut a new release to fix #851. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks fionn
I need to fix a comment typo don't merge. |
Hey happy to see this fixed! Any idea when it will be released? It will help us unblock some dependency upgrades over on unitaryfund/mitiq. |
@natestemen I'll aim to release a patch by the end of the week. |
hi @fdmalone, hope you don't mind my asking when the patch mentioned in the previous comment is likely to be released? As my teammate Nate mentioned last week, folks on the Mitiq project are excited to see this upgrade in the pipeline! |
@Misty-W , I just released a patched verison |
Addresses #815 by replacing la.sqrtm with the square root computed via eigendecomposition. Just bumping the input array's precision to 256 didn't solve the problem.