Skip to content
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

Matrix exponential of sparse matrix is not allowed #800

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

dstrain115
Copy link
Contributor

  • The matrix exponential of these sparse matrices is causing errors in certain versions of scipy:
    "loop of ufunc does not support argument 0 of type csc_matrix which has no callable exp method"

  • Converting these to dense matrices to get docs working again.

Note: this does have a performance impact on the code. Is there a better way to do this?

- The matrix exponential of these sparse matrices is causing errors
in certain versions of scipy:
"loop of ufunc does not support argument 0 of type csc_matrix which has
no callable exp method"

- Converting these to dense matrices to get docs working again.

Note:  this does have a performance impact on the code.  Is there
a better way to do this?
@dstrain115 dstrain115 merged commit 16fa379 into quantumlib:master Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants