Replies: 3 comments
-
It turns out the problem was just occuring in Periodic Boundary Conditions |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing the discussion to not waste the time of others :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to add a few pointers:
And as a side note, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to perform the DMRG on a Transverse Field Ising Model of 8 spins. I'm coming from ITensors, and was pretty shocked to see the DMRG running that slow on Quimb. Also, sometimes the DMRG algorithm breaks, stopping its execution because of the energy having an imaginary part.
Question 1: what did I do wrong such that running DMRG is ineficcient and, sometimes, incorrect?
Here I post my function to build the Hamiltonian:
and the code I execute:
The output I get is:
Also, I am pretty worried about the bond dimension. In this model, when J=0 (as I specified in the code) the ground state is a product state.
Question 2: Why am I getting a state with such a big bond dimension instead?
The same code, in a different run, also produces the following error:
Beta Was this translation helpful? Give feedback.
All reactions