HPhi++
3.1.0
|
Functions to compute singly excited state. More...
#include "bitcalc.hpp"
#include "SingleEx.hpp"
#include "SingleExHubbard.hpp"
Go to the source code of this file.
Functions | |
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. More... | |
Functions to compute singly excited state.
Definition in file SingleEx.cpp.
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.
X | define list to get and put information of calcuation | |
[out] | tmp_v0 | Result v0 = H v1 |
[in] | tmp_v1 | v0 = H v1 |
Definition at line 30 of file SingleEx.cpp.
References BindStruct::Def, GetSingleExcitedStateHubbard(), GetSingleExcitedStateHubbardGC(), DefineList::iCalcModel, and DefineList::NSingleExcitationOperator.
Referenced by GetExcitedState().