Run it
One command from circuit to detector samples
cargo run -p rstim --bin rstim -- detect --in circuit.stim --shots 1000 --out_format dets
Use stats to inspect a circuit or replace detect with sample for raw measurement shots.
Example results
Throughput depends strongly on circuit shape
Pinned release measurements for named fixtures; these are not a general performance claim.
| Fixture | Implementation | Throughput | Wall time |
|---|---|---|---|
| Surface d=11, r=100 | rstim compiled | 1,745 shots/s | 586.8 ms |
| Surface d=11, r=100 | Stim CLI | 5,597 shots/s | 183.0 ms |
| Repetition d=13, r=13 | rstim compiled | 11.51M shots/s | 1.738 ms |
| Repetition d=13, r=13 | Stim CLI | 232K shots/s | 86.111 ms |
Benchmark evidence
Checked simulator results
Loading simulator evidence.