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

Make `cirq_gate_as_bloq` public #1112

Closed mpharrigan closed 1 week ago

mpharrigan commented 1 week ago

This is generally useful when switching between Cirq gates and bloqs that are basic gates; part of #1109

mpharrigan commented 1 week ago

(the other basic gates were based on top of this change, so merging this will cause those tests to pass)