zincware / MDSuite

A post-processing engine for particle simulations
https://mdsuite.readthedocs.io/
Eclipse Public License 2.0
36 stars 7 forks source link

Use TQDM trange and postfix for better loading bars or move to richtext #513

Open SamTov opened 2 years ago

SamTov commented 2 years ago

We can use the TQDM trange, postfix, and set description to update the description of our loading bars at each iteration. This means we can include more information iteratively such as ensemble number, ensembles per second, and other important parts of our computations which should improve the clarity of the operations.

EDIT

I found the richtext loading bar after this issue. They look much nicer.