Questions tagged [sinter]
The sinter tag has no summary.
10 questions
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 ...
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 ...
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:
...
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 ...
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 ...
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 ...
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 ...
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.
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 ...
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 ...