-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
158 lines (120 loc) · 7.81 KB
/
about.html
File metadata and controls
158 lines (120 loc) · 7.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="citation_language" content="en" />
<meta name="citation_author" content="Victor V. Albert" />
<meta name="citation_author" content="Philippe Faist" />
<meta name="citation_title" content="The Error Correction Zoo" />
<meta name="citation_publication_date" content="2023" />
<meta name="citation_date" content="2023" />
<!--<meta name="citation_doi" content="10.zzzz/wwwwww"/>-->
<meta name="DC.title" content="The Error Correction Zoo" />
<meta name="DC.author" content="Victor V. Albert"/>
<meta name="DC.author" content="Philippe Faist"/>
<meta name="DC.issued" content="2023" />
<title>
About — Error Correction Zoo
</title>
<!-- favicon generated with https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!--<link rel="manifest" href="/site.webmanifest">-->
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00007f">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- end favicon code -->
<link type="text/css" rel="stylesheet" href="/css/main.css" />
<script type="text/javascript">
window.ecz_baseurl = '/';
</script>
<script type="text/javascript" async
src="/js/misc.js">
</script>
<script type="text/javascript" src="/js/mathjaxinit.js" async>
</script>
</head>
<body>
<div
id="bodycontents"
class=" "
>
<div id="header-bg-decoration"></div>
<a id="logo" href="/"></a>
<header id="header"></header>
<main id="main">
<h1>The Error Correction Zoo collects and organizes error-correcting codes.</h1>
<p>Error correction is what ensures that the audio in your phone calls remains
sharp, your hard drives do not deteriorate too quickly, and signals can be
reliably transmitted to remote satellites.</p>
<p>Over multiple decades, and with the explosion of the information age, an
enormous variety of error-correction schemes were developed. Recently, a
radically new type of error correction was introduced, one that can protect the
quantum information that is stored in a quantum computer or that is communicated
over a quantum network.</p>
<p>We created the <i>Error Correction Zoo</i> to categorize and to organize
known classical and quantum error-correction schemes. It is inspired by other
similar zoos, including the <a href="https://complexityzoo.net/"
target="_blank">Complexity Zoo</a>,
the <a href="https://quantumalgorithmzoo.org/" target="_blank">Quantum Algorithm
Zoo</a>, the <a href="https://wiki.veriqloud.fr/" target="_blank">Quantum
Protocol Zoo</a>, and the <a href="https://www.qubitzoo.com/"
target="_blank">Qubit Zoo</a>. Other zoos include the <a href="https://rmzoo.math.uconn.edu/"
target="_blank">Reverse Mathematics Zoo</a> and the <a href="https://www.computability.org/zoo-viewer/"
target="_blank">Computability Zoo</a>.</p>
<p>Code entries form the primary content of the zoo. An entry can be a specific
instance of a well-known code or a large family of codes, depending on community
interest. The idea is to have a dedicated up-to-date webpage for each family,
collecting original work, related protocols, and real-world implementations.
Codes are organized into kingdoms by alphabet (Hilbert space structure) in the
classical (quantum) case, with “parent” and “cousin” fields listing notable
relations and connections.</p>
<p>A founding feature of the EC zoo is separation of data storage from
presentation. Code information displayed in the zoo is stored in a structured
form on <a href="https://github.com/errorcorrectionzoo/eczoo_data/"
target="_blank">github.com</a>. This mechanism allows for the presentation of
data in various ways, including through
a <a href="https://errorcorrectionzoo.org/code_graph" target="_blank">code
graph</a> and <a href="https://errorcorrectionzoo.org/lists"
target="_blank">code lists</a>.</p>
<p>We hope you enjoy your visit! If you have feedback, please drop us a
line. We'd love to hear from you.</p>
<h1>The Zoo Team</h1>
<p>A <a href="/team">team of wonderful people</a> have made
it possible to create and maintain this zoo.</p>
<h1 id="contributing">Contributing</h1>
<p>Do you feel like contributing? Don't hesitate to send us an email or a
pull request! You can also check out our
<a
target="_blank"
href="https://github.com/errorcorrectionzoo/eczoo_data/blob/main/CONTRIBUTING.md"
>contributing guidlines</a>.</p>
<h1>Licensing information</h1>
<p><a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons
License" style="border-width:0;vertical-align:middle; display:inline-block;margin-right:0.6em; width:80px;height:15px;"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>This work is
licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
Attribution-ShareAlike 4.0 International License</a>.</p>
</main><!-- #main -->
<nav id="navigation">
<ul class="navlinks"><li><a href="/">Home</a></li><li><a href="/code_graph">Code graph</a></li><li><a href="/lists">Code lists</a></li><li><a href="/concepts">Concepts Glossary</a></li><li><a href="/search">Search</a></li></ul><h1><a href="/domain/classical_domain">Classical Domain</a></h1><ul class="navlinks"><li><a href="/kingdom/bits_into_bits">Binary Kingdom</a></li><li><a href="/kingdom/q-ary_digits_into_q-ary_digits">Galois-field Kingdom</a></li><li><a href="/kingdom/matrices_into_matrices">Matrix Kingdom</a></li><li><a href="/kingdom/analog">Analog Kingdom</a></li><li><a href="/kingdom/points_into_spheres">Spherical Kingdom</a></li><li><a href="/kingdom/rings_into_rings">Ring Kingdom</a></li><li><a href="/kingdom/group_classical">Group Kingdom</a></li></ul><h1><a href="/domain/quantum_domain">Quantum Domain</a></h1><ul class="navlinks"><li><a href="/kingdom/qubits_into_qubits">Qubit Kingdom</a></li><li><a href="/kingdom/qudits_into_qudits">Modular-qudit Kingdom</a></li><li><a href="/kingdom/galois_into_galois">Galois-qudit Kingdom</a></li><li><a href="/kingdom/oscillators">Bosonic Kingdom</a></li><li><a href="/kingdom/spins_into_spins">Spin Kingdom</a></li><li><a href="/kingdom/group_quantum">Group Kingdom</a></li><li><a href="/kingdom/category_quantum">Category Kingdom</a></li></ul><h1><a href="/domain/quantum_into_classical_domain">Classical-quantum Domain</a></h1><ul class="navlinks"><li><a href="/kingdom/qubit_classical_into_quantum">Binary c-q Kingdom</a></li><li><a href="/kingdom/bosonic_classical_into_quantum">Bosonic/analog c-q Kingdom</a></li></ul><h1></h1><ul class="navlinks"><li><a href="/edit_code">Add new code</a></li><!--<li><a href="/additional_resources">Additional resources</a></li>--><li><a href="/team">Team</a></li><li><a href="/about">About</a></li></ul>
</nav><!-- #navigation -->
<nav id="navigation-shortcuts">
<a href="#navigation" id="nav-shortcut-to-navigation-links">≡</a>
</nav>
<footer id="footer">
<div class="footer-stuff">
<a href="/about">Error correction zoo</a>
by Victor V. Albert, Philippe Faist, and
<a href="/team">many contributors</a>.
<!--<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br />-->
This work is licensed under a <a rel="license" target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA License</a>.
See <a target="_blank" href="https://github.com/errorcorrectionzoo/eczoo_data/blob/main/CONTRIBUTING.md">how to contribute</a>. </div>
</footer>
</div>
</body>
</html>