#include <chemistry/qc/mbptr12/fockbuilder.h>

Public Types | |
|
typedef detail::FockMatrixType < bra_eq_ket >::value | ResultType |
|
typedef detail::FockMatrixType < bra_eq_ket >::Factory | ResultFactory |
Public Member Functions | |
| TwoBodyFockMatrixBuilder (bool compute_F, bool compute_J, bool compute_K, const Ref< GaussianBasisSet > &brabasis, const Ref< GaussianBasisSet > &ketbasis, const Ref< GaussianBasisSet > &densitybasis, const RefSymmSCMatrix &density, const RefSymmSCMatrix &openshelldensity, const Ref< Integral > &integral, const Ref< MessageGrp > &msg, const Ref< ThreadGrp > &thr, double accuracy=1e-12) | |
| const Ref< FockBuild > & | builder () const |
| double | nints () const |
| const ResultType & | F (unsigned int t=0) const |
| const ResultType & | J (unsigned int t=0) const |
| const ResultType & | K (unsigned int t=0) const |
| ResultType | F (SpinCase1 spin) const |
| ResultType | K (SpinCase1 spin) const |
| sc::TwoBodyFockMatrixBuilder< bra_eq_ket >::TwoBodyFockMatrixBuilder | ( | bool | compute_F, | |
| bool | compute_J, | |||
| bool | compute_K, | |||
| const Ref< GaussianBasisSet > & | brabasis, | |||
| const Ref< GaussianBasisSet > & | ketbasis, | |||
| const Ref< GaussianBasisSet > & | densitybasis, | |||
| const RefSymmSCMatrix & | density, | |||
| const RefSymmSCMatrix & | openshelldensity, | |||
| const Ref< Integral > & | integral, | |||
| const Ref< MessageGrp > & | msg, | |||
| const Ref< ThreadGrp > & | thr, | |||
| double | accuracy = 1e-12 | |||
| ) | [inline] |
convert skeleton matrices computed by FockBuild to the full matrices
References sc::Ref< T >::nonnull().