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

Issues with trying to run the tutorial 1.6: How to use Expert mode #145

Closed seuc closed 1 year ago

seuc commented 1 year ago

Hello,

I have been trying to understand how to use the Expert mode as described here (https://issp-center-dev.github.io/HPhi/manual/develop/tutorial/en/html/zero_temperature/expert.html). Unfortunately, I seem to getting the following error:

Parallelization Info.
OpenMP threads : 1
MPI PEs : 1

Read File 'namelist_cg.def'.
Read File 'calcmod_cg.def' for CalcMod.
Read File 'modpara.def' for ModPara.
Read File 'locspn.def' for LocSpin.
Read File 'Exchange.def' for Exchange.
Read File 'InterAll.def' for InterAll.
Read File 'greenone.def' for OneBodyG.
Read File 'greentwo.def' for TwoBodyG.
Read File 'PairLift.def' for PairLift.
Read File 'Ising.def' for Ising.

Warning: For GC, both Ncond and 2Sz should not be defined.

Definition files are correct.
Read File 'locspn.def'.
Read File 'Exchange.def'.
Read File 'InterAll.def'.
Error: NonHermite (i, spni, j, spnj, k, spnk, l, spnl) = (0, 0, 0, 1, 1, 0, 1, 1), InterAll_re= 0.000000, InterAll_im= -0.600000 .
Error: NonHermite (i, spni, j, spnj, k, spnk, l, spnl) = (0, 1, 0, 0, 1, 1, 1, 0), InterAll_re= 0.000000, InterAll_im= 0.600000 .
Error: NonHermite Pair exists in InterAll.
Error: Indices and Parameters of Definition files(*.def) are incomplete.

The way I execute the file is as follows:

python3 Makedef.py
HPhi -e namelist_cg.def

Perhaps you could help.