You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the SimpleUpdate algorithm is specified for 2D systems in Quimb. It should theoretically work for MPS and 3D PEPS systems too. I am trying to run SimpleUpdate for an MPS but It does not run. For the local Hamiltonians, I tried to use a 2D Hamiltonian and a 1D Hamiltonian but did not work. Furthermore, I tried to randomly initialise my state for the algorithm using a random PEPS and MPS but none worked. Is this an expected behaviour or is there a way to run SimpleUpdate and FullUpdate on an MPS?
I know for MPS you can use TEBD but I am trying to perform a comparison between SImpleUpdate, FullUpdate and other methods.
The text was updated successfully, but these errors were encountered:
In 1D with OBC, simple update, tebd and full update are really all equivalent. For PBC one could imagine a full update giving slightly better results, but probably best to just use DMRG or global optimization there.
SimpleUpdateGen works well in 3D as well (its used here). An important caveat is that the built-in/default method of computing the energy just uses local clusters gauged with the simple update weights, which is not very accurate and should only be treated as a rough guide. In general computing the energy approximately is expensive and not very established beyond 2D.
Full Update is a tricky method to efficiently generalize beyond 2D since, like accurately evaluating the energy, you need a manual boundary contraction method or similar. I don't have any plans for this currently.
What is your issue?
Even though the SimpleUpdate algorithm is specified for 2D systems in Quimb. It should theoretically work for MPS and 3D PEPS systems too. I am trying to run SimpleUpdate for an MPS but It does not run. For the local Hamiltonians, I tried to use a 2D Hamiltonian and a 1D Hamiltonian but did not work. Furthermore, I tried to randomly initialise my state for the algorithm using a random PEPS and MPS but none worked. Is this an expected behaviour or is there a way to run SimpleUpdate and FullUpdate on an MPS?
I know for MPS you can use TEBD but I am trying to perform a comparison between SImpleUpdate, FullUpdate and other methods.
The text was updated successfully, but these errors were encountered: