Python icon indicating copy to clipboard operation
Python copied to clipboard

Request to Implement Shor Algorithm

Open joelkurien opened this issue 1 year ago • 3 comments

Feature description

Hi, I wanted to implement the logical algorithm without the use of Qiskit and Cirq to show how Shor Algorithm that is used in quantum computing breaks RSA cryptography by easily finding n that is used to develop the public and private key of a user.

joelkurien avatar Oct 29 '24 10:10 joelkurien

Hi! I think I have implemented Shor's Algorithm during one of my courses on Quantum Computing at my College, IIT Bhilai. PS: Although implementation of logical algorithm (classical one) could be not as efficient as Quantum. I am a total beginner to Open Source Contributing. I can try resolving this issue under the topic: Hacktoberfest, could any Mod assign me this issue to resolve?

arnavwinner avatar Oct 29 '24 21:10 arnavwinner

Hi, I had done the implementation of the Shor Algorithm and wanted some one to verify my algorithm. But you can also try this algorithm and share your own implementation

joelkurien avatar Oct 30 '24 02:10 joelkurien