In short

Phase kickback is the phenomenon at the centre of every quantum speedup you will ever meet. Take a target qubit in an eigenstate |u\rangle of some unitary U, with eigenvalue e^{i\varphi}: so U|u\rangle = e^{i\varphi}|u\rangle. Put the control in |+\rangle. Apply controlled-U. The result:

\text{C-}U\,|+\rangle|u\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle + e^{i\varphi}|1\rangle\bigr)|u\rangle.

The phase e^{i\varphi} was a global phase on the target (invisible in isolation) and has become a relative phase on the control (measurable after a Hadamard). The target is unchanged; the eigenvalue has kicked back onto the control. Deutsch's algorithm, Deutsch-Jozsa, phase estimation, and Shor's factoring algorithm are all built on this single move.

You have already met, in the chapter on global vs relative phase, the rule that a phase on the whole state is invisible and a phase between components of a superposition is observable. That rule sounds mild. But combined with a controlled gate, it is the engine of quantum advantage.

Here is the setup, in one breath. A unitary U has an eigenstate |u\rangle — a state that U merely multiplies by a phase, U|u\rangle = e^{i\varphi}|u\rangle. In isolation, that phase e^{i\varphi} is global on |u\rangle: no measurement can detect it. But if you put a control qubit in |+\rangle = \tfrac{1}{\sqrt 2}(|0\rangle + |1\rangle) and fire a controlled-U with |u\rangle as the target, something subtle happens. The controlled gate applies U to the target on the |1\rangle branch of the control's superposition and leaves the target alone on the |0\rangle branch. The phase e^{i\varphi} gets attached only to one branch — so it stops being global and becomes a relative phase on the control. The control came in as |+\rangle; it leaves as \tfrac{1}{\sqrt 2}(|0\rangle + e^{i\varphi}|1\rangle). The target is unchanged.

That is phase kickback. One line of algebra, one sentence to state it, and the reason every quantum algorithm from Deutsch (1985) onward achieves a speedup. This chapter builds the full picture: the derivation, the worked examples, the mechanism it powers in Deutsch and Deutsch-Jozsa, and the preview of phase estimation and Shor that it sets up.

The setup — one eigenstate, one controlled gate

Start from the ingredients. You need a unitary U on a single target qubit, and you need to know one of its eigenstates.

An eigenstate of U is a state |u\rangle that U does not rotate — it only multiplies by a phase. Every unitary has eigenstates (a 2\times 2 unitary has two of them), and the phases e^{i\varphi_k} that go with the eigenstates are called the eigenvalues of U. Since U is unitary, the eigenvalues all have modulus 1 — they are points on the unit circle in the complex plane. For the Pauli-Z gate, the eigenstates are |0\rangle (eigenvalue +1) and |1\rangle (eigenvalue -1). For Pauli-X, they are |+\rangle (eigenvalue +1) and |-\rangle (eigenvalue -1). For a rotation R_z(\theta) about the z-axis, they are |0\rangle and |1\rangle again, with eigenvalues e^{-i\theta/2} and e^{+i\theta/2} respectively.

Why it is worth pausing on eigenstates: when a unitary meets one of its eigenstates, it does not rotate the Bloch sphere for that particular input — it only stamps a phase on it. That phase is the eigenvalue. Kickback is the trick of getting that phase out of the target (where it hides as a global phase) and onto the control (where a measurement can find it).

The controlled gate. Take a control qubit and a target qubit, and use the controlled-U recipe from the controlled-U gates chapter: apply U to the target when the control is |1\rangle; do nothing when the control is |0\rangle. On the four product states,

\text{C-}U\,|0\rangle|\psi\rangle = |0\rangle|\psi\rangle, \qquad \text{C-}U\,|1\rangle|\psi\rangle = |1\rangle\,U|\psi\rangle.

The input. Prepare the control in |+\rangle and the target in |u\rangle. The joint input state is

|+\rangle|u\rangle = \tfrac{1}{\sqrt 2}\bigl(|0\rangle + |1\rangle\bigr)|u\rangle = \tfrac{1}{\sqrt 2}\bigl(|0\rangle|u\rangle + |1\rangle|u\rangle\bigr).

Two equal-amplitude branches on the control; the same eigenstate |u\rangle on the target for both branches. You are ready to kick the phase back.

The phase kickback setupA two-wire circuit. The top wire is the control qubit, labelled ket plus. The bottom wire is the target qubit, labelled ket u. A controlled-U gate is drawn in the middle — a filled dot on the control wire connected by a vertical line to a box labelled U on the target wire. After the gate, the control wire exits labelled as (ket 0 plus e to the i phi ket 1) over root 2, and the target exits still as ket u. An annotation reads: phase e to the i phi kicks back onto the control.U|+⟩|u⟩(|0⟩ + e^(iφ)|1⟩)/√2|u⟩phase e^(iφ) kicks back onto the controlcontroltarget (eigenstate of U)
The one-gate circuit that creates phase kickback. Control in $|+\rangle$, target in an eigenstate $|u\rangle$, one controlled-$U$. The target comes out unchanged; the control comes out with the eigenvalue $e^{i\varphi}$ sitting as a relative phase between its two amplitudes.

The derivation — three lines of algebra

Apply controlled-U to |+\rangle|u\rangle and compute, term by term.

Line 1. Use the definition of controlled-U on each branch of the control's superposition:

\text{C-}U\,\tfrac{1}{\sqrt 2}\bigl(|0\rangle|u\rangle + |1\rangle|u\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle|u\rangle + |1\rangle\,U|u\rangle\bigr).

Why: on the |0\rangle branch the gate does nothing, so the target |u\rangle stays put; on the |1\rangle branch the gate applies U to the target, turning |u\rangle into U|u\rangle. Linearity lets you treat the two branches independently and then add.

Line 2. Use the eigenvalue equation U|u\rangle = e^{i\varphi}|u\rangle to replace U|u\rangle with e^{i\varphi}|u\rangle:

\tfrac{1}{\sqrt 2}\bigl(|0\rangle|u\rangle + |1\rangle\,e^{i\varphi}|u\rangle\bigr).

Why: this step is where knowing that |u\rangle is an eigenstate pays off. If |u\rangle were not an eigenstate of U, U|u\rangle would be some other state entirely and you would not be able to factor |u\rangle back out. The eigenstate condition is what makes the kickback clean.

Line 3. The number e^{i\varphi} is a complex scalar. It commutes past the |1\rangle ket freely. And |u\rangle now appears on both branches, so it factors out of the whole expression:

\tfrac{1}{\sqrt 2}\bigl(|0\rangle|u\rangle + e^{i\varphi}|1\rangle|u\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle + e^{i\varphi}|1\rangle\bigr)|u\rangle.

Why the factoring is allowed: a scalar multiplier on one branch of a tensor product can be pulled out of the tensor product because c(|a\rangle|b\rangle) = (c|a\rangle)|b\rangle = |a\rangle(c|b\rangle) — scalars travel through the tensor symbol freely. Here c = e^{i\varphi} and the shared |u\rangle factors out onto the right.

Result — the phase-kickback formula.

\boxed{\;\text{C-}U\,|+\rangle|u\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle + e^{i\varphi}|1\rangle\bigr)|u\rangle.\;}

Stare at this for twenty seconds. Three things have happened, and none of them looks like what you'd expect.

  1. The target is unchanged. The control fired a U at it, but because |u\rangle is an eigenstate of U, the target came through untouched. (The factor e^{i\varphi} multiplied it, but a global phase on a lone state is invisible.)
  2. The control's state has changed — from |+\rangle = \tfrac{1}{\sqrt 2}(|0\rangle + |1\rangle) to \tfrac{1}{\sqrt 2}(|0\rangle + e^{i\varphi}|1\rangle), a state with a non-trivial relative phase \varphi between its amplitudes. Different Bloch point. Different measurement probabilities in the X-basis. A different state, in every physical sense.
  3. The two qubits are not entangled — the output is a product state, (\text{something on control})\otimes|u\rangle. Kickback is a non-entangling way of extracting phase information, which is the whole reason it is useful: the control ends up in a pure single-qubit state you can measure cleanly.

The phrase "phase kickback" is named after this move: the phase that U would have stamped on the target, as a global phase, has been kicked back onto the control as a relative phase. The verb is from the physicist's habit of imagining the information travelling backwards through the controlled gate — from the target where U physically acts, to the control that is "only watching."

A more careful look — why the phase wants to move

The kickback feels counter-intuitive on first encounter because classically, the control in a conditional operation is the sender and the target is the receiver. "If the condition is true, modify the target." So information flows control → target. Why, then, does the phase flow target → control?

Two reasons, which are really one reason seen from two angles.

The linearity angle. Quantum mechanics is linear. When the control is in a superposition, the controlled-U applies two different things to the target-control pair simultaneously — one thing on the |0\rangle branch, another on the |1\rangle branch. If the target is the same on both branches before the gate (|u\rangle) and the same on both branches after the gate (still |u\rangle, because it is an eigenstate), then the only difference between the branches is whatever factor the gate introduced. That factor is e^{i\varphi}, and it lives on the |1\rangle branch. The phase has nowhere to go except as a relative factor on the control's two amplitudes.

The global-to-relative angle. You saw in the global vs relative phase chapter that a phase on a whole state is invisible, but a phase on one branch of a superposition is observable. In isolation, U|u\rangle = e^{i\varphi}|u\rangle means |u\rangle and e^{i\varphi}|u\rangle are the same physical state — the phase is global and vanishes from every measurement. But inside the controlled gate, the |1\rangle branch of the control "holds" the phase-multiplied version of the target, and the |0\rangle branch holds the untouched version. Those are two branches of a joint superposition, with a relative factor e^{i\varphi} between them. A global phase on a subsystem, once that subsystem is one branch of a bigger superposition, becomes a relative phase of the bigger state.

Why the phase ends up on the controlThree stacked rows show the controlled-U's action branch by branch. Top row: control 0 branch — target unchanged, no phase picked up. Middle row: control 1 branch — target gets U applied, and because target is an eigenstate, output is e to the i phi times the target. Bottom row: adding the two branches, the e to the i phi becomes a relative factor between the two control amplitudes.|0⟩ branch:|0⟩|u⟩→ C-U does nothing →|0⟩|u⟩no phase picked up|1⟩ branch:|1⟩|u⟩→ C-U applies U →|1⟩ · U|u⟩= e^(iφ)|1⟩|u⟩eigenvalue e^(iφ) appearssum:(|0⟩|u⟩ + e^(iφ)|1⟩|u⟩)/√2=(|0⟩ + e^(iφ)|1⟩)/√2 · |u⟩e^(iφ) now sits between |0⟩ and |1⟩ on the control — a relative phase
Branch-by-branch accounting. The $|0\rangle$ branch picks up no phase; the $|1\rangle$ branch picks up $e^{i\varphi}$ from the eigenvalue. Adding them factors the shared $|u\rangle$ out and leaves the $e^{i\varphi}$ attached only to the $|1\rangle$ piece of the control — exactly a relative phase.

The worked examples

Example 1: Controlled-Z kicks the $-1$ eigenvalue onto the control

Take the Pauli-Z gate as U. Its eigenstates and eigenvalues are |0\rangle with eigenvalue +1 (boring — no phase to kick) and |1\rangle with eigenvalue -1 = e^{i\pi}. Pick |1\rangle as the target to get a non-trivial kickback.

Step 1 — write the joint input.

|+\rangle|1\rangle = \tfrac{1}{\sqrt 2}\bigl(|0\rangle + |1\rangle\bigr)|1\rangle = \tfrac{1}{\sqrt 2}\bigl(|01\rangle + |11\rangle\bigr).

Why this form: expanding the control's superposition into a sum of two-qubit basis states makes it easy to see exactly which branch the controlled-Z acts on non-trivially.

Step 2 — apply controlled-Z. CZ multiplies |11\rangle by -1 and leaves the other three basis states alone:

\text{CZ}\,|+\rangle|1\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|01\rangle - |11\rangle\bigr).

Why only |11\rangle changes: of the four basis states, |11\rangle is the only one where both control and target are |1\rangle. That is the single entry where CZ's matrix has a -1 instead of a +1.

Step 3 — factor the target out.

\tfrac{1}{\sqrt 2}\bigl(|01\rangle - |11\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle - |1\rangle\bigr)|1\rangle \;=\; |-\rangle|1\rangle.

Why this factoring works: both two-qubit terms have |1\rangle as their target component, so the target can be pulled out. The remaining control combination \tfrac{1}{\sqrt 2}(|0\rangle - |1\rangle) is exactly the state |-\rangle.

Step 4 — read off the kickback. The target is |1\rangle — unchanged, since |1\rangle is an eigenstate of Z. The control started in |+\rangle and came out in |-\rangle. A |+\rangle-to-|-\rangle flip on a single qubit is 180° of azimuthal rotation on the Bloch sphere — a fully measurable change. If you now apply a Hadamard to the control and measure in the computational basis, you get |1\rangle with probability 1 (because H|-\rangle = |1\rangle).

Result. \text{CZ}\,|+\rangle|1\rangle = |-\rangle|1\rangle. The eigenvalue -1 = e^{i\pi} of Z on |1\rangle has kicked back as a relative phase of \pi on the control, flipping |+\rangle to |-\rangle.

CZ kickback on |+⟩|1⟩A two-wire circuit. The top wire starts as ket plus and the bottom wire as ket 1. A CZ gate is drawn as two filled dots on the two wires connected by a vertical line. After the gate the top wire exits as ket minus and the bottom wire exits as ket 1 unchanged. An arrow and annotation highlight that the control has flipped from plus to minus.|+⟩|1⟩|−⟩|1⟩−1 eigenvalue of Z on |1⟩ → phase π on control → |+⟩ flips to |−⟩controltarget (Z-eigenstate)
A controlled-$Z$ with target $|1\rangle$ kicks a phase of $\pi$ onto the control, flipping $|+\rangle$ to $|-\rangle$. The target is undisturbed.

What this shows. CZ is a two-dot symmetric gate, and at first glance nothing about its action on |+\rangle|1\rangle suggests "the control will flip." But because |1\rangle is an eigenstate of Z, the target refuses to change and the eigenvalue lands on the control. This is the simplest possible phase kickback — one qubit flipped by a gate that never appeared to touch it.

Example 2: Controlled-$S$ kicks a phase of $\pi/2$

The S gate is the \pi/2 phase gate: S = \text{diag}(1, i). Its eigenstates are |0\rangle (eigenvalue 1) and |1\rangle (eigenvalue i = e^{i\pi/2}). Apply controlled-S to |+\rangle|1\rangle and see the phase \pi/2 kick back.

Step 1 — write the joint input.

|+\rangle|1\rangle = \tfrac{1}{\sqrt 2}\bigl(|01\rangle + |11\rangle\bigr).

Step 2 — apply controlled-S. The controlled-S gate multiplies |11\rangle by i and leaves the other three basis states alone:

\text{C-}S\,|+\rangle|1\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|01\rangle + i\,|11\rangle\bigr).

Why: the matrix of controlled-S is \text{diag}(1, 1, 1, i) — all identity except the |11\rangle \to i|11\rangle entry, which is where the S lives when the control is |1\rangle and the target is |1\rangle.

Step 3 — factor the target out.

\tfrac{1}{\sqrt 2}\bigl(|01\rangle + i\,|11\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle + i|1\rangle\bigr)|1\rangle \;=\; |+i\rangle|1\rangle,

where |+i\rangle = \tfrac{1}{\sqrt 2}(|0\rangle + i|1\rangle) is the +y-pole of the Bloch sphere.

Why the control becomes |+i\rangle: a relative phase of \pi/2 between the |0\rangle and |1\rangle amplitudes of an equal superposition is the definition of |+i\rangle. On the Bloch sphere, the control has rotated 90° around the equator, from +x to +y.

Result. \text{C-}S\,|+\rangle|1\rangle = |+i\rangle|1\rangle. The eigenvalue e^{i\pi/2} of S on |1\rangle has kicked back as a relative phase of \pi/2 on the control, moving the control from |+\rangle to |+i\rangle. The target is unchanged.

Controlled-S kickback on |+⟩|1⟩A two-wire circuit. Top wire starts ket plus, bottom wire starts ket 1. A controlled-S gate: filled dot on top wire, box labelled S on bottom wire, vertical line connecting them. After the gate the top wire exits as ket plus-i and the bottom wire exits as ket 1.S|+⟩|1⟩|+i⟩|1⟩eigenvalue i = e^(iπ/2) on target → phase π/2 on control → |+⟩ → |+i⟩
Controlled-$S$ with target $|1\rangle$ kicks a phase of $\pi/2$ onto the control, sending $|+\rangle$ to $|+i\rangle$. The same circuit with different $U$'s and different eigenstates gives any kicked-back phase you want.

What this shows. Changing U from Z to S changes the eigenvalue on |1\rangle from -1 to i, and the kicked-back phase changes correspondingly from \pi to \pi/2. The mechanism is identical; the amount of rotation on the control is whatever the eigenvalue says. Imagine stacking several of these with different U's on different control qubits — each one kicks its own specific phase onto its own control. That is the idea of quantum phase estimation, coming up in Part 9.

Kickback inside Deutsch's algorithm

The first time kickback was used deliberately was in Deutsch's algorithm (1985), though the word "kickback" was not used and Deutsch described the move in a different language. You already know the algorithm from its own chapter; here you will see why the ingredient list is the kickback recipe.

Deutsch's problem: given a function f: \{0,1\} \to \{0,1\}, promised to be either constant (f(0) = f(1)) or balanced (f(0) \ne f(1)), decide which with one oracle query. The oracle is implemented as the two-qubit unitary

U_f\,|x\rangle|y\rangle \;=\; |x\rangle\,|y \oplus f(x)\rangle,

where \oplus is XOR. This is the standard reversible encoding of any classical function — the oracle writes f(x) into the target's value, while keeping the input.

The algorithm sets the input register to |x\rangle (a superposition over both inputs, after a Hadamard) and the target register to |-\rangle = \tfrac{1}{\sqrt 2}(|0\rangle - |1\rangle). Now watch what U_f does to |x\rangle|-\rangle for each choice of x:

Case f(x) = 0. The target is |-\rangle, and y \oplus 0 = y, so the oracle does nothing:

U_f\,|x\rangle|-\rangle = |x\rangle|-\rangle.

Case f(x) = 1. The target is |-\rangle = \tfrac{1}{\sqrt 2}(|0\rangle - |1\rangle), and y \oplus 1 flips |0\rangle \leftrightarrow |1\rangle. Apply the flip inside the |-\rangle:

|-\rangle \;=\; \tfrac{1}{\sqrt 2}(|0\rangle - |1\rangle) \;\xrightarrow{\text{XOR 1}}\; \tfrac{1}{\sqrt 2}(|1\rangle - |0\rangle) \;=\; -|-\rangle.

So U_f\,|x\rangle|-\rangle = -|x\rangle|-\rangle.

Putting both cases together:

\boxed{\;U_f\,|x\rangle|-\rangle \;=\; (-1)^{f(x)}\,|x\rangle|-\rangle.\;}

The target came out unchanged (it is an eigenstate of the oracle), and the eigenvalue (-1)^{f(x)} landed on the input register as a phase. This is exactly phase kickback: |-\rangle is an eigenstate of the XOR-flip operation with eigenvalue \pm 1, and controlled on the input |x\rangle, the eigenvalue (-1)^{f(x)} is kicked back onto |x\rangle.

The rest of Deutsch's algorithm — Hadamard the input, measure — is the machinery that reads out the kicked-back phase. The kickback itself is the line above. Once you see that, every quantum algorithm that uses an oracle takes on a consistent shape: put the target in |-\rangle (or another eigenstate), apply the oracle, and the oracle's output lands as a phase on the input register, which interference can then decode.

What kickback is good for — three classes of algorithm

Kickback is not a curiosity; it is the primitive on which most quantum advantages are built. Three broad classes of algorithm depend on it.

Oracle-decision algorithms. Deutsch's algorithm, Deutsch-Jozsa, Bernstein-Vazirani, and Simon's algorithm all use the same |-\rangle-target-eigenstate trick. The oracle U_f kicks back the phase (-1)^{f(x)} onto the input register; subsequent Hadamards turn that pattern of \pm 1's into a distinguishable measurement outcome. Without kickback, the (-1)^{f(x)} would be trapped in the target's invisible global phase and nothing could be inferred.

Phase estimation. Given a unitary U and an eigenstate |u\rangle with eigenvalue e^{2\pi i \theta}, quantum phase estimation estimates \theta to n-bit precision using n control qubits and O(2^n) applications of U. The circuit shape: prepare the n controls in |+\rangle^{\otimes n} and the target in |u\rangle; apply controlled-U^{2^k} with the k-th control; do an inverse QFT on the controls; measure. Each controlled-U^{2^k} kicks e^{2\pi i \theta \cdot 2^k} onto its control — a specific pattern of kickbacks that the inverse QFT decodes into the binary digits of \theta.

Grover's algorithm. Grover's amplitude-amplification search uses kickback for a different purpose. The oracle for Grover marks the solution by flipping its sign: |\text{good}\rangle \to -|\text{good}\rangle, other states untouched. Phrased another way, the marked state picks up eigenvalue -1 from the oracle, and an unmarked state picks up eigenvalue +1 — the oracle's action is diagonal in the computational basis, and every basis state is an eigenstate. The "-1 on the good state" is exactly the kicked-back phase that reflection operations later amplify into probability.

Shor's factoring algorithm. Shor's algorithm reduces integer factoring to order-finding, and order-finding is a phase-estimation call on the modular-multiplication operator U_a: |x\rangle \to |ax \bmod N\rangle. The eigenvalues of U_a encode the order r (the smallest integer with a^r \equiv 1 \pmod N) in their phases, and phase estimation — which is a tower of kickbacks followed by an inverse QFT — reads out r. From r a classical step produces a factor of N. The speedup from exponential (classical) to polynomial (quantum) lives entirely in the phase-estimation-and-therefore-kickback step.

Phase kickback powers most quantum algorithmsA fan-out diagram. At the left, a box labelled phase kickback. Arrows fan out to four boxes on the right labelled Deutsch and Deutsch-Jozsa; Quantum Phase Estimation; Grover's search; Shor's factoring. Each arrow is labelled with the specific role kickback plays.phase kickbackC-U |+⟩|u⟩ = (|0⟩ + e^(iφ)|1⟩)/√2 · |u⟩Deutsch / Deutsch-JozsaQuantum Phase EstimationGrover's searchShor's factoringoracle eigenvalue → input registertower of kickbacks + QFT−1 on marked stateorder-finding via phase estimation
Phase kickback is the single mechanism under four different quantum-advantage algorithms. Each uses the kickback in a slightly different way, but the underlying move — eigenvalue of a target becoming a phase on a control — is the same.

Common confusions

Going deeper

If you have the working picture — put the target in an eigenstate, apply controlled-U, the eigenvalue lands on the control — you can already follow most algorithm papers. The rest of this section develops the formal spectral-decomposition derivation, shows what happens when the target is a superposition of eigenstates (this is the engine of phase estimation), and discusses phase kickback as the "quantum speedup mechanism" in one paragraph. There is also a brief detour through the Elitzur-Vaidman interaction-free measurement, which is the same idea dressed up in a different language.

The spectral-decomposition derivation

Any unitary U acting on a finite-dimensional Hilbert space has a spectral decomposition — a representation as a sum of projectors onto its eigenstates, weighted by eigenvalues:

U \;=\; \sum_k e^{i\varphi_k}\,|u_k\rangle\langle u_k|,

where the |u_k\rangle are an orthonormal eigenbasis and e^{i\varphi_k} are the corresponding eigenvalues (all of modulus 1, since U is unitary).

Now take a general target state and expand it in this basis: |\psi\rangle = \sum_k c_k |u_k\rangle, where c_k = \langle u_k|\psi\rangle. Apply the controlled-U to |+\rangle|\psi\rangle:

\text{C-}U\,|+\rangle|\psi\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle|\psi\rangle + |1\rangle\,U|\psi\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\sum_k c_k\bigl(|0\rangle|u_k\rangle + e^{i\varphi_k}|1\rangle|u_k\rangle\bigr).

Regroup:

=\; \sum_k c_k \left[\tfrac{1}{\sqrt 2}\bigl(|0\rangle + e^{i\varphi_k}|1\rangle\bigr)\right]|u_k\rangle.

This is an entangled state between the control and the target — unless only one c_k is non-zero (i.e. |\psi\rangle is a single eigenstate), the control qubit is in a different "kicked" state for each eigencomponent of the target, and you cannot factor the two qubits apart. The kickback has happened, but it has happened to every eigenvalue simultaneously and is now correlated with which eigenstate the target lives in.

This is not a bug — it is the feature that powers quantum phase estimation. If the target is a single eigenstate, you extract that one eigenvalue cleanly. If the target is a superposition of eigenstates, you extract a superposition of eigenvalues, and a measurement of the control register reveals one of them probabilistically (with probability |c_k|^2). Either way, the kickback has transferred the eigenvalue information from the target's (invisible) phase into the control's (measurable) state.

Multiple controls — the phase-estimation tower

Scale up. Take n control qubits, each initialised to |+\rangle, and a single target in an eigenstate |u\rangle of U with eigenvalue e^{2\pi i \theta}. For each control k \in \{0, 1, \ldots, n-1\}, apply controlled-U^{2^k} with the k-th control as control and the single target as target.

The key identity: if U|u\rangle = e^{2\pi i \theta}|u\rangle, then U^{2^k}|u\rangle = e^{2\pi i \theta \cdot 2^k}|u\rangle. So the k-th controlled gate kicks back a phase e^{2\pi i \theta \cdot 2^k} onto the k-th control. After all n controlled gates:

\bigotimes_{k=0}^{n-1} \tfrac{1}{\sqrt 2}\bigl(|0\rangle + e^{2\pi i \theta \cdot 2^k}|1\rangle\bigr)\;\otimes\; |u\rangle.

The control register now holds a specific phase pattern — e^{2\pi i \theta}, e^{4\pi i \theta}, e^{8\pi i \theta}, \ldots — which, after an inverse quantum Fourier transform, collapses to a measurement outcome that reads out the binary digits of \theta. The tower of controlled-U^{2^k} gates, each kicking back its own power of the eigenvalue, is the core structural fact of the phase-estimation algorithm.

Why kickback is the quantum-advantage mechanism

Here is the paragraph-length version of a claim that quantum information researchers have argued for years. Classical computers can simulate superposition (by tracking amplitudes as a list of complex numbers) and can simulate unitary operations (by matrix multiplication). What they cannot do efficiently — what takes exponential time on a classical computer for generic large quantum states — is track the interference patterns that emerge when different branches of a superposition carry different phases and are then recombined. Phase kickback produces exactly such a pattern: it places a phase on a specific branch of a control's superposition, phases that differ from one controlled gate to the next, and the interference between those phased branches (after Hadamards or QFTs) is what decodes the computation. The speedup in Shor's, Grover's, and Simon's algorithms is directly traceable to the fact that a polynomial number of kickbacks produces a phase pattern whose interference, classically, would require an exponentially large calculation to simulate.

This is why the "quantum computer tries every answer at once" slogan is misleading. What a quantum computer actually does is: kick phases onto controls via controlled-unitaries, recombine those phases through interference, and measure the result. "Trying every answer" would only be parallel brute force (no speedup for most problems); kickback-and-interference is a fundamentally different mechanism and the real source of advantage.

The Elitzur-Vaidman bomb test — kickback in disguise

A curiosity to show the reach of the idea. In 1993, Elitzur and Vaidman proposed an "interaction-free measurement": a scheme that determines whether a bomb is live (would detonate if a photon hit it) or dud (would not) without the photon ever hitting the bomb. The scheme uses a Mach-Zehnder interferometer — a device that splits a photon into two paths and recombines them — with the bomb placed in one arm.

Translated into quantum-computing language: the photon's "which-path" state is a qubit in |+\rangle; the bomb acts as an oracle on one path, mapping the photon into an orthogonal "detonated" state (the analogue of picking up a phase) if the bomb is live. If the bomb is live, the kickback makes the interferometer's output register the phase kick — with some non-zero probability the photon emerges in the "wrong" port, a port that would be impossible without the phase. If the bomb is dud, no kickback, and the photon always goes to the "right" port. Observing a "wrong"-port detection proves the bomb is live and proves the photon did not hit it.

The setup is really a single-qubit phase-kickback circuit dressed up in beam-splitter language. It is the same mathematics and the same physics — a phase that, on a single branch of a superposition, becomes observable through interference — and it won Elitzur and Vaidman an Antonelli prize in 1993 and a place in every introductory quantum foundations course.

The Indian context — this is everyone's trick

Phase kickback is a universal piece of quantum machinery; it does not belong to any one country or group. But the Indian quantum-computing community has worked with it extensively — the National Quantum Mission supports groups at TIFR, IISc Bangalore, and the IITs developing phase-estimation-based algorithms for quantum chemistry and finance. When the mission's target of building a 1000-qubit quantum computer is met, the first "useful" algorithms it runs will almost certainly be phase-estimation circuits — which is to say, kickback towers.

Where this leads next

References

  1. Wikipedia, Phase kickback (within Quantum phase estimation) — the standard encyclopaedic treatment, with circuit diagrams.
  2. John Preskill, Lecture Notes on Quantum Computation, Ch. 6 (quantum algorithms) — theory.caltech.edu/~preskill/ph229.
  3. Nielsen and Chuang, Quantum Computation and Quantum Information, §1.4 (the first quantum algorithms, including Deutsch's kickback) — Cambridge University Press.
  4. Cleve, Ekert, Macchiavello, Mosca, Quantum algorithms revisited (1998) — a unified treatment of Deutsch, Deutsch-Jozsa, Simon, and Shor through the phase-kickback lens. arXiv:quant-ph/9708016.
  5. Qiskit Textbook, Phase kickback — runnable examples in Qiskit, with controlled-T and controlled-phase kickback.
  6. Wikipedia, Quantum phase estimation algorithm — the tower-of-kickbacks construction that Shor uses.