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

Add identity bloq #1002

Closed fdmalone closed 1 month ago

fdmalone commented 1 month ago

It's helpful to have this when (for example) building a PrepareOracle for ReflectionUsingPrepare to achieve a reflection about zero ($P=I$).

Part of #998