Replies: 1 comment
-
Hi @Jiangsese, arpack is maintained-only: the doc/code dates from the 70's or so!... Not always clear how to find it way through it... If you find your answer, do not hesitate to PR an update of the FAQ section from the README! :)
I guess no
I guess yes
I guess no: the best doc you'll find is referenced in the FAQ https://github.com/opencollab/arpack-ng/tree/master?tab=readme-ov-file#faq (ARPACK user's guide) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m currently working on non-Hermitian quantum many-body systems using the ARPACK routine
zndrv1
, which is built uponznaupd
andzneupd
. I’ve encountered a conceptual issue and would like to ask for clarification:When solving non-Hermitian eigenvalue problems, we need both the left and right eigenvectors to correctly evaluate observables such as$⟨\psi_L|O|\psi_R⟩$ .
However, as far as I understand,
zndrv1
(and more generally,zneupd
) only returns the right eigenvectors (Ritz vectors). So I would like to ask:zneupd
(e.g., via thehowmny
,rvec
, or other parameters) to directly return left eigenvectors?Thank you very much for your help!
Beta Was this translation helpful? Give feedback.
All reactions