|
template<> |
void | LR::ao_to_mo_forloop_serial (const std::vector< container::Tensor > &mat_ao, const psi::Psi< double > &coeff, const int &nocc, const int &nvirt, double *mat_mo, const MO_TYPE type) |
|
template<> |
void | LR::ao_to_mo_forloop_serial (const std::vector< container::Tensor > &mat_ao, const psi::Psi< std::complex< double > > &coeff, const int &nocc, const int &nvirt, std::complex< double > *const mat_mo, const MO_TYPE type) |
|
template<> |
void | LR::ao_to_mo_blas (const std::vector< container::Tensor > &mat_ao, const psi::Psi< double > &coeff, const int &nocc, const int &nvirt, double *mat_mo, const bool add_on, const MO_TYPE type) |
|
template<> |
void | LR::ao_to_mo_blas (const std::vector< container::Tensor > &mat_ao, const psi::Psi< std::complex< double > > &coeff, const int &nocc, const int &nvirt, std::complex< double > *const mat_mo, const bool add_on, const MO_TYPE type) |
|