@brief Compute overlap and integrals @details Overlap integrals are computed using Gauss-Hermite quadrature formula @author Vladimir Mironov @date Mar, 2023 Initial release
@param[in,out] s packed matrix of overlap integrals @param[in] basis basis w/ SP-shells separated @param[in] tol 1-e exponential prefactor tolerance
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout), | CONTIGUOUS | :: | s(:) | ||
type(basis_set), | intent(in) | :: | basis | |||
real(kind=REAL64), | intent(in) | :: | tol |