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