Function net_ensembles::sampling::log10_probability_and_align[][src]

pub fn log10_probability_and_align<Ensemble, R, Hist, Energy, S, Res>(
    rewls: &[ReplicaExchangeWangLandau<Ensemble, R, Hist, Energy, S, Res>]
) -> Result<(Hist, Vec<f64, Global>, Vec<Vec<f64, Global>, Global>), HistErrors> where
    Hist: HistogramCombine + HistogramVal<Energy> + Send + Sync,
    Energy: PartialOrd<Energy>, 
Expand description

Results of the simulation

This is what we do the simulations for!