1//! Non-orthogonal configuration interaction of Slater determinants. 2 3pub(crate) mod basis; 4pub(crate) mod multideterminant;