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

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

Build a new qmc graph with thread rng.