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

AutoMPO for iDMRG #161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

AutoMPO for iDMRG #161

wants to merge 2 commits into from

Conversation

akeselman
Copy link

Adjusting AutoMPO implementation to work for infinite systems.

When specifying the Hamiltonian, terms that connect a site in one unit cell to a site in the next unit cell should be specified with site indices (i, N+j), where i and j are the site indices within a unit cell and N is the number of sites in a unit cell.

Note that AutoMPO does not perform any compression in this case - when constructing the finalMPO, the SVD is skipped and the matrix elements of the MPO are taken directly from tempMPO.

…Note that SVD, that is normally performed when constructing the finalMPO, is skipped for an infinite system.
@emstoudenmire
Copy link
Contributor

Thanks a lot Anna! We (me and Matt Fishman) will be looking into this and working on incorporating it into ITensor -

@krvajal
Copy link

krvajal commented Dec 7, 2018

Any chance of this been merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants