shor-algorithm
There are 21 repositories under shor-algorithm topic.
mrtkp9993/QuantumComputingExamples
Quantum computing examples with QISKit.
indisoluble/SwiftQuantumComputing
Quantum circuit simulator in Swift
Graychii/Shor-Algorithm-Implementation
Shor's Algorithm to Break RSA Experiment
smaranjitghose/quantum_burglary
Demonstration of the use of Quantum Computing to leverage Shor's Algorithm for cracking RSA encryption
SaashaJoshi/quantum-computing
Quantum Algorithms and Quantum Error Correction codes.
0xReLogic/Chaos
CHAOS Quantum Simulator: Breakthrough 20-qubit simulation with only 24MB memory. GPU-accelerated Shor's algorithm, Grover's search, QFT implementation. 1000x more efficient than traditional simulators.
18520339/uts-quantum-computing
Interactive Showcases of Quantum Tic-Tac-Toe Game and Shor's Algorithm for Integer Factorization, covering various Quantum Computing concepts like Quantum Gates, Superposition & Entanglement, Measurement & Collapse, or Quantum Fourier Transform & Phase Estimation, etc.
benjamin-assel/qiskit-shor
Full implementation of Shor factoring algorithm with Qiskit. Author: Benjamin Assel
SaashaJoshi/IBM-Qiskit-Summer-School-2020
IBM Qiskit Global Summer School (20 July 2020 to 31 July 2020)
breezy-codes/quantum-cryptography-guide
This project is an exploration into quantum mechanics and quantum cryptography. Understanding the principles and applicaitons of quantum technologies before exploring quantum algorithms for cryptography and their impact on this field. The project includes both explanations and code for learning about the field.
HROlive/Basic-Quantum-Computing-Algorithms-and-Their-Implementation-in-Cirq
A course that includes topics such as an introduction to quantum computing and its applications (e.g., quantum teleportation), quantum entanglement and superposition (shown on Bernstein-Vazirani and Simon's algorithms), Grover's algorithm, the quantum Fourier transform and practical examples of its use (quantum phase estimation, Shor's algorithm).
kivyfreakt/shor-s-algorithm
Эксперименты с алгоритмом Шора
sparshgup/ShorAlgorithm
A brute-force classical implementation of Shor's Algorithm in Kotlin
thyung/qiskit_factorization
Implement Shor's algorithm factorization in qiskit, including the modular exponent and QFT
usamisaori/Shor
Shor algorithm implemented by PyQpanda - example: shor-21💿
0xCAB0/shor_algorithm
Shor's algorithm implementation in Qiskit
hritiksauw199/Optimized-Shor-Algorithm-for-factoring
Factored 21 and 51 using two optimal techniques of Shor's Algorithm, requiring far fewer qubits than the standard approach.
CapacitorSet/qiskit-fast-shor
A faster implementation of Shor's algorithm in Qiskit.
ericyoc/quantum_ibm_qiskit_poc
Demo of quantum cryptanalysis combining Shor's Algorithm for RSA factorization with Quantum Neural Networks for cryptographic security assessment, running on real IBM quantum computers.
MartinCastroAlvarez/quantum-algorithms-java
Quantum Algorithms with Java