feos-dft 0.9.5

Generic classical DFT implementations for the `feos` project.
Documentation
1
2
3
4
5
6
7
8
//! Solvation free energies and pair correlaion functions.
mod pair_correlation;
pub use pair_correlation::{PairCorrelation, PairPotential};

#[cfg(feature = "rayon")]
mod solvation_profile;
#[cfg(feature = "rayon")]
pub use solvation_profile::SolvationProfile;