You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we all known, until now, GPU version eigs is not supported in JAX. In this repo is a simple implementation of eigs in JAX by rescuing useful code in TensorNetwork by google.
Installation
Copy jaxeigs.py to your project.
Usage
See test.py for usage.
About
Rescure useful code in TensorNetwork by google for further personal usage.