Notepad/enter/Machine Tips (Quantum)/Resources/Concepts Review/Error Correction.md

3.8 KiB
Raw Blame History

Error Correction

Quantum error correction is a huge part of why current quantum computers are still being improved today. Understanding the quantum error correction problem will get you on your way to be a QC whiz!


Software & Tools


Research

  •  QEC scheme called measurement-based estimator scheme for continuous quantum error correction (MBE-CQEC), which could quickly and efficiently detect and correct errors from partial, noisy syndrome measurements. They set up a powerful classical computer to act as an outside controller (or estimator) that estimates errors in the quantum system, filters out the noise perfectly, and applies feedback to correct them!Pasted image 20221217144843.png

  • Quantum Low-Density Parity-Check (QLDPC) Code - Also called a sparse quantum code. Family of n,k,d stabilizer codes for which the number of sites (either qubit or qudit) participating in each stabilizer generator and the number of stabilizer generators that each site participates in are both bounded by a constant as <73>→∞. A geometrically local stabilizer code is a QLDPC code where the sites involved in any syndrome bit are contained in a fixed volume that does not scale with <68>. As opposed to general stabilizer codes, syndrome extraction of the constant-weight check operators of a QLDPC codes can be done using a constant-depth circuit. More info can be found here. !Pasted image 20230224122914.png


Check out the code graph as well.

More Error correction Papers:

  • https://www.arxiv-vanity.com/papers/2111.07029/
  • Error correction continues to be a field that gets furthered each and every year with better performance metrics.
  • It is currently (as of 2024 August) at 99.5% accuracy. However, for quantum computing to be scalable, it needs to have an accuracy of at worst 0.1% meaning at the very least 99.9 percent and it is simply not that right now especially as qubits continue to scale.