Skip to content

Custom tqdm

auto_circuit.utils.custom_tqdm

Attributes

tqdm module-attribute

tqdm = partial(tqdm, dynamic_ncols=True, bar_format='{desc}{bar}{r_bar}', leave=None, delay=0)

Wrapper around tqdm with default settings for the project. Note that the tqdm dependency in this repo is my fork that fixes a rendering issue in Jupyter notebooks. I've made a pull request to the original repo but it hasn't been merged yet.