You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ A Search-Based Decoder for Quantum Error Correction.
17
17
18
18
</div>
19
19
20
+
20
21
Tesseract is a Most Likely Error decoder designed for Low Density Parity Check (LDPC) quantum
21
22
error-correcting codes. It applies pruning heuristics and manifold orientation techniques during a
22
23
search over the error subsets to identify the most likely error configuration consistent with the
@@ -167,6 +168,11 @@ Here are some tips for improving performance:
167
168
168
169
This repository contains the C++ implementation of the Tesseract quantum error correction decoder, along with a Python wrapper. The Python wrapper/interface exposes the decoding algorithms and helper utilities, allowing Python users to leverage this high-performance decoding algorithm.
169
170
171
+
For installation:
172
+
```bash
173
+
pip install tesseract-decoder
174
+
```
175
+
170
176
The following example demonstrates how to create and use the Tesseract decoder using the Python interface.
0 commit comments