A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Grover's Search Algorithm

Research Depth 158 in the knowledge graph I know this Set as goal
7topics build on this
957prerequisites beneath it
See this on the map →
Quantum CircuitsQuantum Gates+1 moreQuantum Approximate Optimization Algorithm (QAOA)Quantum Machine Learning+1 more
Grover amplitude-amplification unstructured-search quadratic-speedup oracle

Core Idea

Grover's algorithm searches an unstructured database of N items for a marked item using only O(sqrt(N)) oracle queries, compared to the classical O(N). It works by repeatedly applying two reflections — an oracle that flips the phase of the target state and a diffusion operator that reflects about the mean amplitude — to amplify the target's amplitude from 1/sqrt(N) to near 1. After approximately (pi/4)*sqrt(N) iterations, measurement yields the target with high probability. This quadratic speedup is provably optimal for unstructured search and has broad applications through amplitude amplification.

Explainer

Grover's algorithm addresses the most basic computational task: searching. Given a black-box function f:{0,1}^n -> {0,1} that outputs 1 for exactly one input w (the target) and 0 for all others, find w. Classically, this requires O(N) = O(2n) evaluations of f in the worst case. Grover's algorithm finds w using O(sqrt(N)) evaluations — a quadratic speedup. While more modest than Shor's exponential speedup, Grover's applies to any search or optimization problem, making it one of the most broadly applicable quantum algorithms.

The algorithm starts with all n qubits in the uniform superposition |s> = (1/sqrt(N)) sum_x |x>, achieved by applying Hadamard to |0>^n. In this state, every basis state has the same amplitude 1/sqrt(N). The target |w> has no more amplitude than any other state. The algorithm then iteratively amplifies |w>'s amplitude using the Grover iterate G = D * O, where O is the oracle and D is the diffusion operator.

The oracle O acts as O|x> = (-1)^(f(x)) |x> — it flips the phase of the target state and leaves all others unchanged. This is implemented using the same phase kickback trick as in Deutsch-Jozsa. The diffusion operator D = 2|s><s| - I reflects the state about |s>. Concretely, it inverts all amplitudes about their mean: if the mean amplitude is m, a state with amplitude a becomes 2m - a. After the oracle makes the target's amplitude negative, the diffusion operator boosts it above the mean (since the negative amplitude pulls the mean down, and the reflection pushes it up). Each iteration increases the target's amplitude by approximately 2/sqrt(N).

The geometric picture makes this precise. The entire algorithm takes place in the two-dimensional real subspace spanned by |w> and |w_perp> = (1/sqrt(N-1)) sum_{x != w} |x>. The initial state |s> makes an angle theta = arcsin(1/sqrt(N)) with |w_perp>. Each Grover iteration rotates the state vector by 2*theta toward |w>. After k iterations, the angle is (2k+1)*theta. The optimal number of iterations sets (2k+1)*theta ≈ pi/2, giving k ≈ (pi/4)*sqrt(N). At this point, the probability of measuring |w> is sin^2((2k+1)*theta) ≈ 1. Crucially, more iterations rotate past the optimal point, reducing the success probability — the algorithm oscillates rather than monotonically converging. This is why the iteration count must be carefully chosen, and it is why the complexity is O(sqrt(N)), not better.

Grover's quadratic speedup is provably optimal: the BBBV theorem shows no quantum algorithm can solve unstructured search in fewer than Omega(sqrt(N)) queries. However, the quadratic speedup generalizes through amplitude amplification: any classical algorithm that succeeds with probability p can be boosted to near-certainty using O(1/sqrt(p)) repetitions instead of the classical O(1/p). This makes Grover-type speedups applicable to NP search problems, optimization, and satisfiability — any problem where you can verify solutions but must search for them. The practical impact is that a quantum computer effectively takes the square root of the search space size.

Practice Questions 4 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionDouble Integrals: Definition and SetupIterated Integrals and Fubini's TheoremDouble Integrals over Rectangular RegionsDouble Integrals over General RegionsApplications of Double Integrals: Area, Mass, and MomentsTriple Integrals in Cartesian CoordinatesTriple Integrals in Cylindrical and Spherical CoordinatesChange of Variables and the Jacobian DeterminantApplications of Triple Integrals: Volume and MassVector Fields and Their RepresentationsLine Integrals of Vector FieldsWork and CirculationLine Integrals of Scalar and Vector FunctionsFundamental Theorem for Line IntegralsConservative Vector FieldsConservative Vector Fields and Potential FunctionsCurl and Divergence of Vector FieldsCurl and DivergenceDivergence TheoremElectric Flux and Divergence TheoremGauss's Law: Integral Form and MeaningSolving Problems with Gauss's LawConductors in Electrostatic EquilibriumCapacitance and CapacitorsDielectricsDielectric Constant and Relative PermittivityElectric Field Inside Dielectric MaterialsDielectric Materials and PolarizationDielectric Susceptibility and PermittivityEnergy Density in Electric FieldsElectric Current and Current DensityElectrical Resistance and ResistivityOhm's Law and Circuit ElementsElectromotive Force (EMF) and BatteriesKirchhoff's Circuit Laws: Voltage and CurrentDC Circuit Network Analysis MethodsTransient Response in RC CircuitsRC CircuitsLC and RLC CircuitsAC Circuits: FundamentalsImpedance and ReactanceAC Power and ResonanceElectromagnetic WavesPostulates of Special RelativityTime DilationLength ContractionLorentz TransformationRelativistic Velocity AdditionRelativistic Momentum and EnergyMass-Energy Equivalence and E=mc²Photons as Particles with Energy and MomentumPlanck-Einstein Relation: Energy and FrequencyPhotoelectric EffectThe Photon: Light as QuantaCompton ScatteringWave-Particle Dualityde Broglie WavelengthThe Schrödinger EquationState Vectors and WavefunctionsQuantum SuperpositionQuantum EntanglementBell Theorem and Bell InequalitiesPostulates of Quantum MechanicsObservables and Quantum OperatorsCommutators and Commutation RelationsQuantum Angular MomentumQuantum Mechanical Treatment of HydrogenSolving the Schrödinger Equation for Hydrogen AtomQuantum NumbersSpin-1/2 SystemsPauli MatricesQuantum GatesQuantum CircuitsGrover's Search Algorithm

Longest path: 159 steps · 957 total prerequisite topics

Prerequisites (3)

Leads To (3)