[][src]Function qmc::sse::qmc_ising::new_qmc

pub fn new_qmc(
    edges: Vec<(Edge, f64)>,
    transverse: f64,
    longitudinal: f64,
    cutoff: usize,
    state: Option<Vec<bool>>
) -> DefaultQMCIsingGraph<ThreadRng>

Build a new qmc graph with thread rng.