carstenbauer / MonteCarlo.jl

Classical and quantum Monte Carlo simulations in Julia
https://carstenbauer.github.io/MonteCarlo.jl/dev/
Other
185 stars 18 forks source link

increment sweeps on every full update #133

Closed ffreyer closed 2 years ago

ffreyer commented 2 years ago

Adjusts scheduler to run updates until one that is equivalent to a full sweep (i.e. not NoUpdate) and then increments the sweep counter.

closes #131