39 results for “topic:grover-algorithm”
Quantum computing examples with QISKit.
Quantum circuit simulator in Swift
Python (.py) and Jupyter notebook (.ipynb) implementations of Grover's Algorithm aka Quantum Search Algorithm for n qubits and m targets.
Quantum computing "Hello World", using a letter search with Grover's algorithm and Qiskit.
🚀 To step up in Quantum Computing, Here is a toolkit implementing fundamental quantum algorithms using IBM's Qiskit framework. Features practical implementations of quantum superposition, text encoding, sorting, and Grover's search algorithm
QNim game is quantum version of classical Nim game. In QNim game, human/classical computer will play against quantum computer. Developed using pygame in python
Quantum Algorithms and Quantum Error Correction codes.
No description provided.
A quantum search that can search for a value or element in an unsorted set in O(√N) as opposed to classical search algorithms that at worse will find an element in O(N) time.
code and documentation for Grover Fixed Point Search circuit for Quadratic Binary Optimization Problems
Grover's search algorithm written in C++
Quantum Computing Algorithms Implemented on IBM's 5-Qubit IBMqx4 Hardware. QASM Coding Architecture Built on Python.
A hands-on workshop repository featuring Qiskit-based quantum computing exercises tailored for the LHCb physics community. Includes beginner-friendly notebooks on Qiskit fundamentals, Deutsch-Jozsa, QML, QAOA for Max-Cut, and Grover’s algorithm, with step-by-step explanations and simulations. Ideal for physicists exploring quantum algorithms.
Implementing the Grover and Deutsch_Jozsa quantum search algorithms, best in world!
QRLIT: Quantum Reinforcement Learning for Database Index Tuning
Advanced Quantum Computing Application with multiple algorithms using Qiskit
Quantum computing Cellular Automaton by Blueqat
Puzzle game using quantum computer and Grover algorithm.
No description provided.
Visualizing Grover's algorithm using Processing
A game designed for a quantum computer.
Implementation of quantum search algorithm to search item index in an arbitrary array of numbers
This repository gathers the material of my course conclusion work (TCC) at Unisinos - theme of the work: Quantum Computing - Analysis of Quantum Algorithms for Solving the SAT Problem in the NISQ Era
Grover's Algorithm Implementation using 5 Qubits
An implementation of a quantum circuit with an example simulation of Grover's search algorithm.
Grover's algorithm
Grover algorithm implemented using Qiskit💿
A reproducible, step-by-step explanation of Grover’s algorithm using Qiskit.
Quantum search algorithm - faster than classical search
Quantum Algorithm Implementation: Grover's Search & GHZ States on IBM Quantum Hardware. Features custom Grover operator, NISQ analysis, and real QPU execution.