1//! Gaussian atomic-orbital integral evaluations. 2 3pub(crate) mod overlap; 4pub(crate) mod shell_tuple;