Classical Implementation & Testing of Shor’s Algorithm (#12318) #12547
Unanswered
adityakrmishra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I have worked on implementing and testing a classical simulation of Shor’s Algorithm without using quantum computing libraries like Qiskit or Cirq. The goal is to demonstrate how Shor’s Algorithm factors composite numbers in a classical setting.
✅ Implementation Highlights:
N
.✅ Added Tests:
N
(e.g., 15, 21, 35, 55).pytest
.💡 Discussion Points:
📌 You can find the PR here: PR #12545
Let me know your thoughts and feedback! 🚀
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions