evanberkowitz / supervillain

MCMC for modified Villain constructions
https://supervillain.readthedocs.io/
Other
0 stars 0 forks source link

Measurement progress bars #97

Closed evanberkowitz closed 8 months ago

evanberkowitz commented 8 months ago

I ran some 25^2 and 35^2 simulations of 10k configurations and the measurements took far more time than the generation. I did this quite naively, measuring every observable on every configuration. (In a more realistic scenario it would probably make sense to measure cheap observables, do a decorrelation pass, and measure the expensive [spin-related] observables only on the decimated data.)

Nevertheless, I found myself twiddling my thumbs. It would be good to be able to see some progress happening in some way, just like Ensemble.generate takes a tqdm-like progress bar.