Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add handling of uniformly controlled gates in circuit converters #394

Open
CalMacCQ opened this issue Sep 27, 2024 · 0 comments
Open

Add handling of uniformly controlled gates in circuit converters #394

CalMacCQ opened this issue Sep 27, 2024 · 0 comments
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

Comments

@CalMacCQ
Copy link
Contributor

CalMacCQ commented Sep 27, 2024

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.

Screenshot 2024-09-27 at 23 00 43

I guess its a question of whether this is a useful enough conversion to be worth implementing and maintaining.

@CalMacCQ CalMacCQ added enhancement New feature or request circuit_conversion Issues and pull requests related to coverting qiskit circuits to pytket and vice versa labels Sep 27, 2024
@CalMacCQ CalMacCQ changed the title Add handling of uniformly controlled rotations in circuit converters Add handling of uniformly controlled gates in circuit converters Sep 27, 2024
@CalMacCQ CalMacCQ added the good first issue Good for newcomers label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant