-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird vibrating E
and S
#22
Comments
I will post the verbose output of these points as soon as the recent run is finished. |
One thing that often helps in this situation is to increase the size of the unit cell. I think you have been using DMRG unit cell = 1 Hamiltonian unit cell, right? If you try using 2 or 3 H unit cells as the DMRG unit cell, that may help. |
Oh actually I forgot to mention that I have already applied |
In the meantime, I recommend that when you plot things like S and xi, you set the value to np.nan for points that ended by max_sweep, at least temporarily so you can see the reliable results separately. |
If L=2 didn't fix this, I would still try L=3. If that doesn't help, I will think more about options. |
I will try |
I found that for |
@aaronszasz I just found that when some specific
J
is given, DMRG falls into a strange vibrating situation with all the time alteringE
andS
which seem to never converge:This phenomenon has existed for quite a time and I remember you mentioned this once, but I immediately forgot about it since somehow both the model and DMRG worked properly at that time after we fixed something else.
Yesterday after you pointed out the possibly incorrect result of some points, I realized the fact that I haven't make sure that the result given by DMRG is always converging and correct. Then I noticed that for some points the maximum sweeps will be reached and this means they don't really know whether or not they have converged before that. I found this issue when the
max_sweep
was set to10000
in order to avoid such cases and for some specific points, e.g.J = (0.078, 0.006, 0.997)
and(0.969, 0.076, 0.233)
the seemingly permanent vibrating shows up.I tried your trick to feed the outcome wave function to the next neighboring point, and this helped some points but not everyone. Some points like
(0.969, 0.076, 0.233)
gets stuck in the same dilemma.Now I am also trying lower but still reasonable criteria for entropy to be considered as convergent, e.g.
max_S_err=1.e-3
, so that DMRG can still finish and return a result that is not that wrong. But anyway I think this is an issue that deserves a lot of attention and we should find out the real cause.The text was updated successfully, but these errors were encountered: