eigsolve
cotangent linear problem (1) returns unexpected result
#228
Yue-Zhengyuan
started this conversation in
General
Replies: 1 comment 1 reply
-
@pbrehmer @lkdvos Do you know how to interpret this warning? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was playing with AD for t-J model, starting from simple update initialization. For test I use D = 8 and χ = 32 (which is possibly too small for D = 8). My AD setting is
During the optimization I get a lot of KrylovKit warnings:
error
is usually of order 1e-11 to 1e-9. The relevant code that gives this warning ishttps://github.com/Jutho/KrylovKit.jl/blob/ff6d4752a863f617a8404910007b56c5b7943ed5/ext/KrylovKitChainRulesCoreExt/eigsolve.jl#L158-L161
May I ask what is implied by this warning?
BTW, I also have many "sensitive to gauge choice" warnings (#54):
|Δgauge|
in my case is usually of order 1e-12 to 1e-10.Beta Was this translation helpful? Give feedback.
All reactions