Source code for the book "Quantum Computing for Programmers", Cambridge University Press
-
Updated
Dec 18, 2024 - C++
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.
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.
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.
Python (.py) and Jupyter notebook (.ipynb) implementations of Grover's Algorithm aka Quantum Search Algorithm for n qubits and m targets.
Journey of learning Quantum Computing from qiskit documentation. Made some some circuit for practice.
Quantum Boolean satisfiability problem solver
Implementation of a new Quantum Oracle for solving the Max-Cut Problem with Grover Search Algorithm
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.
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.
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.
My personal research on quantum mechanics and quantum computing.
A comprehensive project comparing classical and quantum cryptography. Includes detailed explanations, code examples, and tests for various cryptographic algorithms and protocols.
IBM Qiskit Global Summer School (20 July 2020 to 31 July 2020)
Quantum Algorithms using IBM's QISKIT
Grover's search algorithm written in C++
Open-source quantum computing lessons, for high school students
Qbitwise
QRLIT: Quantum Reinforcement Learning for Database Index Tuning
Add a description, image, and links to the grovers-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the grovers-algorithm topic, visit your repo's landing page and select "manage topics."