Design
quantum.txt
Associated article: Searching with Quantum Computers
Tags: Design
Published source code accompanying the article by Lov K. Grover in which he presents a quantum search algorithm that takes advantage of quantum computer's ability to be in multiple states and carry out multiple computations at the same time..
Searching With Quantum Computers
by Lov K. Grover
Example 1:
int random(); /* random(N) returns random number between 0 and (N-1) */
int f(); /* f(r) is an arbitrary binary function that returns 1 only
for a single value of r, for all other ...


