shors-algorithm
There are 29 repositories under shors-algorithm topic.
qcc4cp/qcc
Source code for the book "Quantum Computing for Programmers", Cambridge University Press
tiagomsleao/ShorAlgQiskit
This project implements Shor's Algorithm in IBM's Qiskit SDK in simulation, to link with the simulators from IBM Q Experience. It was done in the Quantum Information Project Course (AP3421) at TU Delft in the 2nd Quarter of 2018/2019. Authors: Rui Maia and Tiago Leão
Dethada/Quantum-Cryptography
😺 Classical implementation of shor's and grover's algorithm to help with understanding.
rubenandrebarreiro/ibm-qiskit-global-summer-school-2023
⚛️ 👨🏫 📚 A two-week intensive Summer School on Quantum Computing from IBM Quantum, using mostly the features of the IBM's Qiskit library. In this Summer School, were lectured topics on basics of Quantum Information, Quantum Entanglement, Quantum Algorithms, Quantum Error Mitigation, among many others.
ekera/regevnum
The Sage implementation of a simulator for Regev's factoring algorithm, and of Ekerå–Gärtner's extensions to discrete logarithm finding, order finding and factoring via order finding.
ekera/factoritall
Sage scripts for completely factoring any integer efficiently with very high probability after a single run of an order-finding algorithm.
ekera/qunundrum
The source code of MPI programs for simulating quantum algorithms and for post-processing the output from these algorithms. The focus is on Shor's groundbreaking algorithms, and on various derivatives of Shor's algorithms.
reneroliveira/quantum-shors-algorithm
Algebra and Cryptography Final Project - Shor's Algorithm and Introduction to Quantum Computing
aw-junaid/Quantum-Mechanics
My personal research on quantum mechanics and quantum computing.
ekera/quaspy
The Quaspy library for Python for simulating and post-processing various quantum algorithms, including Shor's algorithms and Ekerå–Håstad's variations of Shor's algorithms.
ritu-thombre99/Breaking-RSA-using-Shors-algorithm
The code demonstrates how a third party can break the RSA by obtaining the secret key by using public key and interrupt the communication and modifies the messages in transit.
dmitrifried/Shors-Algorithm-in-Cirq
My graduate research paper for Quantum Computation, discussing quantum programming languages and implementing Shor's algorithm in Cirq.
jacksonwalters/shor_algorithm
An implementation of Shor's algorithm for IBM Qiskit.
nikoSchoinas/ShorsQuantumAlgorithm
An implementation of Shor's Quantum Algorithm with sequential QFT. (2*n + 3 qubits)
AgentANAKIN/Quantum-Phase-Estimation
Quantum Phase Estimation is a key component of Shor's Factoring Algorithm.
aklein4/Shors-Algorithm
An implementation of Shor's quantum factoring algorithm on the number 15.
danbreu/qiskit-hackathon-team-7-not-shor
Entry for the Qiskit quantum computing hackathon at the 2022 World of Quantum fair in Munich
ekera/quppy
The Quppy library for Python3 for simulating and post-processing Shor's order-finding and factoring algorithms.
fahad-ansar/Shors-Algorithm-with-QPL
A language which has Quantum behaviour to implement Shor's Algorithm
luis6156/Shor-s-Quantum-Algorithm
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.
OliverKovacs/shors-algorithm
JavaScript implementation of Shor's algorithm used to find factors of numbers. Because it's meant for quantum computers bruteforcing is more efficient then this.
pkaran57/quantum-computing-final-project
Complexity analysis of Qiskit’s implementation of Shor’s algorithm
ritu-thombre99/IQC-2021
Solutions for IBM Quantum Challenge 2021 (iqc2021)
hudson-newey/Quantum-Computing-Circuts
Some basic quantum computing circuits that can be run on IBM quantum computers. Written in quantum assembly (OpenQASM2.0)
kkKaan/quantum-computing
Implementations of some quantum algorithms with Qiskit.
krichelj/QC_BGU_2020
Quantum Computing course, Computer Science M.Sc., Ben Gurion University of the Negev, 2020
SuperSonnix71/Shors-quantum-algorithm
The below code is for the following article:
AgentANAKIN/Shors-Error-Correction-Algorithm
I applied Shor's Error Correction Algorithm to Quantum Teleportation.
FehintolaObafemi/Shor-s-Algorithm
Quantum experiments exploring the improvement of Shor's algorithm using various languages and libraries such as Q#, Qiskit, QASM.