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

Qiskit's unitary like function #2707

Open
1 task done
nkushida-oqc opened this issue Mar 7, 2025 · 0 comments
Open
1 task done

Qiskit's unitary like function #2707

nkushida-oqc opened this issue Mar 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@nkushida-oqc
Copy link
Contributor

nkushida-oqc commented Mar 7, 2025

Required prerequisites

  • Search the issue tracker to check if your feature has already been mentioned or rejected in other issues.

Describe the feature

In CUDA-Q, cudaq.register_operation() allows us to create a user-defined gate. However, this function doesn't seem to work dynamically.

At the same time, the "unitary" function in Qiskit can be used to apply a dynamically computed gate: https://docs.quantum.ibm.com/guides/synthesize-unitary-operators.

One of the targets I have in mind is AQCE (https://arxiv.org/pdf/2112.14524), which repeatedly generates user-defined (2-qubit) gates. I might be able to circumvent this issue, but if there is such a function, the implementation should be much easier.

@nkushida-oqc nkushida-oqc added the enhancement New feature or request label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant