Jump to content

Quantum error correction

From Wikipedia, the free encyclopedia
(Redirected fromShor code)

Quantum error correction(QEC) is a set of techniques used inquantum computingto protectquantum informationfrom errors due todecoherenceand otherquantum noise.Quantum error correction is theorised as essential to achievefault tolerant quantum computingthat can reduce the effects of noise on stored quantum information, faulty quantum gates, faulty quantum state preparation, and faulty measurements. Effective quantum error correction would allow quantum computers with low qubit fidelity to execute algorithms of higher complexity or greatercircuit depth.[1]

Classicalerror correctionoften employsredundancy.The simplest albeit inefficient approach is therepetition code.A repetition code stores the desired (logical) information as multiple copies, and—if these copies are later found to disagree due to errors introduced to the system-determines the most likely value for the original data by majority vote. E.g. suppose we copy a bit in the one (on) state three times. Suppose further that noise in the system introduces an error which corrupts the three-bit state so that one of the copied bits becomes zero (off) but the other two remain equal to one. Assuming that errors are independent and occur with some sufficiently low probabilityp,it is most likely that the error is a single-bit error and the intended message is three bits in the one state. 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 is a single bit in the one state and the physical information are the three duplicate bits. Creating a physical state that represents the logical state is calledencodingand determining which logical state is encoded in the physical state is calleddecoding.Similar to classical error correction, QEC codes do not always correctly decode logical qubits, but instead reduce the effect of noise on the logical state.

Copying quantum information is not possible due to theno-cloning theorem.This theorem seems to present an obstacle to formulating a theory of quantum error correction. But it is possible tospreadthe (logical) information of one logicalqubitonto a highly entangled state of several (physical) qubits.Peter Shorfirst discovered this method of formulating aquantum error correcting codeby storing the information of one qubit onto a highly entangled state of nine qubits.[2]

In classical error correction,syndrome decodingis used to diagnose which error was the likely source of corruption on 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 thephase) flip, or both (corresponding to thePauli matricesX, Z, and Y). The measurement of the syndrome has theprojectiveeffect of aquantum measurement,so even if the error due to the noise was arbitrary, it can be expressed as a combination ofbasisoperations called the error basis (which is given by the Pauli matrices and theidentity). 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 anyquantum superpositionof this logical qubit with other qubits in thequantum computer,which would prevent it from being used to convey quantum information.

Bit flip code

[edit]

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 theno-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 thethree-qubit bit flip codefirst proposed by Asher Peres in 1985.[3]This technique usesentanglementand syndrome measurements and is comparable in performance with the repetition code.

Quantum circuitof the bit flip code

Consider the situation in which we want to transmit the state of a single qubitthrough a noisy channel.Let us moreover assume that this channel either flips the state of the qubit, with probability,or leaves it unchanged. The action ofon a general inputcan therefore be written as.

Letbe the quantum state to be transmitted. With no error correcting protocol in place, the transmitted state will be correctly transmitted with probability.We can however improve on this number byencodingthe 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 mappingsand.The input stateis encoded into the state.This mapping can be realized for example using two CNOT gates, entangling the system with twoancillary qubitsinitialized in the state.[4]The encoded stateis what is now passed through the noisy channel.

The channel acts onby flipping some subset (possibly empty) of its qubits. No qubit is flipped with probability,a single qubit is flipped with probability,two qubits are flipped with probability,and all three qubits are flipped with probability.Note that a further assumption about the channel is made here: we assume thatacts 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.

Comparison of outputminimumfidelities, with (red) and without (blue) error correcting via the three qubit bit flip code. Notice how, for,the error correction scheme improves the fidelity.

Let us assume for simplicity thatis 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:This reveals which qubits are different from the others, without at the same time giving information about the state of the qubits themselves. If the outcome corresponding tois obtained, no correction is applied, while if the outcome corresponding tois observed, then the PauliXgate is applied to the-th qubit. Formally, this correcting procedure corresponds to the application of the following map to the output of the channel:

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,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 thefidelitybetween the inputand the output.Being the output statecorrect when no more than one qubit is flipped, which happens with probability,we can write it as,where the dots denote components ofresulting from errors not properly corrected by the protocol. It follows thatThisfidelityis 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 fidelityaftererror correction is greater than the one without for.Note that this is consistent with the working assumption that was made while deriving the protocol (ofbeing small enough).

Sign flip code

[edit]
Quantum circuitof the phase 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 betweenandcan become inverted. For instance, a qubit in the statemay have its sign flip to

The original state of the qubit will be changed into the state

In the Hadamard basis, bit flips become sign flips and sign flips become bit flips. Letbe a quantum channel that can cause at most one phase flip. Then the bit flip code from above can recoverby transforming into the Hadamard basis before and after transmission through.

Shor code

[edit]

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 a logical qubit using a well-designed QEC code. One example of a code that does this is the Shor code, published in 1995.[2][5]: 10 Since these two types of errors are the only types of errors that can result after a projective measurement, a Shor code corrects arbitrary single-qubit errors.

Quantum circuitto encode a single logical qubit with the Shor code and then perform bit flip error correction on each of the three blocks.

Letbe aquantum channelthat 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 statewill be transformed into the product of 9 qubits,where

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,thencan be described in the form where,,,andare complex constants, I is the identity, and thePauli matricesare given by

IfUis equal toI,then no error occurs. If,a bit flip error occurs. If,a sign flip error occurs. Ifthen 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

[edit]

Several proposals have been made for storing error-correctable quantum information in bosonic modes.[clarification needed]Unlike a two-level system, aquantum harmonic oscillatorhas infinitely many energy levels in a single physical system. Codes for these systems include cat,[6][7][8]Gottesman-Kitaev-Preskill (GKP),[9]and binomial codes.[10][11]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.

Binomial code[10]

[edit]

Written in theFockbasis, the simplest binomial encoding is where the subscript L indicates a "logically encoded" state. Then if the dominant error mechanism of the system is the stochastic application of the bosoniclowering operatorthe corresponding error states areandrespectively. Since the codewords involve only even photon number, and the error states involve only odd photon number, errors can be detected by measuring thephoton numberparity of the system.[10][12]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.

Cat code[6][7][8]

[edit]

Schrödinger cat states,superpositions of coherent states, can also be used as logical states for error correction codes. Cat code, realized by Ofek et al.[13]in 2016, defined two sets of logical states:and,where each of the states is a superposition ofcoherent stateas follows

Those two sets of states differ from the photon number parity, as states denoted withonly occupy even photon number states and states withindicate they have odd parity. Similar to the binomial code, if the dominant error mechanism of the system is the stochastic application of the bosoniclowering operator,the error takes the logical states from the even parity subspace to the odd one, and vice versa. Single-photon-loss errors can therefore be detected by measuring the photon number parity operatorusing a dispersively coupled ancillary qubit.[12]

Still, cat qubits are not protected against two-photon loss,dephasing noise,photon-gain error,etc.

General codes

[edit]

In general, aquantum codefor aquantum channelis a subspace,whereis the state Hilbert space, such that there exists another quantum channelwith whereis theorthogonal projectiononto.Hereis known as thecorrection operation.

Anon-degenerate codeis 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 consideredpure.[14]

Models

[edit]

Over time, researchers have come up with several codes:

That these codes allow indeed for quantum computations of arbitrary length is the content of thequantum threshold theorem,found byMichael Ben-OrandDorit Aharonov,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—providedthat the error rate of individualquantum gatesis 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%,[20]provided that there are sufficiently manyqubitsavailable.

Experimental realization

[edit]

There have been several experimental realizations of CSS-based codes. The first demonstration was withnuclear magnetic resonance qubits.[21]Subsequently, demonstrations have been made with linear optics,[22]trapped ions,[23][24]and superconducting (transmon) qubits.[25]

In 2016 for the first time the lifetime of a quantum bit was prolonged by employing a QEC code.[13]The error-correction demonstration was performed onSchrodinger-cat statesencoded in a superconducting resonator, and employed aquantum controllercapable 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.[26][27]

In 2021, anentangling gatebetween two logical qubits encoded intopological quantum error-correction codeshas first been realized using 10 ions in atrapped-ion quantum computer.[28][29]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 tolerantSteane code.[30][31][32]

In 2022, researchers at theUniversity of Innsbruckhave 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 logicalmagic state.[33]

In February 2023 researchers at Google claimed to have decreased quantum errors by increasing the qubit number in experiments, they used a fault tolerantsurface codemeasuring an error rate of 3.028% and 2.914% for a distance-3 qubit array and a distance-5 qubit array respectively.[34][35][36]

In April 2024, researchers at Microsoft claimed to have successfully tested a quantum error correction code that allowed them to achieve an error rate with logical qubits that is 800 times better than the underlying physical error rate.[37]

This qubit virtualization system was used to create 4 logical qubits with 30 of the 32 qubits on Quantinuum’s trapped-ion hardware. The system uses an active syndrome extraction technique to diagnose errors and correct them while calculations are underway without destroying the logical qubits.[38]

Quantum error-correction without encoding and parity-checks

[edit]

In 2022, research at University of Engineering and Technology Lahore demonstrated error-cancellation by inserting single-qubit Z-axis rotation gates into strategically chosen locations of the superconductor quantum circuits.[39]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.[40]However, further investigation is needed to establish the effectiveness of this method for the incoherent noise.[39]

See also

[edit]

References

[edit]
  1. ^Cai, Weizhou; Ma, Yuwei (2021)."Bosonic quantum error correction codes in superconducting quantum circuits".Fundamental Research.1(1): 50–67.arXiv:2010.08699.Bibcode:2021FunRe...1...50C.doi:10.1016/j.fmre.2020.12.006.A practical quantum computer that is capable of large circuit depth, therefore, ultimately calls for operations on logical qubits protected by quantum error correction
  2. ^abShor, Peter W.(1995). "Scheme for reducing decoherence in quantum computer memory".Physical Review A.52(4): R2493–R2496.Bibcode:1995PhRvA..52.2493S.doi:10.1103/PhysRevA.52.R2493.PMID9912632.
  3. ^Peres, Asher (1985). "Reversible Logic and Quantum Computers".Physical Review A.32(6): 3266–3276.Bibcode:1985PhRvA..32.3266P.doi:10.1103/PhysRevA.32.3266.PMID9896493.
  4. ^Nielsen, Michael A.;Chuang, Isaac L.(2000).Quantum Computation and Quantum Information.Cambridge University Press.
  5. ^Devitt, Simon J; Munro, William J; Nemoto, Kae (2013-06-20)."Quantum error correction for beginners".Reports on Progress in Physics.76(7): 076001.arXiv:0905.2794.Bibcode:2013RPPh...76g6001D.doi:10.1088/0034-4885/76/7/076001.ISSN0034-4885.PMID23787909.S2CID206021660.
  6. ^abCochrane, P. T.; Milburn, G. J.; Munro, W. J. (1999-04-01). "Macroscopically distinct quantum-superposition states as a bosonic code for amplitude damping".Physical Review A.59(4): 2631–2634.arXiv:quant-ph/9809037.Bibcode:1999PhRvA..59.2631C.doi:10.1103/PhysRevA.59.2631.S2CID119532538.
  7. ^abLeghtas, Zaki; Kirchmair, Gerhard; Vlastakis, Brian; Schoelkopf, Robert J.; Devoret, Michel H.; Mirrahimi, Mazyar (2013-09-20). "Hardware-Efficient Autonomous Quantum Memory Protection".Physical Review Letters.111(12): 120501.arXiv:1207.0679.Bibcode:2013PhRvL.111l0501L.doi:10.1103/physrevlett.111.120501.ISSN0031-9007.PMID24093235.S2CID19929020.
  8. ^abMirrahimi, Mazyar; Leghtas, Zaki; Albert, Victor V; Touzard, Steven; Schoelkopf, Robert J; Jiang, Liang; Devoret, Michel H (2014-04-22). "Dynamically protected cat-qubits: a new paradigm for universal quantum computation".New Journal of Physics.16(4): 045014.arXiv:1312.2017.Bibcode:2014NJPh...16d5014M.doi:10.1088/1367-2630/16/4/045014.ISSN1367-2630.S2CID7179816.
  9. ^Daniel Gottesman; Alexei Kitaev; John Preskill (2001). "Encoding a qubit in an oscillator".Physical Review A.64(1): 012310.arXiv:quant-ph/0008040.Bibcode:2001PhRvA..64a2310G.doi:10.1103/PhysRevA.64.012310.S2CID18995200.
  10. ^abcMichael, Marios H.; Silveri, Matti; Brierley, R. T.; Albert, Victor V.; Salmilehto, Juha; Jiang, Liang; Girvin, S. M. (2016-07-14). "New Class of Quantum Error-Correcting Codes for a Bosonic Mode".Physical Review X.6(3): 031006.arXiv:1602.00008.Bibcode:2016PhRvX...6c1006M.doi:10.1103/PhysRevX.6.031006.S2CID29518512.
  11. ^Albert, Victor V.; Noh, Kyungjoo; Duivenvoorden, Kasper; Young, Dylan J.; Brierley, R. T.; Reinhold, Philip; Vuillot, Christophe; Li, Linshu; Shen, Chao; Girvin, S. M.; Terhal, Barbara M.; Jiang, Liang (2018). "Performance and structure of single-mode bosonic codes".Physical Review A.97(3): 032346.arXiv:1708.05010.Bibcode:2018PhRvA..97c2346A.doi:10.1103/PhysRevA.97.032346.S2CID51691343.
  12. ^abSun, L.; Petrenko, A.; Leghtas, Z.; Vlastakis, B.; Kirchmair, G.; Sliwa, K. M.; Narla, A.; Hatridge, M.; Shankar, S.; Blumoff, J.; Frunzio, L.; Mirrahimi, M.; Devoret, M. H.; Schoelkopf, R. J. (July 2014). "Tracking photon jumps with repeated quantum non-demolition parity measurements".Nature.511(7510): 444–448.arXiv:1311.2534.Bibcode:2014Natur.511..444S.doi:10.1038/nature13436.ISSN1476-4687.PMID25043007.S2CID987945.
  13. ^abOfek, Nissim; Petrenko, Andrei; Heeres, Reinier; Reinhold, Philip; Leghtas, Zaki; Vlastakis, Brian; Liu, Yehan; Frunzio, Luigi; Girvin, S. M.; Jiang, L.; Mirrahimi, Mazyar (August 2016). "Extending the lifetime of a quantum bit with error correction in superconducting circuits".Nature.536(7617): 441–445.Bibcode:2016Natur.536..441O.doi:10.1038/nature18949.ISSN0028-0836.PMID27437573.S2CID594116.
  14. ^Calderbank, A. R.; Rains, E. M.; Shor, P. W.; Sloane, N. J. A. (1998). "Quantum Error Correction via Codes over GF(4)".IEEE Transactions on Information Theory.44(4): 1369–1387.arXiv:quant-ph/9608006.doi:10.1109/18.681315.S2CID1215697.
  15. ^Bacon, Dave (2006-01-30). "Operator quantum error-correcting subsystems for self-correcting quantum memories".Physical Review A.73(1): 012340.arXiv:quant-ph/0506023.Bibcode:2006PhRvA..73a2340B.doi:10.1103/PhysRevA.73.012340.S2CID118968017.
  16. ^ Kitaev, Alexei (1997-07-31)."Quantum Error Correction with Imperfect Gates".Quantum Communication, Computing, and Measurement.Springer. pp. 181–188.doi:10.1007/978-1-4615-5923-8.
  17. ^Fowler, Austin G.; Mariantoni, Matteo; Martinis, John M.; Cleland, Andrew N. (2012-09-18). "Surface codes: Towards practical large-scale quantum computation".Physical Review A.86(3): 032324.arXiv:1208.0928.Bibcode:2012PhRvA..86c2324F.doi:10.1103/PhysRevA.86.032324.ISSN1050-2947.
  18. ^Gidney, Craig; Newman, Michael; Brooks, Peter; Jones, Cody (2023). "Yoked surface codes".arXiv:2312.04522[quant-ph].
  19. ^Horsman, Dominic; Fowler, Austin G; Devitt, Simon; Meter, Rodney Van (2012-12-01). "Surface code quantum computing by lattice surgery".New Journal of Physics.14(12): 123011.arXiv:1111.4022.Bibcode:2012NJPh...14l3011H.doi:10.1088/1367-2630/14/12/123011.ISSN1367-2630.
  20. ^Knill, Emanuel (2004-11-02). "Quantum Computing with Very Noisy Devices".Nature.434(7029): 39–44.arXiv:quant-ph/0410199.Bibcode:2005Natur.434...39K.doi:10.1038/nature03350.PMID15744292.S2CID4420858.
  21. ^Cory, D. G.; Price, M. D.; Maas, W.; Knill, E.; Laflamme, R.; Zurek, W. H.; Havel, T. F.; Somaroo, S. S. (1998). "Experimental Quantum Error Correction".Phys. Rev. Lett.81(10): 2152–2155.arXiv:quant-ph/9802018.Bibcode:1998PhRvL..81.2152C.doi:10.1103/PhysRevLett.81.2152.S2CID11662810.
  22. ^Pittman, T. B.; Jacobs, B. C.; Franson, J. D. (2005). "Demonstration of quantum error correction using linear optics".Phys. Rev. A.71(5): 052332.arXiv:quant-ph/0502042.Bibcode:2005PhRvA..71e2332P.doi:10.1103/PhysRevA.71.052332.S2CID11679660.
  23. ^Chiaverini, J.; Leibfried, D.; Schaetz, T.; Barrett, M. D.; Blakestad, R. B.; Britton, J.; Itano, W. M.; Jost, J. D.; Knill, E.; Langer, C.; Ozeri, R.; Wineland, D. J. (2004). "Realization of quantum error correction".Nature.432(7017): 602–605.Bibcode:2004Natur.432..602C.doi:10.1038/nature03074.PMID15577904.S2CID167898.
  24. ^Schindler, P.; Barreiro, J. T.; Monz, T.; Nebendahl, V.; Nigg, D.; Chwalla, M.; Hennrich, M.; Blatt, R. (2011). "Experimental Repetitive Quantum Error Correction".Science.332(6033): 1059–1061.Bibcode:2011Sci...332.1059S.doi:10.1126/science.1203329.PMID21617070.S2CID32268350.
  25. ^Reed, M. D.; DiCarlo, L.; Nigg, S. E.; Sun, L.; Frunzio, L.; Girvin, S. M.; Schoelkopf, R. J. (2012). "Realization of Three-Qubit Quantum Error Correction with Superconducting Circuits".Nature.482(7385): 382–385.arXiv:1109.4948.Bibcode:2012Natur.482..382R.doi:10.1038/nature10786.PMID22297844.S2CID2610639.
  26. ^Lassen, M.; Sabuncu, M.; Huck, A.; Niset, J.; Leuchs, G.; Cerf, N. J.; Andersen, U. L. (2010). "Quantum optical coherence can survive photon losses using a continuous-variable quantum erasure-correcting code".Nature Photonics.4(10): 700.arXiv:1006.3941.Bibcode:2010NaPho...4..700L.doi:10.1038/nphoton.2010.168.S2CID55090423.
  27. ^Guo, Qihao; Zhao, Yuan-Yuan; Grassl, Markus; Nie, Xinfang; Xiang, Guo-Yong; Xin, Tao; Yin, Zhang-Qi;Zeng, Bei(2021). "Testing a quantum error-correcting code on various platforms".Science Bulletin.66(1): 29–35.arXiv:2001.07998.Bibcode:2021SciBu..66...29G.doi:10.1016/j.scib.2020.07.033.PMID36654309.S2CID210861230.
  28. ^"Error-protected quantum bits entangled for the first time".phys.org.2021-01-13.Retrieved2021-08-30.
  29. ^Erhard, Alexander; Poulsen Nautrup, Hendrik; Meth, Michael; Postler, Lukas; Stricker, Roman; Stadler, Martin; Negnevitsky, Vlad; Ringbauer, Martin; Schindler, Philipp; Briegel, Hans J.; Blatt, Rainer; Friis, Nicolai; Monz, Thomas (2021-01-13). "Entangling logical qubits with lattice surgery".Nature.589(7841): 220–224.arXiv:2006.03071.Bibcode:2021Natur.589..220E.doi:10.1038/s41586-020-03079-6.ISSN1476-4687.PMID33442044.S2CID219401398.
  30. ^Bedford, Bailey (2021-10-04)."Foundational step shows quantum computers can be better than the sum of their parts".phys.org.Retrieved2021-10-05.
  31. ^Egan, Laird; Debroy, Dripto M.; Noel, Crystal; Risinger, Andrew; Zhu, Daiwei; Biswas, Debopriyo; Newman, Michael; Li, Muyuan; Brown, Kenneth R.; Cetina, Marko; Monroe, Christopher (2021-10-04). "Fault-tolerant control of an error-corrected qubit".Nature.598(7880): 281–286.Bibcode:2021Natur.598..281E.doi:10.1038/s41586-021-03928-y.ISSN0028-0836.PMID34608286.S2CID238357892.
  32. ^Ball, Philip (2021-12-23)."Real-Time Error Correction for Quantum Computing".Physics.14.184.Bibcode:2021PhyOJ..14..184B.doi:10.1103/Physics.14.184.S2CID245442996.
  33. ^Postler, Lukas; Heußen, Sascha; Pogorelov, Ivan; Rispler, Manuel; Feldker, Thomas; Meth, Michael; Marciniak, Christian D.; Stricker, Roman; Ringbauer, Martin; Blatt, Rainer; Schindler, Philipp; Müller, Markus; Monz, Thomas (2022-05-25). "Demonstration of fault-tolerant universal quantum gate operations".Nature.605(7911): 675–680.arXiv:2111.12654.Bibcode:2022Natur.605..675P.doi:10.1038/s41586-022-04721-1.PMID35614250.S2CID244527180.
  34. ^Google Quantum AI (2023-02-22)."Suppressing quantum errors by scaling a surface code logical qubit".Nature.614(7949): 676–681.Bibcode:2023Natur.614..676G.doi:10.1038/s41586-022-05434-1.ISSN1476-4687.PMC9946823.PMID36813892.
  35. ^Boerkamp, Martijn (2023-03-20)."Breakthrough in quantum error correction could lead to large-scale quantum computers".Physics World.Retrieved2023-04-01.
  36. ^Conover, Emily (2023-02-22)."Google's quantum computer reached an error-correcting milestone".ScienceNews.Retrieved2023-04-01.
  37. ^Smith-Goodson, Paul (2024-04-18)."Microsoft And Quantinuum Improve Quantum Error Rates By 800x".Forbes.Retrieved2024-07-01.
  38. ^Yirka, Bob (2024-04-05)."Quantinuum quantum computer using Microsoft's 'logical quantum bits' runs 14,000 experiments with no errors".Phys.org.Retrieved2024-07-01.
  39. ^abAhsan, Muhammad; Naqvi, Syed Abbas Zilqurnain; Anwer, Haider (2022-02-18). "Quantum circuit engineering for correcting coherent noise".Physical Review A.105(2): 022428.arXiv:2109.03533.Bibcode:2022PhRvA.105b2428A.doi:10.1103/physreva.105.022428.ISSN2469-9926.S2CID237442177.
  40. ^Steffen, Matthias (2022-10-20)."What's the difference between error suppression, error mitigation, and error correction?".IBM Research Blog.Retrieved2022-11-26.

Further reading

[edit]
  • Daniel Lidarand Todd Brun, ed. (2013).Quantum Error Correction.Cambridge University Press.
  • La Guardia, Giuliano Gadioli, ed. (2020).Quantum Error Correction: Symmetric, Asymmetric, Synchronizable, and Convolutional Codes.Springer Nature.
  • Frank Gaitan (2008).Quantum Error Correction and Fault Tolerant Quantum Computing.Taylor & Francis.
  • Freedman, Michael H.; Meyer, David A.; Luo, Feng (2002). "Z2-Systolic freedomand quantum codes ".Mathematics of quantum computation.Comput. Math. Ser. Boca Raton, FL: Chapman & Hall/CRC. pp. 287–320.
  • Freedman, Michael H.; Meyer, David A. (1998). "Projective plane and planar quantum codes".Found. Comput. Math.2001(3): 325–332.arXiv:quant-ph/9810055.Bibcode:1998quant.ph.10055F.
[edit]