[][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.

Traits

IntoQMC

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

IsingManager

Trait encompassing all requirements for op managers in QMCIsingGraph.

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.