Module lattice_qcd_rs::simulation
source · 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
- Module for Monte-Carlo algrorithme, see the trait
MonteCarlo
. - Module containing the simulation State.