@brief Compute sum of 1e Coulomb integrals over primitive shell pair @param[in] cp shell pair data @param[in] id current pair of primitives @param[in] c coordinates of the charged particle @param[in] den normalized density matrix block @param[inout] vsum sum of Coulomb integrals over pair of primitives @author Vladimir Mironov @date Oct, 2018 Initial release
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(shpair_t), | intent(in) | :: | cp | |||
integer, | intent(in) | :: | id | |||
real(kind=REAL64), | intent(in) | :: | c(3) | |||
real(kind=REAL64), | intent(in) | :: | den(:) | |||
real(kind=REAL64), | intent(inout) | :: | vsum |