-
Notifications
You must be signed in to change notification settings - Fork 127
Description
What is your issue?
Hi,
I understand that DMRG is designed to converge the energy to within a specified threshold. However, I'm wondering if there is any functionality in the package to ensure that the algorithm always converges to a good approximation of the true ground state, rather than a nearby excited state.
In some of my simulations, the algorithm seems to converge either to the true ground state or to one of the low-lying excited states that still meet the energy error threshold. I'm interested in making a plot of maximum bond dimension vs. overlap with the true ground state, to verify whether increasing the bond dimension consistently improves the overlap.
Are there recommended strategies to bias the DMRG toward the correct state in these ambiguous cases?
Thanks!