You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Required prerequisites
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.
The text was updated successfully, but these errors were encountered: