[][src]Module qmc::sse::qmc_ising

A QMC graph for easy TFIM.

Re-exports

pub use crate::sse::qmc_traits::*;

Structs

HamInfo

Data required to evaluate the hamiltonian.

QMCIsingGraph

A container to run QMC simulations.

Functions

new_qmc

Build a new qmc graph with thread rng.

new_qmc_from_graph

Build a new qmc graph with thread rng from a classical graph.

Type Definitions

DefaultQMCIsingGraph

Default QMC graph implementation.