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

CHadamard #1114

Closed mpharrigan closed 2 days ago

mpharrigan commented 1 week ago

Add the controlled-hadamard CHadamard bloq. This will be a leaf bloq #873 and specialized compilations should be relegated to the architecture-specific models #237

Basic gates #1109

mpharrigan commented 3 days ago

At long last I have made the requested changes