We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6566983 commit 273acf1Copy full SHA for 273acf1
1 file changed
README.md
@@ -107,15 +107,15 @@ Example with Advanced Options:
107
```bash
108
./tesseract \
109
--pqlimit 1000000 \
110
- --at-most-two-errors-per-detector \
+ --no-revisit-dets \
111
--det-order-seed 232852747 \
112
+ --det-order-index --num-det-orders 24 \
113
--circuit circuit_file.stim \
114
--sample-seed 232856747 \
115
--sample-num-shots 10000 \
116
--threads 32 \
117
--print-stats \
- --beam 23 \
118
- --num-det-orders 1 \
+ --beam 23 --beam-climbing \
119
--shot-range-begin 582 \
120
--shot-range-end 583
121
```
0 commit comments