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

TODO Documentation

Results of the simulation

This is what we do the simulations for!

  • similar to log_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