Quantum error correction
   HOME

TheInfoList



OR:

Quantum error correction (QEC) is used in quantum computing to protect
quantum information Quantum information is the information of the state of a quantum system. It is the basic entity of study in quantum information theory, and can be manipulated using quantum information processing techniques. Quantum information refers to both ...
from errors due to decoherence and other quantum noise. Quantum error correction is theorised as essential to achieve fault tolerant quantum computing that can reduce the effects of noise on stored quantum information, faulty quantum gates, faulty quantum preparation, and faulty measurements. Classical error correction employs redundancy. The simplest albeit inefficient approach is the
repetition code In coding theory, the repetition code is one of the most basic error-correcting codes. In order to transmit a message over a noisy channel that may corrupt the transmission in a few places, the idea of the repetition code is to just repeat the m ...
. The idea is to store the information multiple times, and—if these copies are later found to disagree—take a majority vote; e.g. suppose we copy a bit in the one state three times. Suppose further that a noisy error corrupts the three-bit state so that one of the copied bits is equal to zero but the other two are equal to one. Assuming that noisy errors are independent and occur with some sufficiently low probability ''p'', it is most likely that the error is a single-bit error and the transmitted message is three ones. It is possible that a double-bit error occurs and the transmitted message is equal to three zeros, but this outcome is less likely than the above outcome. In this example, the logical information was a single bit in the one state, the physical information are the three copied bits, and determining what logical state is encoded in the physical state is called ''decoding''. Similar to classical error correction, QEC codes do not always correctly decode logical qubits, but their use reduces the effect of noise. Copying quantum information is not possible due to the no-cloning theorem. This theorem seems to present an obstacle to formulating a theory of quantum error correction. But it is possible to ''spread'' the (logical) information of one qubit onto a highly entangled state of several (physical) 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. Classical error correcting codes use a ''syndrome measurement'' to diagnose which error corrupts an encoded state. An error can then be reversed by applying a corrective operation based on the syndrome. Quantum error correction also employs syndrome measurements. It performs a multi-qubit measurement that does not disturb the quantum information in the encoded state but retrieves information about the error. Depending on the QEC code used, syndrome measurement can determine the occurrence, location and type of errors. In most QEC codes, the type of error is either a bit flip, or a sign (of the phase) flip, or both (corresponding to the Pauli matrices X, Z, and Y). The measurement of the syndrome has the projective effect of a quantum measurement, so even if the error due to the noise was arbitrary, it can be expressed as a combination of basis operations called the error basis (which is given by the Pauli matrices and the
identity Identity may refer to: * Identity document * Identity (philosophy) * Identity (social science) * Identity (mathematics) Arts and entertainment Film and television * ''Identity'' (1987 film), an Iranian film * ''Identity'' (2003 film), an ...
). To correct the error, the Pauli operator corresponding to the type of error is used on the corrupted qubit to revert the effect of the error. The syndrome measurement provides information about the error that has happened, but not about the information that is stored in the logical qubit—as otherwise the measurement would destroy any
quantum superposition Quantum superposition is a fundamental principle of quantum mechanics. It states that, much like waves in classical physics, any two (or more) quantum states can be added together ("superposed") and the result will be another valid quantum ...
of this logical qubit with other qubits in the
quantum computer Quantum computing is a type of computation whose operations can harness the phenomena of quantum mechanics, such as superposition, interference, and entanglement. Devices that perform quantum computations are known as quantum computers. Thoug ...
, which would prevent it from being used to convey quantum information.


Bit flip code

The repetition code works in a classical channel, because classical bits are easy to measure and to repeat. This approach does not work for a quantum channel in which, due to the no-cloning theorem, it is not possible to repeat a single qubit three times. To overcome this, a different method has to be used, such as the ''three-qubit bit flip code'' first proposed by Asher Peres in 1985. This technique uses entanglement and syndrome measurements and is comparable in performance with the repetition code. Consider the situation in which we want to transmit the state of a single qubit \vert\psi\rangle through a noisy channel \mathcal E. Let us moreover assume that this channel either flips the state of the qubit, with probability p, or leaves it unchanged. The action of \mathcal E on a general input \rho can therefore be written as \mathcal E(\rho) = (1-p) \rho + p\ X\rho X. Let , \psi\rangle = \alpha_0, 0\rangle + \alpha_1, 1\rangle be the quantum state to be transmitted. With no error correcting protocol in place, the transmitted state will be correctly transmitted with probability 1-p. We can however improve on this number by ''encoding'' the state into a greater number of qubits, in such a way that errors in the corresponding logical qubits can be detected and corrected. In the case of the simple three-qubit repetition code, the encoding consists in the mappings \vert0\rangle\rightarrow\vert0_\rangle\equiv\vert000\rangle and \vert1\rangle\rightarrow\vert1_\rangle\equiv\vert111\rangle. The input state \vert\psi\rangle is encoded into the state \vert\psi'\rangle = \alpha_0 \vert000\rangle + \alpha_1 \vert111\rangle. This mapping can be realized for example using two CNOT gates, entangling the system with two ancillary qubits initialized in the state \vert0\rangle. The encoded state \vert\psi'\rangle is what is now passed through the noisy channel. The channel acts on \vert\psi'\rangle by flipping some subset (possibly empty) of its qubits. No qubit is flipped with probability (1-p)^3, a single qubit is flipped with probability 3p(1-p)^2, two qubits are flipped with probability 3p^2(1-p), and all three qubits are flipped with probability p^3. Note that a further assumption about the channel is made here: we assume that \mathcal E acts equally and independently on each of the three qubits in which the state is now encoded. The problem is now how to detect and correct such errors, while not corrupting the transmitted state''.'' Let us assume for simplicity that p is small enough that the probability of more than a single qubit being flipped is negligible. One can then detect whether a qubit was flipped, without also querying for the values being transmitted, by asking whether one of the qubits differs from the others. This amounts to performing a measurement with four different outcomes, corresponding to the following four projective measurements:\begin P_0 &=, 000\rangle\langle000, +, 111\rangle\langle111, , \\ P_1 &=, 100\rangle\langle100, +, 011\rangle\langle011, , \\ P_2 &=, 010\rangle\langle010, +, 101\rangle\langle101, , \\ P_3 &=, 001\rangle\langle001, +, 110\rangle\langle110, . \endThis reveals which qubits are different from which others, without at the same time giving information about the state of the qubits themselves. If the outcome corresponding to P_0 is obtained, no correction is applied, while if the outcome corresponding to P_i is observed, then the Pauli ''X'' gate is applied to the i-th qubit. Formally, this correcting procedure corresponds to the application of the following map to the output of the channel: \mathcal E_(\rho)=P_0\rho P_0 + \sum_^3 X_i P_i \rho\, P_i X_i. Note that, while this procedure perfectly corrects the output when zero or one flips are introduced by the channel, if more than one qubit is flipped then the output is not properly corrected. For example, if the first and second qubits are flipped, then the syndrome measurement gives the outcome P_3, and the third qubit is flipped, instead of the first two. To assess the performance of this error correcting scheme for a general input we can study the fidelity F(\psi') between the input \vert\psi'\rangle and the output \rho_\equiv\mathcal E_(\mathcal E(\vert\psi'\rangle\langle\psi'\vert)). Being the output state \rho_ correct when no more than one qubit is flipped, which happens with probability (1-p)^3 + 3p(1-p)^2, we can write it as 1-p)^3+3p(1-p)^2,\vert\psi'\rangle\langle\psi'\vert + (...), where the dots denote components of \rho_ resulting from errors not properly corrected by the protocol. It follows that F(\psi')=\langle\psi'\vert\rho_\vert\psi'\rangle\ge (1-p)^3 + 3p(1-p)^2=1-3p^2+2p^3.This fidelity is to be compared with the corresponding fidelity obtained when no error correcting protocol is used, which was shown before to equal . A little algebra then shows that the fidelity ''after'' error correction is greater than the one without for p<1/2. Note that this is consistent with the working assumption that was made while deriving the protocol (of p being small enough).


Sign flip code

Flipped bits are the only kind of error in classical computer, but there is another possibility of an error with quantum computers, the sign flip. Through the transmission in a channel the relative sign between , 0\rangle and , 1\rangle can become inverted. For instance, a qubit in the state , -\rangle=(, 0\rangle-, 1\rangle)/\sqrt may have its sign flip to , +\rangle=(, 0\rangle+, 1\rangle)/\sqrt. The original state of the qubit , \psi\rangle = \alpha_0, 0\rangle+\alpha_1, 1\rangle will be changed into the state , \psi'\rangle = \alpha_0, \rangle+\alpha_1, \rangle. In the Hadamard basis, bit flips become sign flips and sign flips become bit flips. Let E_\text be a quantum channel that can cause at most one phase flip. Then the bit flip code from above can recover , \psi\rangle by transforming into the Hadamard basis before and after transmission through E_\text.


Shor code

The error channel may induce either a bit flip, a sign flip (i.e., a phase flip), or both. It is possible to correct for both types of errors on any one qubit using a QEC code, which can be done using the Shor code published in 1995. This is equivalent to saying the Shor code corrects arbitrary single-qubit errors. Let E be a
quantum channel In quantum information theory, a quantum channel is a communication channel which can transmit quantum information, as well as classical information. An example of quantum information is the state of a qubit. An example of classical information ...
that can arbitrarily corrupt a single qubit. The 1st, 4th and 7th qubits are for the sign flip code, while the three groups of qubits (1,2,3), (4,5,6), and (7,8,9) are designed for the bit flip code. With the Shor code, a qubit state , \psi\rangle=\alpha_0, 0\rangle+\alpha_1, 1\rangle will be transformed into the product of 9 qubits , \psi'\rangle=\alpha_0, 0_S\rangle+\alpha_1, 1_S\rangle, where , 0_\rangle=\frac(, 000\rangle + , 111\rangle) \otimes (, 000\rangle + , 111\rangle ) \otimes (, 000\rangle + , 111\rangle) , 1_\rangle=\frac(, 000\rangle - , 111\rangle) \otimes (, 000\rangle - , 111\rangle) \otimes (, 000\rangle - , 111\rangle) If a bit flip error happens to a qubit, the syndrome analysis will be performed on each block of qubits (1,2,3), (4,5,6), and (7,8,9) to detect and correct at most one bit flip error in each block. If the three bit flip group (1,2,3), (4,5,6), and (7,8,9) are considered as three inputs, then the Shor code circuit can be reduced as a sign flip code. This means that the Shor code can also repair a sign flip error for a single qubit. The Shor code also can correct for any arbitrary errors (both bit flip and sign flip) to a single qubit. If an error is modeled by a unitary transform U, which will act on a qubit , \psi\rangle, then U can be described in the form U = c_0 I + c_1 X + c_2 Y + c_3 Z where c_0,c_1,c_2, and c_3 are complex constants, I is the identity, and the Pauli matrices are given by \begin X &= \begin 0&1\\1&0 \end ; \\ Y &= \begin 0&-i\\i&0 \end ; \\ Z &= \begin 1&0\\0&-1 \end . \end If ''U'' is equal to ''I'', then no error occurs. If U=X, a bit flip error occurs. If U=Z, a sign flip error occurs. If U=iY then both a bit flip error and a sign flip error occur. In other words, the Shor code can correct any combination of bit or phase errors on a single qubit.


Bosonic codes

Several proposals have been made for storing error-correctable quantum information in bosonic modes. Unlike a two-level system, a quantum harmonic oscillator has infinitely many energy levels in a single physical system. Codes for these systems include cat, Gottesman-Kitaev-Preskill (GKP), and binomial codes. One insight offered by these codes is to take advantage of the redundancy within a single system, rather than to duplicate many two-level qubits. Written in the Fock basis, the simplest binomial encoding is , 0_\rangle=\frac,\quad , 1_\rangle=, 2\rangle, where the subscript L indicates a "logically encoded" state. Then if the dominant error mechanism of the system is the stochastic application of the bosonic lowering operator \hat, the corresponding error states are , 3\rangle and , 1\rangle, respectively. Since the codewords involve only even photon number, and the error states involve only odd photon number, errors can be detected by measuring the
photon number In quantum mechanics, a Fock state or number state is a quantum state that is an element of a Fock space with a well-defined number of particles (or quanta). These states are named after the Soviet physicist Vladimir Fock. Fock states play an impo ...
parity of the system. Measuring the odd parity will allow correction by application of an appropriate unitary operation without knowledge of the specific logical state of the qubit. However, the particular binomial code above is not robust to two-photon loss.


General codes

In general, a ''quantum code'' for a
quantum channel In quantum information theory, a quantum channel is a communication channel which can transmit quantum information, as well as classical information. An example of quantum information is the state of a qubit. An example of classical information ...
\mathcal is a subspace \mathcal \subseteq \mathcal, where \mathcal is the state Hilbert space, such that there exists another quantum channel \mathcal with (\mathcal \circ \mathcal)(\rho) = \rho \quad \forall \rho = P_\rho P_, where P_ is the orthogonal projection onto \mathcal. Here \mathcal is known as the ''correction operation''. A ''non-degenerate code'' is one for which different elements of the set of correctable errors produce linearly independent results when applied to elements of the code. If distinct of the set of correctable errors produce orthogonal results, the code is considered ''pure''.


Models

Over time, researchers have come up with several codes: * Peter Shor's 9-qubit-code, a.k.a. the Shor code, encodes 1 logical qubit in 9 physical qubits and can correct for arbitrary errors in a single qubit. * Andrew Steane found a code that does the same with 7 instead of 9 qubits, see Steane code. *
Raymond Laflamme Raymond Laflamme (born 1960), OC, FRSC is a Canadian theoretical physicist and founder and until mid 2017, was the director of the Institute for Quantum Computing at the University of Waterloo. He is also a professor in the Department of Physi ...
and collaborators found a class of 5-qubit codes that do the same, which also have the property of being fault-tolerant. A 5-qubit code is the smallest possible code that protects a single logical qubit against single-qubit errors. * A generalisation of the technique used by Steane, to develop the 7-qubit code from the classical , 4Hamming code, led to the construction of an important class of codes called the CSS codes, named for their inventors:
Robert Calderbank Robert Calderbank (born 28 December 1954) is a professor of Computer Science, Electrical Engineering, and Mathematics and director of the Information Initiative at Duke University. He received a BSc from Warwick University in 1975, an MSc ...
, Peter Shor and Andrew Steane. According to the quantum Hamming bound, encoding a single logical qubit and providing for arbitrary error correction in a single qubit requires a minimum of 5 physical qubits. * A more general class of codes (encompassing the former) are the stabilizer codes discovered by
Daniel Gottesman Daniel Gottesman is a physicist, known for his work regarding quantum error correction, in particular the invention of the stabilizer formalism for quantum error-correcting codes, and the Gottesman–Knill theorem. He is a faculty member at the ...
, and by
Robert Calderbank Robert Calderbank (born 28 December 1954) is a professor of Computer Science, Electrical Engineering, and Mathematics and director of the Information Initiative at Duke University. He received a BSc from Warwick University in 1975, an MSc ...
,
Eric Rains Eric Michael Rains (born 23 August 1973) is an American mathematician specializing in coding theory and special functions, especially applications from and to noncommutative algebraic geometry. Biography Eric Rains was 14 when he began classe ...
, Peter Shor, and N. J. A. Sloane; these are also called
additive code Additive may refer to: Mathematics * Additive function, a function in number theory * Additive map, a function that preserves the addition operation * Additive set-functionn see Sigma additivity * Additive category, a preadditive category with fi ...
s. *Two dimensional Bacon–Shor codes are a family of codes parameterized by integers ''m'' and ''n''. There are ''nm'' qubits arranged in a square lattice. * A newer idea is
Alexei Kitaev Alexei Yurievich Kitaev (russian: Алексей Юрьевич Китаев; born August 26, 1963) is a Russian–American professor of physics at the California Institute of Technology and permanent member of the Kavli Institute for Theoretica ...
's topological quantum codes and the more general idea of a topological quantum computer. * Todd Brun, Igor Devetak, and Min-Hsiu Hsieh also constructed the entanglement-assisted stabilizer formalism as an extension of the standard stabilizer formalism that incorporates quantum entanglement shared between a sender and a receiver. That these codes allow indeed for quantum computations of arbitrary length is the content of the quantum threshold theorem, found by Michael Ben-Or and
Dorit Aharonov Dorit Aharonov ( he, דורית אהרונוב; born 1970) is an Israeli computer scientist specializing in quantum computing. Aharonov graduated from Weizmann Institute of Science with an MSc in Physics. She received her doctorate for Comput ...
, which asserts that you can correct for all errors if you concatenate quantum codes such as the CSS codes—i.e. re-encode each logical qubit by the same code again, and so on, on logarithmically many levels—''provided'' that the error rate of individual quantum gates is below a certain threshold; as otherwise, the attempts to measure the syndrome and correct the errors would introduce more new errors than they correct for. As of late 2004, estimates for this threshold indicate that it could be as high as 1–3%, provided that there are sufficiently many qubits available.


Experimental realization

There have been several experimental realizations of CSS-based codes. The first demonstration was with nuclear magnetic resonance qubits. Subsequently, demonstrations have been made with linear optics, trapped ions, and superconducting ( transmon) qubits. In 2016 for the first time the lifetime of a quantum bit was prolonged by employing a QEC code. The error-correction demonstration was performed on Schrodinger-cat states encoded in a superconducting resonator, and employed a quantum controller capable of performing real-time feedback operations including read-out of the quantum information, its analysis, and the correction of its detected errors. The work demonstrated how the quantum-error-corrected system reaches the break-even point at which the lifetime of a logical qubit exceeds the lifetime of the underlying constituents of the system (the physical qubits). Other error correcting codes have also been implemented, such as one aimed at correcting for photon loss, the dominant error source in photonic qubit schemes. In 2021, an entangling gate between two logical qubits encoded in topological quantum error-correction codes has first been realized using 10 ions in a trapped-ion quantum computer. 2021 also saw the first experimental demonstration of fault-tolerant Bacon-Shor code in a single logical qubit of a trapped-ion system, i.e. a demonstration for which the addition of error correction is able to suppress more errors than is introduced by the overhead required to implement the error correction as well as fault tolerant Steane code. In 2022, researchers at the
University of Innsbruck The University of Innsbruck (german: Leopold-Franzens-Universität Innsbruck; la, Universitas Leopoldino Franciscea) is a public research university in Innsbruck, the capital of the Austrian federal state of Tyrol, founded on October 15, 1669. ...
have demonstrated a fault-tolerant universal set of gates on two logical qubits in a trapped-ion quantum computer. They have performed a logical two-qubit controlled-NOT gate between two instances of the seven-qubit colour code, and fault-tolerantly prepared a logical magic state.


Quantum error-correction without encoding and parity-checks

Also in 2022, a research at University o
Engineering and Technology Lahore
demonstrated error-cancellation by inserting single-qubit Z-axis rotation gates into strategically chosen locations of the superconductor quantum circuits. The scheme has been shown to effectively correct errors that would otherwise rapidly add up under constructive interference of coherent noise. This is a circuit-level calibration scheme that traces deviations (e.g. sharp dips or notches) in the decoherence curve to detect and localize the coherent error, but does not require encoding or parity measurements. However, further investigation is needed to establish the effectiveness of this method for the incoherent noise.


See also

*
Error detection and correction In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable commu ...
*
Soft error In electronics and computing, a soft error is a type of error where a signal or datum is wrong. Errors may be caused by a defect, usually understood either to be a mistake in design or construction, or a broken component. A soft error is also a ...


References


Further reading

* * * *Freedman, Michael H.; Meyer, David A.; Luo, Feng: Z2- Systolic freedom and quantum codes. ''Mathematics of quantum computation'', 287–320, Comput. Math. Ser., Chapman & Hall/CRC, Boca Raton, FL, 2002. * *


External links

*
Error-check breakthrough in quantum computing
* {{DEFAULTSORT:Quantum Error Correction Quantum computing Fault-tolerant computer systems