|
template<occ::qm::SpinorbitalKind spinorbital_kind, int derivative_order> |
void | occ::dft::xc_potential_matrix (const DensityFunctional::Result &res, MatConstRef rho, const occ::gto::GTOValues >o_vals, MatRef KK, double &energy)=delete |
|
template<> |
void | occ::dft::xc_potential_matrix< Restricted, 0 > (const DensityFunctional::Result &res, MatConstRef rho, const occ::gto::GTOValues >o_vals, MatRef KK, double &energy) |
|
template<> |
void | occ::dft::xc_potential_matrix< Restricted, 1 > (const DensityFunctional::Result &res, MatConstRef rho, const occ::gto::GTOValues >o_vals, MatRef KK, double &energy) |
|
template<> |
void | occ::dft::xc_potential_matrix< Restricted, 2 > (const DensityFunctional::Result &res, MatConstRef rho, const occ::gto::GTOValues >o_vals, MatRef KK, double &energy) |
|
template<> |
void | occ::dft::xc_potential_matrix< Unrestricted, 0 > (const DensityFunctional::Result &res, MatConstRef rho, const occ::gto::GTOValues >o_vals, MatRef KK, double &energy) |
|
template<> |
void | occ::dft::xc_potential_matrix< Unrestricted, 1 > (const DensityFunctional::Result &res, MatConstRef rho, const occ::gto::GTOValues >o_vals, MatRef KK, double &energy) |
|
template<> |
void | occ::dft::xc_potential_matrix< Unrestricted, 2 > (const DensityFunctional::Result &res, MatConstRef rho, const occ::gto::GTOValues >o_vals, MatRef KK, double &energy) |
|