lcmd-epfl / Q-stack

Stack of codes for dedicated pre- and post-processing tasks for Quantum Machine Learning (QML)
MIT License
14 stars 5 forks source link

update_rho_utils #45

Closed YAY-C closed 4 months ago

YAY-C commented 5 months ago

I changed/added a few options/tools:

  1. added a progressbar (from progressbar2 python package)

also now most of the func have a two-level output printing (1st is the progressbar)

  1. load_reps() function can load local, global representation and returns typed arrays

  2. also have some function to build reaction representations from atomic reps

but maybe we don't need that one anymore?

Let me know if something looks wrong or useless