Shor's Algorithm Implementation - Is it Possible in cudaQuantum ? #1552
Unanswered
LaibaJamil52
asked this question in
Q&A
Replies: 3 comments
-
|
@bmhowe23, could you please look into the modular exponentiation gate issue here? I've been facing it too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi any updates on this? I also want to test this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Here is an example of implementing Shor's algorithm using CUDA-Q.
There is a way to build custom unitary gates with CUDA-Q. However, it requires defining the gate using its unitary matrix, see here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to implement Shor's Algorithm in cudaQuantum but unable to find a way to implement modular exponentiation. Came across Cirq's implementation of Shor's, but it utilizes a built-in class. Is it even possible in cudaQuantum?
Other circuit designs (proposed in research papers) for modular exponentiation are very complex.
Also can we build a custom gate in cudaQuantum?
Beta Was this translation helpful? Give feedback.
All reactions