feos 0.9.5

FeOs - A framework for equations of state and classical density functional theory.
Documentation
1
2
3
4
5
use feos_core::{EquationOfState, IdealGas, Residual};

pub struct Strategy<R: Residual, I: IdealGas> {
    eos: EquationOfState<R, I>
}