Skip to content

Commit 3299e14

Browse files
committed
update the README for passing the det files when only DEM is passed without the circuit
1 parent 3260d58 commit 3299e14

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
97103
Example with Advanced Options:
98104

99105
```bash

0 commit comments

Comments
 (0)