An open API service providing repository metadata for many open source software ecosystems.

Topic: "shors-algorithm"

qcc4cp/qcc

Source code for the book "Quantum Computing for Programmers", Cambridge University Press

Language: C++ - Size: 2.46 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 86 - Forks: 27

ttlion/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

Language: Python - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 49 - Forks: 15

Dethada/Quantum-Cryptography

😺 Classical implementation of shor's and grover's algorithm to help with understanding.

Language: Jupyter Notebook - Size: 91.8 KB - Last synced at: 1 day ago - Pushed at: almost 7 years ago - Stars: 33 - Forks: 15

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.

Language: Sage - Size: 81.1 KB - Last synced at: 20 days ago - Pushed at: 7 months ago - Stars: 17 - Forks: 6

jacksonwalters/shors-algorithm

An implementation of Shor's algorithm for IBM Qiskit.

Language: Jupyter Notebook - Size: 1.21 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 1

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.

Language: C++ - Size: 1.31 GB - Last synced at: 20 days ago - Pushed at: 8 months ago - Stars: 4 - Forks: 1

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.

Language: Python - Size: 796 KB - Last synced at: 21 days ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

ekera/factoritall

Sage scripts for completely factoring any integer efficiently with very high probability after a single run of an order-finding algorithm.

Language: Sage - Size: 104 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

reneroliveira/quantum-shors-algorithm

Algebra and Cryptography Final Project - Shor's Algorithm and Introduction to Quantum Computing

Language: Jupyter Notebook - Size: 7.26 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

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.

Language: Jupyter Notebook - Size: 457 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

dmitrifried/Shors-Algorithm-in-Cirq

My graduate research paper for Quantum Computation, discussing quantum programming languages and implementing Shor's algorithm in Cirq.

Language: HTML - Size: 240 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 3

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.

Language: Jupyter Notebook - Size: 65.8 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

aklein4/Shors-Algorithm

An implementation of Shor's quantum factoring algorithm on the number 15.

Language: Jupyter Notebook - Size: 1.85 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

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.

Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

fahad-ansar/Shors-Algorithm-with-QPL

A language which has Quantum behaviour to implement Shor's Algorithm

Language: Java - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

MGross21/quantum-prime

Experimental Sandbox for use of Quantum SDK's

Language: Python - Size: 2.93 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

kkKaan/quantum-computing

Implementations of some quantum algorithms with Qiskit.

Language: Jupyter Notebook - Size: 2.46 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

FehintolaObafemi/Shor-s-Algorithm

Quantum experiments exploring the improvement of Shor's algorithm using various languages and libraries such as Q#, Qiskit, QASM.

Language: Jupyter Notebook - Size: 270 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

krichelj/QC_BGU_2020

Quantum Computing course, Computer Science M.Sc., Ben Gurion University of the Negev, 2020

Size: 1.08 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ritu-thombre99/IQC-2021

Solutions for IBM Quantum Challenge 2021 (iqc2021)

Language: Jupyter Notebook - Size: 915 KB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ekera/quppy

The Quppy library for Python3 for simulating and post-processing Shor's order-finding and factoring algorithms.

Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hudson-newey/Quantum-Computing-Circuts

Some basic quantum computing circuits that can be run on IBM quantum computers. Written in quantum assembly (OpenQASM2.0)

Language: OpenQASM - Size: 5.86 KB - Last synced at: about 23 hours ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ChristosTsoufis/NTUA-ECE-Quantum-Computing

[ECE NTUA] Implementations of Basic Quantum Computing Algorithms

Language: Jupyter Notebook - Size: 208 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

danbreu/qiskit-hackathon-team-7-not-shor

Entry for the Qiskit quantum computing hackathon at the 2022 World of Quantum fair in Munich

Language: Jupyter Notebook - Size: 1.56 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

pkaran57/quantum-computing-final-project

Complexity analysis of Qiskit’s implementation of Shor’s algorithm

Language: Python - Size: 272 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

nikoSchoinas/ShorsQuantumAlgorithm

An implementation of Shor's Quantum Algorithm with sequential QFT. (2*n + 3 qubits)

Language: Python - Size: 102 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0