Methods: General
Below you find all general exports.
Index
MonteCarlo.Model
MonteCarlo.MonteCarloFlavor
MonteCarlo.lattice
MonteCarlo.parameters
MonteCarlo.reset!
MonteCarlo.run!
Documentation
MonteCarlo.lattice
— Methodlattice(model)
Returns the lattice of a given model.
MonteCarlo.parameters
— Methodparameters(model)
Collects relevant parametrs of a model into a named tuple.
MonteCarlo.reset!
— Methodreset!(mc::MonteCarloFlavor)
Resets the Monte Carlo simulation mc
. Previously set parameters will be retained.
MonteCarlo.run!
— Methodrun!(mc)
Run the Monte Carlo Simulation.
MonteCarlo.Model
— TypeAbstract model.
MonteCarlo.MonteCarloFlavor
— TypeAbstract definition of a Monte Carlo flavor.