|
ergo
|
Public Member Functions | |
| Jworkertest (const symmMatrix &D_, const IntegralInfo &integralInfo_, const BasisInfoStruct &basisInfo_, const JK::Params &J_K_params_, std::vector< int > const &permutationHML_) | |
| void | ComputeMatrix (ergo_real param, symmMatrix &result) const |
Private Attributes | |
| const symmMatrix & | D |
| const IntegralInfo & | integralInfo |
| const BasisInfoStruct & | basisInfo |
| JK::Params | J_K_params |
| std::vector< int > const & | permutationHML |
| Jworkertest::Jworkertest | ( | const symmMatrix & | D_, |
| const IntegralInfo & | integralInfo_, | ||
| const BasisInfoStruct & | basisInfo_, | ||
| const JK::Params & | J_K_params_, | ||
| std::vector< int > const & | permutationHML_ | ||
| ) |
References J_K_params.
| void Jworkertest::ComputeMatrix | ( | ergo_real | param, |
| symmMatrix & | result | ||
| ) | const |
References J_K_params, JK::Params::threshold_J, compute_J_by_boxes_sparse(), basisInfo, integralInfo, D, and permutationHML.
const BasisInfoStruct& Jworkertest::basisInfo [private] |
Referenced by ComputeMatrix().
const symmMatrix& Jworkertest::D [private] |
Referenced by ComputeMatrix().
const IntegralInfo& Jworkertest::integralInfo [private] |
Referenced by ComputeMatrix().
JK::Params Jworkertest::J_K_params [private] |
Referenced by Jworkertest(), and ComputeMatrix().
std::vector<int> const& Jworkertest::permutationHML [private] |
Referenced by ComputeMatrix().