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

About output of eigenvectors from HPhi #147

Open SuHang980715 opened 1 year ago

SuHang980715 commented 1 year ago

Hi, I have installed HPhi on my Ubuntu system. Now I want to output all of eigenvectors in expert mode by using FullDiagonalization way, and this is my calcmod.def file:

CalcType 2 CalcModel 4 ReStart 0 CalcSpec 0 CalcEigenVec 0 InitialVecType 0 InputEigenVec 0 OutputEigenVec 1 InputHam 0 OutputHam 0 OutputExVec 0

And, this is my namelist.def file

 ModPara  modpara.def
 LocSpin  locspn.def
   Ising  ising.def
   Trans  trans.def
OneBodyG  greenone.def
TwoBodyG  greentwo.def
 CalcMod  calcmod.def

PairExcitation pair.def SpectrumVec zvo_eigenvec_0

I use this command to run HPhi:

HPhi -e namelist.def

How should I do to obtain all eigenvectors? Could you give more suggestions about this? Thanks very much~~