Quantinuum/pytket-qiskit
View on GitHubAdd handling of uniformly controlled gates in circuit converters
Open
#394 opened on Sep 27, 2024
circuit_conversionenhancementgood first issue
Repository metrics
- Stars
- (22 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.