-
Hi, everyone. |
Beta Was this translation helpful? Give feedback.
Answered by
kinnala
Jan 20, 2024
Replies: 1 comment 3 replies
-
It is basically just a simple wrapper to scipy: https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.eigsh.html I think k is the number of eigenvalues. I cannot remember why sigma=10 by default, but you can check scipy docs to see for any hints on how sigma should be chosen (or set to None). |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
valvikby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is basically just a simple wrapper to scipy: https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.eigsh.html
I think k is the number of eigenvalues. I cannot remember why sigma=10 by default, but you can check scipy docs to see for any hints on how sigma should be chosen (or set to None).