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

fix unequal time stack for irregular safe_mults and allow stuck simulations to fail #148

Closed ffreyer closed 2 years ago

ffreyer commented 2 years ago

I've had some simulation that do not accept any updates. In these cases it really doesn't make sense to have them continue, so this pr allows them to fail.

I also forgot to update the unequal time stack to match the irregular safe_mult blocks from #145, so I'm adding it here