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
I've tried to run the basic DFT and CC examples, but I keep running into this error:
File ~/code/virtualenvs/jax/lib/python3.12/site-packages/pyscfad/backend/_jax/lax/linalg.py:165, in _eigh_gen_lowering(*args, **kwargs)
[164](~/code/virtualenvs/jax/lib/python3.12/site-packages/pyscfad/backend/_jax/lax/linalg.py:164) def _eigh_gen_lowering(*args, **kwargs):
--> [165](~/code/virtualenvs/jax/lib/python3.12/site-packages/pyscfad/backend/_jax/lax/linalg.py:165) raise NotImplementedError("Generalized eigh is only implemented for CPU.")
NotImplementedError: Generalized eigh is only implemented for CPU.
Does this mean that these examples can only be run on CPU? Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello and thanks for this very useful library!
I've tried to run the basic DFT and CC examples, but I keep running into this error:
Does this mean that these examples can only be run on CPU? Thanks in advance
The text was updated successfully, but these errors were encountered: