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

Fixed issue with complex-valued inputs to LOBPCG #14005

Closed
wants to merge 1 commit into from

Conversation

jemisjoky
Copy link

Fixes this issue with jax.experimental.sparse.linalg.lobpcg_standard crashing when complex dtypes are used. This is my first JAX PR, so please let me know if this is missing anything 😄

@jakevdp
Copy link
Collaborator

jakevdp commented Jan 18, 2023

Sorry we lost track of this - looks great! Do you think you could add a test covering the new behavior? The best place would probably be in http://go/jax-github/blob/main/tests/lobpcg_test.py Thanks!

@jakevdp jakevdp self-assigned this Jan 18, 2023
@jemisjoky
Copy link
Author

I've been a bit busy the last few days, but should have time for that later this week!

@jakevdp
Copy link
Collaborator

jakevdp commented Jan 23, 2023

Thanks, no problem. Let me know if there's any way I can help!

@jakevdp
Copy link
Collaborator

jakevdp commented Nov 3, 2023

It looks like this has gone stale – I'm going to close it. Feel free to re-open if you're still interested in working on this!

@jakevdp jakevdp closed this Nov 3, 2023
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.

sparse eigenvalue solvers
2 participants