-
Notifications
You must be signed in to change notification settings - Fork 8
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
QN randomMPS not meeting requested linkdim #43
Comments
Just for added clarity, I have put the code here as well. This was code that I wrote up to attempt to answer this question on the Support Q&A (http://itensor.org/support/2140/implementing-local-gauge-symmetries):
I have run "Schwinger_DMRG(10)" (i.e. 10 spatial sites) for every value of the bond dimension from 2 to 10,000 (replacing the 100 value in the randomMPS function), and it produced the same error every time, but if I use a value of 1, then no error is thrown. I have also included a copy of the error message below:
|
Noting a related issue shared by a user in this forum post. Briefly, the issue is that for certain initial states using "Fermion" sites (representing "split" up and down electrons), |
Apparently sometimes the
randomMPS
function which takes an initial state vector is not meeting the requested linkdim value. This was reported for an input state which was a S=1/2 Neel state and a linkdim of 4 in this forum post:http://itensor.org/support/2186/questions-random-initial-conservation-randommps-linkdim
The text was updated successfully, but these errors were encountered: