1
2
3
4
//! Contains utilities for classical monte carlo simulations.

/// Classical ising model graph and simulation.
pub mod graph;