@brief Compute overlap matrix between two basis sets @details Overlap integrals are computed using Gauss-Hermite quadrature formula @author Igor S. Gerasimov @date Oct, 2022 Initial release
@param[in,out] s unpacked matrix of overlap integrals @param[in] basis1 basis w/ SP-shells separated @param[in] basis2 basis w/ SP-shells separated @param[in] tol 1-e exponential prefactor tolerance (should be ~tol_int*log(10.0_dp))
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout), | CONTIGUOUS | :: | s(:,:) | ||
type(basis_set), | intent(in) | :: | basis1 | |||
type(basis_set), | intent(in) | :: | basis2 | |||
real(kind=REAL64), | intent(in) | :: | tol |