Quantum error correction

Building a quantum device in the real world means having to deal with errors: any qubit stored unprotected or transmitted through a communications channel will inevitably come out changed.

To be protected, quantum devices have to be kept at extremely cold temperatures (a few milikelvins) and shielded from electromagnetic radiation.

Quantum error correction is used in quantum computing to protect quantum information from errors due to decoherence and quantum noise.

It is essential if one is to achieve fault-tolerant quantum computation that can deal not only with noise on stored quantum information, but also with faulty quantum gates, faulty quantum preparation, and faulty measurements.

In classical computing, if one wants to protect a bit against errors, it can often suffice is to store the information multiple times.

Let \overline{0}=000 be a “logical bit”, encoding the data bit 0 and let \overline{1}=111 encode the data bit 1.

We have here a simple repetition code that protects against any one bit flip error. That is, if any of the three bits are flipped, then we can recover the state of the logical bit by taking a majority vote

Classical error correcting codes use a syndrome measurement to diagnose which error corrupts an encoded state. We then reverse an error by applying a corrective operation based on the syndrome.

No-cloning theorem

In physics, the no-cloning theorem states that it is impossible to create an identical copy of an arbitrary unknown quantum state. It proves the impossibility of a simple perfect non-disturbing measurement scheme. Conversely, the no-deleting theorem is the time-reversed dual to this theorem. It states that, given two copies of some arbitrary quantum state, it is impossible to delete one of the copies.

The no-cloning theorem has profound implications in quantum computing. It implies that if we measure each individual qubit and take a majority vote by analogy to classical code above, then we have lost the precise information that we are trying to protect.

At first sight, the no-cloning theorem seems to present an obstacle to formulating a theory of quantum error correction.

It is nevertheless possible to spread the information of one qubit onto a highly entangled state of several qubits. Peter Shor first discovered this method of formulating a quantum error correcting code by storing the information of one qubit onto a highly entangled state of nine qubits.

QEC (Quantum Error Correction)

Just like classical error correction, QEC also employs syndrome measurements. We perform a multi-qubit measurement that does not disturb the quantum information in the encoded state but retrieves information about the error.

A syndrome measurement can determine whether a qubit has been corrupted, and if so, which one. What is more, the outcome of this operation (the syndrome) tells us not only which physical qubit was affected, but also, in which of several possible ways it was affected.

The syndrome measurement tells us as much as possible about the error that has happened, but nothing at all about the value that is stored in the logical qubit—as otherwise the measurement would destroy any quantum superposition of this logical qubit with other qubits in the quantum computer.

In most codes, the effect is either a bit flip, or a sign (of the phase) flip, or both (corresponding to Pauli X, Z, and Y matrices):

Let’s get back to the idea of encoding repeated data bits and let’s define

  • |\overline{0}\rangle = | 000 \rangle = |0\rangle \otimes |0\rangle \otimes |0\rangle
  • |\overline{1}\rangle = | 111 \rangle = |1\rangle \otimes |1\rangle \otimes |1\rangle

Now, let’s define the following bit-flip errors E and their actions :

Errors (E) E(|\overline{0}\rangle) E(|\overline{1}\rangle)
\textbf{1} |000\rangle |111\rangle
X_0 |100\rangle |011\rangle
X_1 |010\rangle |101\rangle
X_2 |001\rangle |110\rangle

Let’s pause a moment to focus en Pauli measurement. The Pauli Z-matrix is defined as:

Z = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}

The Pauli-Z matrix clearly has two eigenvectors |0\rangle and |1\rangle with eigenvalues ±1.

Thus if we measure the qubit and obtain |0\rangle we are in the +1 eigenspace (the set of all vectors that are formed of sums of eigenvectors with only positive or only negative eigenvalues) of the operator. Conversely,  if we measure |1\rangle we are in the −1 eigenspace of Z.

This process is referred to in the language of Pauli measurements as “measuring Pauli Z” and is equivalent to performing a computational basis measurement.

In that spirit, we will define Z_0, Z_1 and Z_2 measurements respectively as “Z \otimes \textbf{1} \otimes \textbf{1}“, “\textbf{1} \otimes Z \otimes \textbf{1}” and “\textbf{1} \otimes \textbf{1} \otimes Z “.

For example, if we measure Z_0, we get a different result for |\overline{0}\rangle and |\overline{1}\rangle  in the no-error case, so that collapses the encoded state.

On the other hand, consider measuring Z_0Z_1, the parity of the first two bits in each computational basis state. Recall that each measurement of a Pauli operator checks which eigenvalue the state being measured corresponds to, so for each state |\psi\rangle in the table above, we can compute Z_0Z_1|\psi\rangle to see if we get ±|\psi\rangle.

Note that Z_0Z_1|000\rangle=|000\rangle and that Z_0Z_1|111\rangle=|111\rangle. We conclude that this measurement does the same thing to both encoded states. On the other hand, Z_0Z_1|100\rangle=-|100\rangle and Z_0Z_1|011\rangle=-|011\rangle, so the result of measuring Z_0Z_1 reveals useful information about which error occured.

For clarity sake, we now repeat the previous table, but we added the results of measuring Z_0Z_1 and Z_1Z_2 on each row. We also added the results of each measurement, denoted by the sign of the eigenvalue that is observed (either + or −):

Errors (E) E(|\overline{0}\rangle) E(|\overline{1}\rangle) Result of Z_0Z_1 Result of Z_1Z_2
\textbf{1} |000\rangle |111\rangle + +
X_0 |100\rangle |011\rangle +
X_1 |010\rangle |101\rangle
X_2 |001\rangle |110\rangle +

Thus, the results of the two measurements uniquely determines which bit-flip error occured, but without revealing any information about which state we encoded. These results are a syndrome, and refer to the process of mapping a syndrome back to the error that caused it as recovery.

In particular, we emphasize that recovery is a classical inference procedure which takes as its input the syndrome which occured, and returns a prescription for how to fix any errors that may have occured.

Bear in mind that the error channel may induce either a bit flip, a sign flip, or both.

It is possible to correct for both types of errors using one code, and the Shor code does just that. In fact, the Shor code corrects arbitrary single-qubit errors.

The Shor code, encodes 1 logical qubit in 9 physical qubits and can correct for arbitrary errors in a single qubit:

The insight that we can describe measurements in quantum error correction that act the same way on all code states, is the essence of the stabilizer formalism.

To go beyond this introduction, you might be interested in reading Daniel Gottesman’s 2009 paper “An Introduction to Quantum Error Correction and Fault-Tolerant Quantum Computation”.

Quantum Error Correcting Codes in Q#

To conclude this introduction, we will list the user-defined type used to specify error correcting codes, as provided by the Q# canon (excerpt from Q# documentation):

  • LogicalRegister (= Qubit[]): Denotes that a register of qubits should be interpreted as the code block of an error-correcting code.
  • Syndrome (= Result[]): Denotes that an array of measurement results should be interpreted as the syndrome measured on a code block.
  • RecoveryFn (= (Syndrome -> Pauli[])): Denotes that a classical function should be used to interpret a syndrome and return a correction that should be applied.
  • EncodeOp (= ((Qubit[], Qubit[]) => LogicalRegister)): Denotes that an operation takes qubits representing data along with fresh ancilla qubits in order to produce a code block of an error-correcting code.
  • DecodeOp (= (LogicalRegister => (Qubit[], Qubit[]))): Denotes than an operation decomposes a code block of an error correcting code into the data qubits and the ancilla qubits used to represent syndrome information.
  • SyndromeMeasOp (= (LogicalRegister => Syndrome)): Denotes an operation that should be used to extract syndrome information from a code block, without disturbing the state protected by the code.

Finally, the canon provides the QECC (Quantum Error Correcting Code) type to collect the other types required to define a quantum error-correcting code.

Notice that the QECC type does not include a recovery function. This allows us to change the recovery function that is used in correcting errors without changing the definition of the code itself; this ability is in particular useful when incorporating feedback from characterization measurements into the model assumed by recovery. 

Once a code is defined in this way, we can use the Recover operation to recover from errors.

Aside from the bit-flip code, the Q# canon is provided with implementations of the five-qubit perfect code, and the seven-qubit code, both of which can correct an arbitrary single-qubit error.

Note: to speedup the writing of this post, a few paragraphs and illustrations are based on wikipedia’s entries on quantum error correction and MS Quantum Development Kit documentations.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.