#include "integral_info.h"
#include "basisinfo.h"
#include "integrals_2el.h"
#include "densityfitting.h"
Go to the source code of this file.
Functions | |
int | compute_2e_matrix_list (const BasisInfoStruct &basisInfo, const IntegralInfo *integralInfo, const JK::ExchWeights &CAM_params, ergo_real **resultList, ergo_real **densList, int noOfMatrices, const JK::Params &J_K_params) |
int | compute_2e_matrix_list_difden (const BasisInfoStruct &basisInfo, const IntegralInfo *integralInfo, const JK::ExchWeights &CAM_params, ergo_real **resultList, ergo_real **densList, int noOfMatrices, const JK::Params &J_K_params) |
int | compute_2e_matrix_exchange (const BasisInfoStruct &basisInfo, const IntegralInfo *integralInfo, const JK::ExchWeights &CAM_params, ergo_real *K, ergo_real *dens, ergo_real threshold) |
int | compute_2e_matrices_exchange (const BasisInfoStruct &basisInfo, const IntegralInfo *integralInfo, const JK::ExchWeights &CAM_params, int noOfMatrices, ergo_real **K_list, ergo_real **D_list, ergo_real threshold) |
int | compute_2e_matrix_coulomb (const BasisInfoStruct &basisInfo, const BasisInfoStruct &basisInfoDensFit, const IntegralInfo *integralInfo, ergo_real *J, ergo_real *dens, const JK::Params &J_K_params, DensfitData *U_inverse) |
int compute_2e_matrices_exchange | ( | const BasisInfoStruct & | basisInfo, | |
const IntegralInfo * | integralInfo, | |||
const JK::ExchWeights & | CAM_params, | |||
int | noOfMatrices, | |||
ergo_real ** | K_list, | |||
ergo_real ** | D_list, | |||
ergo_real | threshold | |||
) |
int compute_2e_matrix_coulomb | ( | const BasisInfoStruct & | basisInfo, | |
const BasisInfoStruct & | basisInfoDensFit, | |||
const IntegralInfo * | integralInfo, | |||
ergo_real * | J, | |||
ergo_real * | dens, | |||
const JK::Params & | J_K_params, | |||
DensfitData * | U_inverse | |||
) |
int compute_2e_matrix_exchange | ( | const BasisInfoStruct & | basisInfo, | |
const IntegralInfo * | integralInfo, | |||
const JK::ExchWeights & | CAM_params, | |||
ergo_real * | K, | |||
ergo_real * | dens, | |||
ergo_real | threshold | |||
) |
int compute_2e_matrix_list | ( | const BasisInfoStruct & | basisInfo, | |
const IntegralInfo * | integralInfo, | |||
const JK::ExchWeights & | CAM_params, | |||
ergo_real ** | resultList, | |||
ergo_real ** | densList, | |||
int | noOfMatrices, | |||
const JK::Params & | J_K_params | |||
) |
int compute_2e_matrix_list_difden | ( | const BasisInfoStruct & | basisInfo, | |
const IntegralInfo * | integralInfo, | |||
const JK::ExchWeights & | CAM_params, | |||
ergo_real ** | resultList, | |||
ergo_real ** | densList, | |||
int | noOfMatrices, | |||
const JK::Params & | J_K_params | |||
) |