HΦ
3.2.0
|
Functions to compute singly excited state. More...
#include "bitcalc.h"
#include "SingleEx.h"
#include "SingleExHubbard.h"
Go to the source code of this file.
Functions | |
int | GetSingleExcitedState (struct BindStruct *X, double complex *tmp_v0, double complex *tmp_v1) |
Calculation of single excited state Target System: Hubbard, Kondo. More... | |
Functions to compute singly excited state.
Definition in file SingleEx.c.
int GetSingleExcitedState | ( | struct BindStruct * | X, |
double complex * | tmp_v0, | ||
double complex * | tmp_v1 | ||
) |
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.c.
References BindStruct::Def, FALSE, GetSingleExcitedStateHubbard(), GetSingleExcitedStateHubbardGC(), DefineList::iCalcModel, DefineList::NSingleExcitationOperator, and TRUE.
Referenced by GetExcitedState().