CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 02:34:56 GMT
content-type: text/html; charset=utf-8
cf-ray: 9679b3151a4dc1c2-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=21ea22e4-732d-47f9-8164-e374ad840278; expires=Fri, 31 Jul 2026 02:34:56 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: a552b0af-084d-4e21-aa7c-49ec3b909400
x-worker-origin-response-time: 432000000
x-dns-prefetch-control: off
set-cookie: prov=21ea22e4-732d-47f9-8164-e374ad840278; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=P0iZ05Xv0acU9hYNWQBH9ZFGcpVJAQndS2ejDFidKC8-1753929296-1.0.1.1-boxTa4K3IkO12Q98GprVfCPUiCilFDXONq8dObNnQpf.fEGZuJKMhls0_JHF9FV0dxv8.OiDWcminrHDk9WuMJUO6wIXICao3UXE3Mgezxw; path=/; expires=Thu, 31-Jul-25 03:04:56 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=S25FqC.rMh4PZWLsZMIxGAY_eWzJb724ii.3S_Jl1dk-1753929296635-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'stim' Questions - Quantum Computing Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [stim]
For questions about Stim, the open source tool for high-performance simulation of quantum stabilizer circuits.
369 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
146
views
How do I verify a syndrome extraction circuit for a given stabilizer code?
I'm given a stabilizer code defined by a set of generator $\{S_i\}$ and logical operators $\{L_j\}$. I have a syndrome extraction circuit composed of Clifford gates and local measurements. The circuit ...
0
votes
0
answers
22
views
How to use Sinter to collect stats with postselection?
I’m performing logical error rate simulations in Stim with post-selection, and using sinter for multiprocessing to speed up sampling. According to the sinter API, we can pass a ...
0
votes
1
answer
103
views
Magic state cultivation: order of logical error and a T state being "too good"
In Craig Gidney, Noah Shutty and Cody Jones' Magic State Cultivation paper they say the 'escape' stage is necessary because the $|T\rangle$ state they are cultivating becomes "too good for the ...
0
votes
1
answer
54
views
Reliability of distance returned by search_undetectable_logical_error when dont_explore_edges_increasing_symptom_degre is set to True
I'm using Stim's search_undetectable_logical_errors to compute the distance of quantum error correction circuits (specifically D7 and D9 Steane codes with flag ...
0
votes
1
answer
56
views
How can I include an S gate error in Stim?
I would like to create a circuit in Stim that includes S gates as errors with some probability p. Ideally this would be heralded, and I could also have some probability of applying a Z gate instead. ...
1
vote
0
answers
53
views
How can I use STIM to find the shortest-distance logical error for the honeycomb code in an SD6 noise model? What am I doing wrong?
I was reading this paper: "Benchmarking the Planar Honeycomb Code" (arXiv:2202.11845), which gives an example of a vertical logical error of weight half the height of the code. So if I ...
3
votes
1
answer
92
views
Trouble understanding injection and cultivation stim circuits at low distance (d1=3)
I am currently having trouble understanding the stim circuits of inject+cultivate from this paper written by Craig Gidney, Noah Shutty, and Cody Jones. It most likely comes from the fact I am ...
2
votes
1
answer
63
views
how is measurement modelled in tableaux simulation
I'm reading through a stim overview paper and found a description of how a (single qubit) measurement is carried through a tableaux : Gidney paper,(page 9). I couldn't find another reference for this ...
0
votes
1
answer
46
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
62
views
How do I use CORRELATED_ERROR() of stim to implement crosstalk error?
I want to implement crosstalk error in my surface code after performing the CNOTs, to make it data-ancilla crosstalk.
Currently, the CNOTs are applied this way:
CX qc1 qt1 qc2 qt2 qc3 qt2 ... and so ...
3
votes
1
answer
171
views
Classical feedback during the growth stage in magic state cultivation
This is similar and more of a continuation of an earlier question.
Section 2.6 of the paper states that classical feedback will be needed for "fixing" the non-deterministic stabilizers ...
1
vote
1
answer
93
views
How to Correct an Error in Stim Manually?
TLDR: I'm aware of how to generate a Stim circuit and sample detection events though am unable to more than 'observe' without using automated tools to decode which is not what I am looking to use. I'd ...
1
vote
1
answer
69
views
Duplicate errors in Stim detector error models
When examining detector error models (DEMs) in Stim, I encountered duplicate errors. Similar behaviour can be found here in the surface code example provided in the DEM documentation, though I found ...
0
votes
1
answer
72
views
stim : how does ordering/grouping of CNOT's affect circuit noise
I have a syndrome extraction circuit that uses $N$ CNOT's altogether. The CNOT connection is the standard way of having data qubits as control and ancilla qubits as targets. These can in
principle be ...
1
vote
1
answer
65
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 ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
error-correction × 179
surface-code × 54
stabilizer-code × 51
programming × 31
pymatching × 24
simulation × 20
noise × 15
measurement × 14
stabilizer-state × 13
quantum-circuit × 11
qiskit × 11
sinter × 10
clifford-group × 9
lattice-surgery × 8
magic-states × 7
fault-tolerance × 6
toric-code × 6
color-code × 5
pauli-gates × 4
quantum-state × 3
quantum-gate × 3
more related tags
Hot Network Questions
- History of יד/Yad appellation for Rambam's Mishneh Torah
- Chopin Op 66 fantaisie-Impromptu - "ed. accel." - what does it really mean?
- Command to give a dimension expression with an optional argument
- Golden-section optimization with complication
- Problem with tikzcd in beamer
- Is a normality test always performed on errors and not on raw data?
- I applied for a postdoc and the position was left unfilled because no candidate was found to be a good match. Should I follow up?
- How was the Universal Pictures 1936 opening logo created?
- Would it be copyright to use another bakers recipe in a video?
- Is the six million dollar hut challenge real?
- How to test whether a secondary inet address exists on an eth interface?
- Bell always pinging on slight jolts
- Finite projective plane with trivial automorphism group
- Are all Universities this internally cut-throat?
- Right size rim tape when converting MTB to tubeless
- Eleven Special Flashcards
- Hill Estimator for SkewStudentT is Biased
- General Two-dimensional Elliptical Gaussian Image Generator in C++
- Uniqueness of multiple unnamed namespaces within translation unit
- Novel with fog on an alien world and a labyrinth
- Probability that median of 3 randomly selected numbers from {0,1,2,3} is between 1 and 2
- Why is my 74HC595 working without VCC?
- Seven-dimensional cross product
- How did Gauss study mathematics?