Arnoldi solver of fixed-point equation #233
Unanswered
GlebFedorovich
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi Gleb, do you know if the thing you are trying to optimize might have any degeneracies in the spectrum (transfer spectrum for example)? From the warning message, and given quite a lot of the math involved here mostly assumes non-degenerate spectra, this might be something to try and investigate. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I am trying to do some PEPS optimization and use Arnoldi Eigsolver that turns us to be the most robust and fast at least in my case. However, I quite often get the following kind of warnings:
in
After that it seems that the gradient grows exponentially large and reasonably wrong, so, the further optimization makes no sense. So, I was wondering is there anything I could try/push further/play with some hidden parameters or should I just switch to LinSolver method? I actually tried it, but it quite often goes on plateau and doesn't want to converge at all.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions