issp-center-dev / HPhi

Quantum Lattice Model Simulator Package
https://www.pasums.issp.u-tokyo.ac.jp/hphi/en/
GNU General Public License v3.0
82 stars 25 forks source link

stop at Calculate HilbertNum for fixed Sz #110

Open chendahcuan opened 3 years ago

chendahcuan commented 3 years ago

INTER process site Site Bit

Process element info Process Dimension Nup Ndown Nelec Total2Sz State 0 441 1 1 2 0

Total dimension : 441

LARGE ALLOCATE FINISH !

Start: Calculate HilbertNum for fixed Sz.

k-yoshimi commented 3 years ago

Could you upload the zip file including all input files to investigate the origin of error?

chendahcuan commented 3 years ago

input.zip

tmisawa commented 3 years ago

Thank you for sending the input files. As far as I checked, I successfully finished the calculation on my laptop.

Could you send me the error messages?

chendahcuan commented 3 years ago

image The program has been stuck here

k-yoshimi commented 3 years ago

64 bit machine is assumed for HPhi. Please check the bit of your PC.

chendahcuan commented 3 years ago

Linux version 3.10.0-693.el7.x86_64 (mockbuild@x86-038.build.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) ) #1 SMP Thu Jul 6 19:56:57 EDT 2017

chendahcuan commented 3 years ago

The programs in /samples can run successfully

tmisawa commented 3 years ago

By changing L in the below input file for Standard mode, could you check how many sites you can treat?

L=21 corresponds to your case.

model = "Hubbard"
method = "Lanczos"
lattice = "chain"
L = 16
t = -1
U = 4
2Sz = 0
nelec = 2
chendahcuan commented 3 years ago

just 14

chendahcuan commented 3 years ago

Why is it so slow to deal with 256*256 matrices