Skip to main content

Questions tagged [sinter]

Filter by
Sorted by
Tagged with
0 votes
1 answer
81 views

How to fix AssertionError in Stim Sinter.collect?

I am running Sinter to find the logical error rate by running my .stim files. But I keep getting this error. I looked into another question posted in this platform regarding ...
Pritesh Thakur's user avatar
1 vote
1 answer
79 views

Why is there this Assertion Error with sinter.collect in the Stim tutorial? Where does it come from?

I went through the jupyter notebook of the stim tutorial, and I ran some of the blocks but everything was already generated so I mostly just read through it. Then of course I wanted to put some things ...
cvr's user avatar
  • 11
1 vote
2 answers
84 views

Fixed issue: Why does this valid-looking Stim circuit with multiple HERALDED_ERASE gates fail?

I’m experimenting with Stim’s HERALDED_ERASE noise and its detector-error model. Individual fragments taken from gates.md work fine: ...
Mert Gökduman's user avatar
0 votes
1 answer
95 views

Why does the logical error-rate decrease with higher physical error with PyMatching?

Currently, I am looking into the workings of PyMatching. I have already read the whole paper on PyMatching, as well as the newer version in the form of Sparse-Blossom. To test my understanding of the ...
Fabian Spreemann's user avatar
1 vote
1 answer
337 views

What is the right way to do Stim/sinter simulations using an HPC cluster?

I believe that if using sinter.collect to simulate an error correction circuit in Stim, setting the number of tasks is not sufficient to fully take advantage of a ...
itsabijection's user avatar
1 vote
1 answer
111 views

Computing pseudo-threshold with sinter and stim

I've been using stim and sinter to test some codes I've been developing. Is there a built in sinter method for approximating the pseudothreshold? I could fit a curve to my data and find where it ...
Palash Goiporia's user avatar
0 votes
0 answers
91 views

Why Sinter is using so much memory? Is there a way to reduce it?

I am using Sinter to sample STIM circuit of a big Hypergraph product code [[1800,98,10]]. The machine I am using has 128GB ram and 32 CPU cores. Sinter is eating up huge memory and it crashes in a ...
Omprakash Chandra's user avatar
0 votes
1 answer
70 views

Sinter, decode_to_edges_array

Does anyone know if sinter has the capability of decoding to edges array? It's a method in the pymatching. Thanks.
user avatar
0 votes
1 answer
257 views

Handling lots of data points in Sinter Graphing

Sinter is really awesome for streamlining my circuit runs. It was incredibly easy to set up and switch into, and it's very fast. The save_resume_filepath is a life ...
buzzword12's user avatar
0 votes
1 answer
163 views

Sinter: save detection counts

Is there a way to extract all detection events (for each detector individually) that occur during a sinter.Task/sinter.collect ...
jchadwick's user avatar
  • 503