Expand description
Simulation module. Contains Monte Carlo algorithms and simulation states.
See submodule documentation monte_carlo and state for more details.
Re-exports§
pub use monte_carlo::*;pub use state::*;
Modules§
- monte_
carlo - Module for Monte-Carlo algrorithme, see the trait
MonteCarlo. - state
- Module containing the simulation State.