Skip to content

Commit 273acf1

Browse files
authored
Update Tesseract command options in README
1 parent 6566983 commit 273acf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ Example with Advanced Options:
107107
```bash
108108
./tesseract \
109109
--pqlimit 1000000 \
110-
--at-most-two-errors-per-detector \
110+
--no-revisit-dets \
111111
--det-order-seed 232852747 \
112+
--det-order-index --num-det-orders 24 \
112113
--circuit circuit_file.stim \
113114
--sample-seed 232856747 \
114115
--sample-num-shots 10000 \
115116
--threads 32 \
116117
--print-stats \
117-
--beam 23 \
118-
--num-det-orders 1 \
118+
--beam 23 --beam-climbing \
119119
--shot-range-begin 582 \
120120
--shot-range-end 583
121121
```

0 commit comments

Comments
 (0)