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

Algorithm for Projecting to a Specific total QN #75

Open
emstoudenmire opened this issue Mar 12, 2023 · 1 comment
Open

Algorithm for Projecting to a Specific total QN #75

emstoudenmire opened this issue Mar 12, 2023 · 1 comment

Comments

@emstoudenmire
Copy link
Contributor

Not urgent, but an algorithm which would be of great general use would be one for projecting a tree tensor network or MPS into a specific total quantum number sector. Here is a brief outline of how this could work, taken from my answer to this forum question:
https://itensor.discourse.group/t/project-product-state-to-fixed-quantum-number-qn-conserving-mps/689

Set up a DMRG-like calculation but without a Hamiltonian (similar to setting $H = \mathbb{1}$). Then in the “core” step of two-site DMRG project the wavefunction tensor into the total QN sector you want and SVD back to adapt the bond index. Then sweep to every pair of sites and repeat. To code this in the most efficient way, one can use the orthogonality properties of the MPS to not have to deal explicitly with the right-hand-side basis at all (it cancels with itself). Also I think one can prove this algorithm converges in a single pass over the MPS.

@emstoudenmire
Copy link
Contributor Author

This is in the category of a "nice to have" feature. I was considering making it an issue in ITensors.jl but (1) it should work for any tree tensor network (and could be a nice application of the solver interface even) and (2) as discussed we are eventually moving most general-purpose algorithm development here.

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

No branches or pull requests

1 participant