@brief Add contribution of the 1e-integral block to the rectangular matrix @param[in] shi first shell data @param[in] shj second shell data @param[in] mblk square block of 1e integrals passed as 1D array @param[inout] m rectangular matrix of 1-e integral contribution @author Igor S. Gerasimov @date Oct, 2022 Initial release
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(shell_t), | intent(in) | :: | shi | |||
type(shell_t), | intent(in) | :: | shj | |||
real(kind=REAL64), | intent(in), | CONTIGUOUS | :: | mblk(:) | ||
real(kind=REAL64), | intent(inout), | CONTIGUOUS | :: | m(:,:) |