Trait sampling::glue::GlueAble

source ·
pub trait GlueAble<H> {
    // Required method
    fn push_glue_entry_ignoring(
        &self,
        job: &mut GlueJob<H>,
        ignore_idx: &[usize]
    );

    // Provided method
    fn push_glue_entry(&self, job: &mut GlueJob<H>) { ... }
}

Required Methods§

source

fn push_glue_entry_ignoring(&self, job: &mut GlueJob<H>, ignore_idx: &[usize])

Provided Methods§

source

fn push_glue_entry(&self, job: &mut GlueJob<H>)

Implementors§

source§

impl<Ensemble, R, Hist, Energy, S, Res> GlueAble<Hist> for ReplicaExchangeWangLandau<Ensemble, R, Hist, Energy, S, Res>
where Hist: Clone,

source§

impl<Extra, Ensemble, R, Hist, Energy, S, Res> GlueAble<Hist> for ReplicaExchangeEntropicSampling<Extra, Ensemble, R, Hist, Energy, S, Res>
where Hist: Clone + Histogram,

source§

impl<Hist, R, E, S, Res, Energy> GlueAble<Hist> for EntropicSampling<Hist, R, E, S, Res, Energy>
where Hist: Clone + Histogram,

source§

impl<Hist, R, E, S, Res, Energy> GlueAble<Hist> for EntropicSamplingAdaptive<Hist, R, E, S, Res, Energy>
where Hist: Clone + Histogram,

source§

impl<Hist, R, E, S, Res, Energy> GlueAble<Hist> for WangLandau1T<Hist, R, E, S, Res, Energy>
where Hist: Clone,

source§

impl<Hist, R, E, S, Res, Energy> GlueAble<Hist> for WangLandauAdaptive<Hist, R, E, S, Res, Energy>
where Hist: Clone,