grovers-algorithm
There are 66 repositories under grovers-algorithm topic.
qcc4cp/qcc
Source code for the book "Quantum Computing for Programmers", Cambridge University Press
Dethada/Quantum-Cryptography
😺 Classical implementation of shor's and grover's algorithm to help with understanding.
DEBARGHYA4469/quantum-compiler
Implementation of Solovay Kitaev Algorithm for approximating any n-qubit gate using gates from library set {H,T,CNOT,S}.
primaryobjects/oracle
Quantum computing "Hello World", using a letter search with Grover's algorithm and Qiskit.
lynkos/grovers-algorithm
Python (.py) and Jupyter notebook (.ipynb) implementations of Grover's Algorithm aka Quantum Search Algorithm for n qubits and m targets.
nanowebcoder/NanoQuantumShellGame
In this online version of the classic con game, we demonstrate how to use IBM's quantum computer to solve the riddle of the game by deducing which Shell the ball has been hidden under.
chaurasiyag/minor-project-quantum-computing
Journey of learning Quantum Computing from qiskit documentation. Made some some circuit for practice.
msramalho/grover-max-cut
Implementation of a new Quantum Oracle for solving the Max-Cut Problem with Grover Search Algorithm
soultanis/Quantum-SAT-Solver
Quantum Boolean satisfiability problem solver
ohadlev77/sat-circuits-engine
A Python-Qiskit-based package that provides capabilities of easily generating, executing and analyzing quantum circuits for satisfiability problems according to user-defined constraints. The circuits being generated by the program are based on Grover's algorithm and its amplitude-amplification generalization.
salvatorezam/quantum-swarm-path-planning
This repository contains the code that implements the procedure proposed in the paper "Quantum planning for swarm robotics" by A. Chella, S. Gaglio, M. Mannone, G. Pilato, V. Seidita, F. Vella, and S. Zammuto.
aw-junaid/Quantum-Mechanics
My personal research on quantum mechanics and quantum computing.
ctsiaousis/QuantumComputing
Quantum Algorithms using IBM's QISKIT
dkrizhanovskyi/crypto-comparison
A comprehensive project comparing classical and quantum cryptography. Includes detailed explanations, code examples, and tests for various cryptographic algorithms and protocols.
Haimasker/Grover-search-algorithm
Grover's search algorithm written in C++
Keerthiraj-Nagaraj/IBM-quantum-challenge-2020
My solutions to 5 exercises of IBM quantum challenge 2020. Topics include quantum full-adder circuit implementation, circuit optimization and solving various puzzles using Grover's search algorithm.
quantum-computing-initiative/quantum-computing-lessons
Open-source quantum computing lessons, for high school students
SaashaJoshi/IBM-Qiskit-Summer-School-2020
IBM Qiskit Global Summer School (20 July 2020 to 31 July 2020)
braqiiit/QuantumStatePreparation
Prepares a quantum state with amplitudes corresponding to a given array with two methods. Implementation of the paper Black-Box State Preparation without Arithmetic.
DBarbosaDev/QRLIT
QRLIT: Quantum Reinforcement Learning for Database Index Tuning
EngineersBox/Q-Grovers-Algorithm
Implementation of Grover's algorithm with Q# QDK
ritu-thombre99/QNim
Implementing strategy for quantum computer to play Nim game against human/classical computer.
sid1993/qbitwise
Qbitwise
108mk/Quantum-algorithm-breaking-FX_construction_cryptography
Grover and simon algorithms to break FX-constuction in classical cryptography. This is my paper review project in course E0-213_Post_Qauntum-cryptography.
AMevans12/Quantum-Codes-Qiskit-Module-
Explore quantum computing with Qiskit! Dive into Grover's algorithm, Quantum Fourier Transform, and more. Includes code executed on IBM Quantum Experience.
gojakuch/k-sat-grover-schoening
This notebook can be used as a tutorial for combining Schöning's and Grover's methods to solve k-SAT problems.
nyuqtl/grover
Dissipative Grover's algorithm continuous simulation
paramrathour/Quantum-Computing
My assignment solutions for Quantum Computing Workshop
primaryobjects/flying-unicorn
A game designed for a quantum computer.
ritu-thombre99/IBM-Quantum-Challenge-Fall-2020
Solutions for IBM Quantum Challenge Fall 2020
SaashaJoshi/grovers-algorithm
Minor Project - Computational Complexity of 4-Qubit Grover's Search Algorithm (September 2020 -December 2020)
SaashaJoshi/IBM-Quantum-Challenge-Fall2020
IBM Quantum Challenge (Fall 2020)
soultanis/Quantum-Database-Search
Implementation of Grover's algorithm with IBM-Qiskit
Umair-Anwar/Grover-s-Sorting-Algorithm-
Griver-s algorith is an efficient algorithm for sorting, with big ohhh equals to sqaure-root of n, where n number of entities in the list that is bieng to be sorted.
x86-512/QASM-Exe-QUacker
A Qiskit implementation of Grover's Algorithm capable of cracking an encrypted malware sample on a quantum computer.
thyung/qiskit_grover
Use Grover's algorithm to solve Boolean Satisfiability Problem and Traveling Salesman Problem