|
HΦ
3.2.0
|
Functions to compute singly excited state in Hubbard model. More...
#include "bitcalc.h"#include "wrapperMPI.h"#include "common/setmemory.h"#include "mltplyHubbardCore.h"#include "mltplyMPIHubbardCore.h"#include "mpi.h"
Include dependency graph for SingleExHubbard.c:Go to the source code of this file.
Functions | |
| int | GetSingleExcitedStateHubbard (struct BindStruct *X, double complex *tmp_v0, double complex *tmp_v1) |
| Calculation of Single excited state for Hubbard canonical system. More... | |
| int | GetSingleExcitedStateHubbardGC (struct BindStruct *X, double complex *tmp_v0, double complex *tmp_v1) |
| Calculation of Single excited state for Hubbard Grand canonical system. More... | |
Functions to compute singly excited state in Hubbard model.
Definition in file SingleExHubbard.c.
| int GetSingleExcitedStateHubbard | ( | struct BindStruct * | X, |
| double complex * | tmp_v0, | ||
| double complex * | tmp_v1 | ||
| ) |
Calculation of Single excited state for Hubbard canonical system.
| X | define list to get and put information of calculation | |
| [out] | tmp_v0 | Result v0 = H v1 |
| [in] | tmp_v1 | v0 = H v1 |
Definition at line 34 of file SingleExHubbard.c.
References BindStruct::Check, BindStruct::Def, CheckList::idim_maxOrg, LargeList::ihfbit, LargeList::ilft, LargeList::irght, BindStruct::Large, list_1_org, list_1buf_org, list_2_1, list_2_2, MaxMPI_li(), DefineList::NSingleExcitationOperator, DefineList::Nsite, DefineList::ParaSingleExcitationOperator, DefineList::SingleExcitationOperator, DefineList::Tpow, TRUE, X_Ajt(), X_Ajt_MPI(), X_Cis(), and X_Cis_MPI().
Referenced by GetSingleExcitedState().
Here is the call graph for this function:
Here is the caller graph for this function:| int GetSingleExcitedStateHubbardGC | ( | struct BindStruct * | X, |
| double complex * | tmp_v0, | ||
| double complex * | tmp_v1 | ||
| ) |
Calculation of Single excited state for Hubbard Grand canonical system.
| X | define list to get and put information of calculation | |
| [out] | tmp_v0 | Result v0 = H v1 |
| [in] | tmp_v1 | v0 = H v1 |
Definition at line 107 of file SingleExHubbard.c.
References BindStruct::Check, BindStruct::Def, GC_Ajt(), GC_Cis(), CheckList::idim_maxOrg, MaxMPI_li(), DefineList::NSingleExcitationOperator, DefineList::Nsite, DefineList::ParaSingleExcitationOperator, DefineList::SingleExcitationOperator, DefineList::Tpow, TRUE, X_GC_Ajt_MPI(), and X_GC_Cis_MPI().
Referenced by GetSingleExcitedState().
Here is the call graph for this function:
Here is the caller graph for this function: