RakhshandaMujib / Grover-Search-Algorithm

This repository includes the implementation of the Grover's search algorithm for n qubits with M winning elements written in Qiskit. It uses the knowledge of matrices devised for the phase oracle and the diffuser and outputs the probabilities of elements in the form of a histogram.
1 stars 0 forks source link

Grover-Search-Algorithm

This repository includes the implementation of the generalized Grover's search algorithm for n qubits with M winning elements written in Qiskit. It uses the knowledge of matrices devised for the phase oracle and the diffuser and outputs the probabilities of elements in the form of a histogram.
For the curious, the original paper by L. Grover is also attached. You can click here to study the implementation of the same for 2 and 3 qubits using the available quantum gates.
Happy learning!