Quantinuum/pytket-qiskit

Add handling of uniformly controlled gates in circuit converters

Open

#394 opened on Sep 27, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (16 forks)auto 404
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.

Contributor guide