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

Results of the simulation

This is what we do the simulations for!

  • similar to merged_log10_probability_and_align
  • Now, however, we have a slice called ignore. It should contain the indices of all walkers, that should be ignored for the alignment and merging into the final probability density function. The indices do not need to be sorted, though duplicates will be ignored and indices, which are out of bounds will also be ignored