Replies: 1 comment
-
@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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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