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

Topic: "grovers-algorithm"

qcc4cp/qcc

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

Language: C++ - Size: 2.26 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 89 - Forks: 31

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: about 14 hours ago - Pushed at: about 7 years ago - Stars: 33 - Forks: 15

DEBARGHYA4469/quantum-compiler

Implementation of Solovay Kitaev Algorithm for approximating any n-qubit gate using gates from library set {H,T,CNOT,S}.

Language: Python - Size: 9.38 MB - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 14 - Forks: 1

primaryobjects/oracle

Quantum computing "Hello World", using a letter search with Grover's algorithm and Qiskit.

Language: Python - Size: 74.2 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 4

lynkos/grovers-algorithm

Python (.py) and Jupyter notebook (.ipynb) implementations of Grover's Algorithm aka Quantum Search Algorithm for n qubits and m targets.

Language: Jupyter Notebook - Size: 16.6 MB - Last synced at: 6 days ago - Pushed at: 20 days ago - Stars: 12 - Forks: 4

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.

Language: C# - Size: 786 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 8

chaurasiyag/minor-project-quantum-computing

Journey of learning Quantum Computing from qiskit documentation. Made some some circuit for practice.

Language: Jupyter Notebook - Size: 1000 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 1

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.

Language: HTML - Size: 5.28 MB - Last synced at: 29 days ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 1

msramalho/grover-max-cut

Implementation of a new Quantum Oracle for solving the Max-Cut Problem with Grover Search Algorithm

Language: Jupyter Notebook - Size: 230 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 1

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.

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

SaashaJoshi/IBM-Qiskit-Summer-School-2020

IBM Qiskit Global Summer School (20 July 2020 to 31 July 2020)

Language: Jupyter Notebook - Size: 3.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 8

ctsiaousis/QuantumComputing

Quantum Algorithms using IBM's QISKIT

Language: Jupyter Notebook - Size: 881 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

arec1b0/crypto-comparison

A comprehensive project comparing classical and quantum cryptography. Includes detailed explanations, code examples, and tests for various cryptographic algorithms and protocols.

Language: Python - Size: 33.2 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

quantum-computing-initiative/quantum-computing-lessons

Open-source quantum computing lessons, for high school students

Language: HTML - Size: 6.53 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

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.

Language: Jupyter Notebook - Size: 4.62 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

mar-ket-vector/QASM-Exe-QUacker

A Qiskit implementation of Grover's Algorithm capable of cracking an encrypted malware sample on a quantum computer.

Language: OpenQASM - Size: 107 KB - Last synced at: 16 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

DBarbosaDev/QRLIT

QRLIT: Quantum Reinforcement Learning for Database Index Tuning

Language: Jupyter Notebook - Size: 24.8 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

ritu-thombre99/QNim

Implementing strategy for quantum computer to play Nim game against human/classical computer.

Language: Jupyter Notebook - Size: 14.4 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 2

Haimasker/Grover-search-algorithm

Grover's search algorithm written in C++

Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

EngineersBox/Q-Grovers-Algorithm

Implementation of Grover's algorithm with Q# QDK

Language: Q# - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

sid1993/qbitwise

Qbitwise

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

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.

Language: Jupyter Notebook - Size: 157 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

wstaffordp/search-a-unsorted

A fast, non-interpolated unsorted-list searching algorithm.

Language: C - Size: 1.95 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

antonioscardace/Practical-Quantum-ESM

[ACM] Implementation of a Quantum Exact String Matching Algorithm.

Language: Jupyter Notebook - Size: 125 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ritu-thombre99/IBM-Quantum-Challenge-Fall-2020

Solutions for IBM Quantum Challenge Fall 2020

Language: Jupyter Notebook - Size: 4.97 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

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.

Size: 1.85 MB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

paramrathour/Quantum-Computing

My assignment solutions for Quantum Computing Workshop

Language: Jupyter Notebook - Size: 675 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

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.

Language: Jupyter Notebook - Size: 497 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

primaryobjects/flying-unicorn

A game designed for a quantum computer.

Language: Python - Size: 55.7 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 4

SaashaJoshi/IBM-Quantum-Challenge-Fall2020

IBM Quantum Challenge (Fall 2020)

Language: Jupyter Notebook - Size: 3.82 MB - Last synced at: 10 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

SaashaJoshi/grovers-algorithm

Minor Project - Computational Complexity of 4-Qubit Grover's Search Algorithm (September 2020 -December 2020)

Language: Jupyter Notebook - Size: 43.6 MB - Last synced at: 10 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

nyuqtl/grover

Dissipative Grover's algorithm continuous simulation

Language: Python - Size: 8.27 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

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.

Language: Matlab - Size: 420 KB - Last synced at: 10 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

deepthysaji/Master-Thesis

Solving Sudoku by Quantum computation

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

SarahAlnemer/Quantum_Fraud_Detection

Grover's Algorithm for Fraud Detection in Financial Transactions

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

thyung/qiskit_grover

Use Grover's algorithm to solve Boolean Satisfiability Problem and Traveling Salesman Problem

Language: Jupyter Notebook - Size: 3.91 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

denpalrius/grovers-algorithm

Implementation of Grover's algorithm using 2 and 3 qubit systems

Language: Jupyter Notebook - Size: 1.3 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

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: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

RachaelC358/Quantum-Daemonum

A text-based game that runs Grover's algorithm using Qiskit's quantum simulator.

Language: Python - Size: 28.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

yoyolicoris/qmul-ecs7011-courseworks

My coursework submissions to the module ECS7011P Quantum Programming, QMUL.

Language: Jupyter Notebook - Size: 1.21 MB - Last synced at: 6 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Qiskit-Academy/practical-qiskit

A collection of easy to learn and practical Qiskit tutorials.

Language: Jupyter Notebook - Size: 935 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

darkn3to/dinner-problem

Dinner Problem using Grover's Algorithm.

Language: Jupyter Notebook - Size: 459 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ptahmose/QSharp-Playground

Playing around with Q#

Language: C# - Size: 11.5 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

CarolinaPerdomo/studyingQC

A personal repository where I place from time to time some ideas, that I am putting into practice in Quantum Computing to get feedback.

Language: Jupyter Notebook - Size: 7.83 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

HROlive/Basic-Quantum-Computing-Algorithms-and-Their-Implementation-in-Cirq

A course that includes topics such as an introduction to quantum computing and its applications (e.g., quantum teleportation), quantum entanglement and superposition (shown on Bernstein-Vazirani and Simon's algorithms), Grover's algorithm, the quantum Fourier transform and practical examples of its use (quantum phase estimation, Shor's algorithm).

Language: Jupyter Notebook - Size: 7.59 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

giguerejatwit/Quantum-Computing

A demonstration of Quantum Algorithms

Language: Jupyter Notebook - Size: 154 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

arnaucasau/Quantum-Computing-3SAT

Bachelor's thesis: Solving the 3-SAT problem using quantum algorithms

Language: Jupyter Notebook - Size: 6.29 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

FedericoSerafini/Qudoku

Solving Sudoku using quantum computation.

Language: TeX - Size: 2.38 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Bossman596/Implementation-of-Grover-s-Search-Algorithm

Language: Jupyter Notebook - Size: 1.71 MB - Last synced at: 9 months ago - Pushed at: over 2 years 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: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ayush-vatsal/Grovers_Search_Algorithm

Unstructured Database search in sub-linear time. Implementation of Grover's Search Algorithm using Qiskit (searching for 4 combinations out of 16).

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

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.

Language: Jupyter Notebook - Size: 548 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

grapts/IBM-Quantum-Lab

Quantum simulation @IBM Quantum Lab

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

ayushidubal/quantum-state-preparation Fork of 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.

Language: Jupyter Notebook - Size: 215 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ansh25saini/Grover_Algorithm_Project

This project aims at solving a boolean satisfiability problem (dinner problem) using Grover's algorithm. I have made this project as a part of the IITR QCG- Open Summer Project, 2022.

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

deadshot8086/quantum-grover-boolean-sat

Solve k-SAT problem with grover's algorithm in quantum computer

Language: Python - Size: 134 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

AsishMandoi/quantum-search

A quantum circuit that takes a list of numbers and returns a quantum state which is a superposition of indices of those numbers that follow a given pattern

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

aamodatre/QOSF-2021-Cohort-4

Assessment task solution for QOSF 2021 Cohort 4.

Language: Python - Size: 35.2 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

OliverIgnetik/quantum_computing

Repository for quantum computing research making use of the python package QISKIT.

Language: Jupyter Notebook - Size: 5.17 MB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

lazyoracle/pyQuil

Notebooks exploring various features of the Rigetti Forest & Grove using pyQuil

Language: Jupyter Notebook - Size: 489 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ikhvorost/quantum-computing

Quantum algorithms

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

fvalle1/quantumPerceptron

implementation of a 2D quantum perceptron

Language: C# - Size: 91.8 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 5

roshenac/QuantumComputerSimulation

Simulation of a Quantum Computer

Language: Java - Size: 3.06 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 2

Related Topics
quantum-computing 49 qiskit 29 quantum-algorithms 17 python 10 quantum 9 quantum-fourier-transform 6 deutsch-jozsa-algorithm 6 grover-algorithm 5 quantum-information 4 quantum-teleportation 4 ibm 4 shors-algorithm 4 ibmq 3 qsharp 3 amplitude-amplification 3 searching-algorithms 3 ibm-quantum-experience 3 superposition 3 search 3 ibm-quantum-challenge 3 jupyter-notebook 2 python3 2 quantum-gates 2 game 2 qubit 2 cryptography 2 quantum-search-algorithm 2 qubits 2 lights-out-game 2 computer-science 2 solovay-kitaev 2 grover 2 ibmquantumcomputing 2 quantum-cryptography 2 algorithm 2 quantum-state-preparation 2 search-algorithm 2 bernstein-vazirani-algorithm 2 simon-algorithm 2 phase-estimation-algorithm 2 entanglement 2 boolean-satisfiability-problem 2 shor-algorithm 2 quantum-phase-estimation 2 ibm-quantum 1 qaoa 1 linear-equation-solver 1 max-cut 1 matrix-algebra 1 search-algorithms 1 sorting-algorithms 1 bloch-sphere 1 factorization 1 deutsch-algorithm 1 satisfiability-solver 1 hello 1 hello-world 1 helloworld 1 ibmq-qiskit-firstcircuit 1 qiskit-tutorial 1 quantum-programming 1 cirq 1 simons-algorithm 1 database-indexes 1 database-indexing 1 quantum-ai 1 quantum-reinforcement-learning 1 reinforcement-learning 1 fraud-detection 1 algorithms 1 calculus 1 circuit-simulation 1 complex-numbers 1 complexity-theory 1 computability-theory 1 convolution 1 discrete-fourier-transform 1 linear-algebra 1 nim 1 nim-game 1 qamp 1 qamp-22 1 qamp-checkpoint-1 1 qamp-fall-22 1 qiskit-advocate 1 qnim 1 quantum-algorithm 1 clifford-algebras 1 anaconda 1 anaconda3 1 conda 1 jupyter 1 latex 1 quantum-search 1 gate-synthesis 1 linear-search 1 searching 1 searching-algorithm 1 quantumcircuits 1 quantum-arithmetics 1