-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RuntimeError(msg) #46
Comments
TeNeS always treats tensors on a square lattice. Each tensor has four legs; left, top, right, and bottom.
This error is occurred due to the mismatch of dimensions, for example, the first site (left-bottom of a plaquette) has the right bond (the third bond) with the bond dimension Additionally, By the way, some of the bonds in your code seem wrong;
|
Thank you very much for your response. ` 0 1 0.00000000000000000e+00 inf inf inf 0 2 0.00000000000000000e+00 inf inf inf 0 3 0.00000000000000000e+00 inf inf inf 1 0 6.91811812190026715e-02 1.44547980011263562e+01 1.44547980011263562e+01 1.54931776659866092e+01 1 1 4.48277119609480468e-01 2.23076297284848390e+00 2.23130324778387390e+00 4.46091126212284461e+00 1 2 6.82987455583639186e-02 1.46415573496216158e+01 1.46415573496216158e+01 1.54260987895730555e+01 1 3 4.48311619591070243e-01 2.23059130368326208e+00 2.23112080295601611e+00 4.46057997789315852e+00 |
It seems to me that correlations along x-direction are absent. |
Please find in below the bond dimensions of virtual bonds that recorded in output files (I considered {L = 3 [tensor]
[parameter] is_real = true [parameter.simple_update] [parameter.full_update] [parameter.ctm] [lattice] [model]
If you set all the bond dimensions to vd (finite), what happens? I set all bond dimensions to vd (3) and found that the correlation length has not zero value (i.e., see some results in below). 0 0 8.85343634758468889e-01 1.12950492976979566e+00 1.22009533765149270e+00 1.22009533765149270e+00 |
Great.
It is the users' responsibility to check the convergence with respect to D.
An iTPS with {W, L} can represent states with a spatial periodicity of W by L. To solve problems by iTPS+CTMRG, we need many approximations; periodicity (W, L), bond-dimension (D, chi), Suzuki-Trotter decomposition (tau, number of steps), ... |
I changed all mentioned parameters to converge the results to the accurate values. [parameter] is_real = true [parameter.simple_update] [parameter.full_update] [parameter.ctm] [lattice] [model]
|
I'm very sorry for the late reply. |
Dear NeNeS establishers,
During introducing my own lattice in tenes_simple file I got some errors in tenes_std lines. Please let me know where is the problem and how can I fix this problem.
My own lattice structure is as below figure:
The code that I reformed in tenes_simple file is as following:
In fact, when I consider following sequence for virtual_dim in Sublattices (full connection) everything works normally and I could calculate the magnetization,
But my own lattice has just three connections which two of them are counted as virtual_dim. So, I considered below sequence for the virtual_dim of Sublattices:
and I got following error:
The text was updated successfully, but these errors were encountered: