quantumlib / Qualtran

Qᴜᴀʟᴛʀᴀɴ is a Python library for expressing and analyzing Fault Tolerant Quantum algorithms.
https://qualtran.readthedocs.io/en/latest/
Apache License 2.0
134 stars 35 forks source link

Move `util_bloqs.py` to `bookkeeping/` #999

Closed tanujkhattar closed 1 month ago

tanujkhattar commented 1 month ago

This PR simply moves util_bloqs.py -> bookkeeping/util_bloqs.py and updates all the call sites. Splitting of util_bloqs.py into individual files will be done in a follow-up PR.

Part of a larger effort to organize bloqs. cc https://github.com/quantumlib/Qualtran/issues/979