
In quantum computing, phase kickback refers to the fact that controlled operations have effects on their controls, in addition to on their targets, and that these effects correspond to phasing operations.[1] [2] [3]
When a controlled operation, such as a Controlled NOT (CNOT) gate, is applied to two qubits, the phase of the second (target) qubit is conditioned on the state of the first (control) qubit. Because the phase of the second qubit is being "kicked back" to the first qubit, this phenomenon was coined "phase kickback" in 1997 by Richard Cleve, Artur Ekert, Chiara Macchiavello, and Michele Mosca through a paper that solved the Deutsch-Jozsa problem.[4]
For example, when a controlled NOT gate's target qubit is in the state
1/\sqrt{2}(|0\rangle-|1\rangle)
Phase kickback occurs because the basis transformations that distinguish targets from controls are available as operations.For example, surrounding a controlled NOT gate with four Hadamard gates produces a compound operation whose effect is equivalent to a controlled NOT gate, but with the roles of its control qubit and target qubit exchanged.More abstractly, phase kickback occurs because the eigendecomposition of controlled operations makes no significant distinction between controls and targets.For example, the controlled Z gate is a symmetric operation that has the same effect if its target and control are switched, and a controlled NOT gate can be decomposed into a Hadamard gate on its target, then a controlled Z gate, then a second Hadamard gate on its target.[5] This decomposition reveals that, at the core of the apparently-asymmetric controlled-NOT gate, there is a symmetric effect that does not distinguish between control and target.
Phase kickback can be used to measure an operator
P
c
|0\rangle
H
c
P
c
H
c
c
P
c
Z
c
Z
X
c
|0\rangle
|1\rangle
P
c
|0\rangle
|1\rangle
P
Phase kickback requires the following conditions to be met: [7]
|1\rangle|\psi\rangle\xrightarrow{Controlled-U}|1\rangleU|\psi\rangle=|1\rangleei\cong|1\rangle|\psi\rangle
|\psi\rangle
U
|\psi\rangle
U
U|\psi\rangle=ei|\psi\rangle
| |0\rangle|\psi\rangle+|1\rangleei|\psi\rangle | |
| \sqrt{2 |
| 1 \rangle |
ei
|\psi\rangle
U
U
U
|0\rangle
|1\rangle
U
U
Quantum Fourier transform is the quantum analogue of the classical discrete Fourier transform (DFT), as it takes quantum states represented as superpositions of basis states, and utilizes phase kickback to transform them into frequency-domain representation.
The phase kickback phenomenon occurs in the QFT algorithm when a controlled phase rotation gate is applied to a qubit in superposition – the Fourier transform will take the output of the phase kickback state back to the initial control qubit.[8]
Quantum phase estimation (QPE) is a quantum algorithm that exploits phase kickback to efficiently estimate the eigenvalues of unitary operators. It is a crucial part of many quantum algorithms, including Shor's algorithm, for integer factorization.
To estimate the phase angle corresponding to the eigenvalue
|\psi\rangle
U
|\psi\rangle
|+\rangle
U
U
U
Phase kickback allows a quantum setup to estimate eigenvalues exponentially quicker than classical algorithms. This is essential for quantum algorithms such as Shor's algorithm, where quantum phase estimation is used to factor large integers efficiently.
The Deutsch–Jozsa algorithm, and by association the Bernstein-Vazirani algorithm, determines whether an inputted function is constant (same value for all inputs) or balanced (half 0s and half 1s) using as few queries to the black box function as possible. Phase kickback is critical; when the oracle is applied to the superposition state, it introduces phase kickback depending on whether the function is constant or balanced. If the function is constant, the oracle flips the sign of the amplitude of all input states, leading to constructive interference among all states. This allows a high probability of measuring the all-zero state. The flipping of signs of the input states requires phase kickback. On the other hand, when the function is balanced, the oracle does not introduce any phase kickback and the interference pattern among the states already cancels out as it is. This leads to an equal probability of measuring any of the input states.[9]
Grover's algorithm is a quantum algorithm for unstructured search that finds the unique input to a black box function given its output. Phase kickback occurs in Grover's algorithm during the application of the oracle, which is typically a controlled operator that flips the sign of the target qubit's state. When this controlled operation is applied to the target qubit, the sign is flipped, and the phase of the target qubit is transferred backwards to the control qubit. In other words, the oracle can highlight certain target states by modifying the phase of the corresponding control qubit.[10] This has impactful applications as a problem-solving tool, demonstration of performance advantages in quantum computing, and quantum cryptography.
As seen, phase kickback is a crucial step in many famous, powerful quantum algorithms and applications. Its ability to transfer states backwards also enables other concepts such as quantum error correction and quantum teleportation.