19 #include "bitcalc.hpp" 20 #include "SingleEx.hpp" 21 #include "SingleExHubbard.hpp" 33 std::complex<double> **tmp_v0,
34 std::complex<double> **tmp_v1,
struct DefineList Def
Definision of system (Hamiltonian) etc.
int * NSingleExcitationOperator
Number of single excitaion operator for spectrum.
int GetSingleExcitedStateHubbardGC(struct BindStruct *X, int nstate, std::complex< double > **tmp_v0, std::complex< double > **tmp_v1, int iEx)
Calculation of Single excited state for Hubbard Grand canonical system.
int GetSingleExcitedStateHubbard(struct BindStruct *X, int nstate, std::complex< double > **tmp_v0, std::complex< double > **tmp_v1, int iEx)
Calculation of Single excited state for Hubbard canonical system.
int GetSingleExcitedState(struct BindStruct *X, int nstate, std::complex< double > **tmp_v0, std::complex< double > **tmp_v1, int iEx)
Calculation of single excited state Target System: Hubbard, Kondo.
int iCalcModel
Switch for model. 0:Hubbard, 1:Spin, 2:Kondo, 3:HubbardGC, 4:SpinGC, 5:KondoGC, 6:HubbardNConserved.