Skip to content
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

Add-Relax Algorithm #5

Open
EverettYou opened this issue Oct 23, 2013 · 0 comments
Open

Add-Relax Algorithm #5

EverettYou opened this issue Oct 23, 2013 · 0 comments
Assignees

Comments

@EverettYou
Copy link
Owner

The current algorithm of iDMRG followed by fDMRG can not easily converge for larger size system. This is because iDMRG is growing too fast, and the MPS generated by iDMRG on the fly is way deviated from the ground state, making the local optimization of fDMRG hard to converge. So we propose a new algorithm here. This is by first growing the system by 2-sites, using an iDMRG step, then perform fDMRG sweepings under the MPS is relaxed to the ground state, and then add 2 more site from the middle, and relax. So the system grows slowly, 2 sites are added each time and then followed by a relax. Hopefully this will converge better. Try this out.

@ghost ghost assigned EverettYou Oct 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant