shors
Here are 6 public repositories matching this topic...
Quantum Phase Estimation is a key component of Shor's Factoring Algorithm.
-
Updated
Sep 27, 2019
A pure Python implementation of Shor's quantum factorisation algorithm using classical matrix operations to simulate quantum circuits. This educational project demonstrates the core concepts of Shor's algorithm without requiring quantum computing frameworks like qiskit, making it accessible for learning how the quantum algorithm works step-by-step.
-
Updated
May 7, 2026 - Python
Using Shor's Algorithm, a quantum computer will be able to crack any RSA encryption since the main problem is to find two large prime numbers that multiplied have the value "x". Quantum Superposition gives us a fast answer to this problem.
-
Updated
Oct 25, 2024 - Jupyter Notebook
Encrypts a given message with RSA encryption and finds the private key using Shor's Algorithm
-
Updated
Jul 25, 2019 - Python
I applied Shor's Error Correction Algorithm to Quantum Teleportation.
-
Updated
Oct 1, 2019
Add this topic to your repo
To associate your repository with the shors topic, visit your repo's landing page and select "manage topics."