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
173 stars 40 forks source link

Permutation Bloq #1110

Closed anurudhp closed 2 months ago

anurudhp commented 3 months ago

Implements a simple circuit that permutes basis states in O(N logN), and O(d logN) for a d-prefix (used to prepare d-sparse states).

tanujkhattar commented 2 months ago

LGTM!