Add handling of uniformly controlled gates in circuit converters #394
Labels
circuit_conversion
Issues and pull requests related to coverting qiskit circuits to pytket and vice versa
enhancement
New feature or request
good first issue
Good for newcomers
Qiskit has uniformly controlled gates (AKA multiplexors)
https://docs.quantum.ibm.com/api/qiskit/qiskit.circuit.library.UCGate
It should be possible to convert these operations to a MultiplexorBox and the other types of Multiplexor supported in TKET.
I guess its a question of whether this is a useful enough conversion to be worth implementing and maintaining.
The text was updated successfully, but these errors were encountered: