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
132 stars 34 forks source link

Cirq gates in the call graph #973

Open mpharrigan opened 1 month ago

mpharrigan commented 1 month ago

Going through all the call graphs of all the bloq examples, there are only two places where CirqGateAsBloq makes an appearance:

In both cases, they show up as Controlled(CirqGateAsBloq(...)). We should excise these

mpharrigan commented 1 month ago

These both use cirq.Operation.controlled_by in their construction