File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,10 @@ We tested the Tesseract decoder for:
4343 suitable for large-scale simulations.
4444* ** Efficient Beam Search:** implements a [ beam search] ( https://en.wikipedia.org/wiki/Beam_search )
4545 algorithm to minimize decoding cost and enhance efficiency.
46- * ** Sampling and Shot Range Processing:** supports sampling shots from circuits and processing
47- specific ranges of shots for flexible experiment setups.
46+ ** Sampling and Shot Range Processing:** supports sampling shots from circuits. When a detection
47+ error model is provided without an accompanying circuit, Tesseract requires detection events from
48+ files using ` --in ` . The decoder can also process specific shot ranges for flexible experiment
49+ setups.
4850* ** Detailed Statistics:** provides comprehensive statistics output, including shot counts, error
4951 counts, and processing times.
5052* ** Heuristics** : includes flexible heuristic options: ` --beam ` , ` --det-penalty ` ,
@@ -94,6 +96,10 @@ Basic Usage:
9496./tesseract --circuit CIRCUIT_FILE.stim --sample-num-shots N --print-stats
9597```
9698
99+ To decode pre-generated detection events, provide the input file using
100+ ` --in SHOTS_FILE --in-format FORMAT ` .
101+
102+
97103Example with Advanced Options:
98104
99105``` bash
You can’t perform that action at this time.
0 commit comments