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