Thank you for last reply. I have another question. It appears that the current version of HPhi only supports basis sizes that fit within a 32-bit integer. Is there any way to continue calculations when the whole Hilbert-space dimension exceeds the Int32 limit? For example, consider the following setup. The final dimension is just 45:
W = 15
L = 3
model = "FermionHubbard"
method = "CG"
lattice = "triangular"
t = 1.0
U = 4.0
nelec = 46
2Sz = 44
I will meet with an error as "Error: Fail for memory allocation. see error code 1 in user manual.".
Any guidance would be greatly appreciated.
Thank you for last reply. I have another question. It appears that the current version of HPhi only supports basis sizes that fit within a 32-bit integer. Is there any way to continue calculations when the whole Hilbert-space dimension exceeds the Int32 limit? For example, consider the following setup. The final dimension is just 45:
W = 15
L = 3
model = "FermionHubbard"
method = "CG"
lattice = "triangular"
t = 1.0
U = 4.0
nelec = 46
2Sz = 44
I will meet with an error as "Error: Fail for memory allocation. see error code 1 in user manual.".
Any guidance would be greatly appreciated.