[][src]Trait qmc::sse::qmc_ising::IntoQMC

pub trait IntoQMC<R, M> where
    R: Rng,
    M: QMCManager
{ pub fn into_qmc(self) -> QMC<R, M>; }

Convertable into QMC, helps since calling .into() runs into type inference problems.

Required methods

pub fn into_qmc(self) -> QMC<R, M>[src]

Convert into QMC.

Loading content...

Implementors

impl<R, M> IntoQMC<R, M> for QMCIsingGraph<R, M> where
    R: Rng,
    M: IsingManager + QMCManager
[src]

Loading content...