91 results for “topic:grovers-algorithm”
Source code for the book "Quantum Computing for Programmers", Cambridge University Press
😺 Classical implementation of shor's and grover's algorithm to help with understanding.
Python (.py) and Jupyter notebook (.ipynb) implementations of Grover's Algorithm aka Quantum Search Algorithm for n qubits and m targets.
Implementation of Solovay Kitaev Algorithm for approximating any n-qubit gate using gates from library set {H,T,CNOT,S}.
Quantum computing "Hello World", using a letter search with Grover's algorithm and Qiskit.
My personal research on quantum mechanics and quantum computing.
Implementation of a new Quantum Oracle for solving the Max-Cut Problem with Grover Search Algorithm
Journey of learning Quantum Computing from qiskit documentation. Made some some circuit for practice.
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.
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.
Quantum Boolean satisfiability problem solver
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.
A comprehensive project comparing classical and quantum cryptography. Includes detailed explanations, code examples, and tests for various cryptographic algorithms and protocols.
Prepares a quantum state with amplitudes corresponding to a given array with two methods. Implementation of the paper Black-Box State Preparation without Arithmetic.
Quantum Algorithms using IBM's QISKIT
Open-source quantum computing lessons, for high school students
IBM Qiskit Global Summer School (20 July 2020 to 31 July 2020)
Grover's search algorithm written in C++
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.
Implementing strategy for quantum computer to play Nim game against human/classical computer.
QRLIT: Quantum Reinforcement Learning for Database Index Tuning
[ACM, 2024] Official implementation of "Practical Implementation of a Quantum String Matching Algorithm"
Qbitwise
My assignment solutions for Quantum Computing Workshop
Solutions for IBM Quantum Challenge Fall 2020
Implementation of Grover's algorithm with Q# QDK
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.
Dissipative Grover's algorithm continuous simulation
Solving Sudoku by Quantum computation
Quantum algorithms for neural pattern recognition implementing Grover's search and variational circuits for brain state classification with EEG signal processing in Python.