CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 12:49:21 GMT
content-type: text/html; charset=utf-8
cf-ray: 966cbc584a278a2a-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=7527e38a-ccda-4277-bb04-8c4c7380d36e; expires=Wed, 29 Jul 2026 12:49:21 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: 5eb4439c-a35b-43bd-883a-b47d7e8cf1d8
x-worker-origin-response-time: 946000000
x-dns-prefetch-control: off
set-cookie: prov=7527e38a-ccda-4277-bb04-8c4c7380d36e; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=mY5f4u1z4imQ7xTGPHLlmeVXaEsl4EfheyYesm_5nMI-1753793361-1.0.1.1-xcFqwy3wKuyUZOOfg3rmwZJBByGo.L78OQHiAv8X7yeVtX7GUzt8J2vhlrn61I0gUUAPexjs5wJ2KsUlyWsaw_BAar8hgsCDDL_j._YeC2k; path=/; expires=Tue, 29-Jul-25 13:19:21 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=fOL7KrVICSpA4_9H.KKZO0rYVuxhbsYYXq3WD3BY8BY-1753793361663-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'surface-code' 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 ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [surface-code]
The surfaces codes are a family of quantum error correcting codes defined on a 2D lattice of qubits. Each code within this family has stabilizers that are defined equivalently in the bulk, but they differ in their boundary conditions.
249 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
0
answers
39
views
Understanding statistical argument for logical error rate in surface code
In ref, the logical error (see Eq. 12) is written as
$$P_L = d \frac{d!}{(d_e-1)!d_e!} p_e^{d_e}$$
The probability $p_e^{d_e}$ is probability of $d_e$ errors. My question is why there's no $(1-p_e)^{d-...
5
votes
1
answer
106
views
how are color codes related to hypergraph product codes
The relationship between color codes and surface codes came up here before in post1 and post2. A main reference is this Kubica paper. The "folding/unfolding" seems to be a key concept. ...
6
votes
1
answer
768
views
If T gates are now as expensive as CNOTs, what should be optimized?
Is there a simple circuit metric that describes the overhead of implementing a circuit with lattice surgery? If there is no such metric, does this imply that it no longer makes sense to optimize a ...
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 ...
0
votes
0
answers
59
views
Is there any way to efficiently construct this circuit via lattice surgery?
Consider the following circuit performed on logical qubits 1, 2, 3, 4 (encoded as a rotated surface codes) via lattice surgery:
Currently I'm implementing the CNOTs directly via grow, split, merge, ...
1
vote
1
answer
90
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
2
answers
175
views
Is there any published work on Soft-Output (SO) decoders for color codes?
See here for what Soft-Output (SO) decoding is. In several research repositories, I find wrappers that add a “gap” or other confidence metric to colour-code decoders, for example the ...
4
votes
1
answer
223
views
How do you rotate a rotated surface code?
Given a single logical qubit encoded in a rotated surface code with X boundaries horizontally aligned and Z boundaries vertically aligned, how do you rotate it such that now the X boundaries are ...
1
vote
1
answer
73
views
Why does the distance-15 grafted matchable code in Magic State Cultivation idle like only a distance-11 surface code?
In the MSC paper the authors prepare a high-fidelity magic state by growing a small color-code patch and then grafting it onto a larger code.
Figure 16 plots the logical error-per-round while the ...
1
vote
0
answers
43
views
Stabilizers for the XYZ^2 code
From looking at this paper: https://arxiv.org/pdf/2112.06036, I was wondering if there was a straightforward way to code up and explicitly find the stabilizer generators for any arbitrary code ...
2
votes
1
answer
134
views
Why are the thresholds for the rotated surface code vs. lattice surgery different?
I am currently having trouble understanding the threshold graph for the CX-Gate implementation via lattice surgery. I have used my own package as well as the tqec package which creates ...
1
vote
1
answer
79
views
How does “Magic-state cultivation” (Gidney et al.) refine the ideas from "Fault-Tolerant Postselection" (Bombín et al.)?
The MSC paper cites Fault-Tolerant Postselection paper in its abstract but, as far as I can tell, never refers to it again in the body of the text.
After reading the two papers back-to-back I could ...
3
votes
1
answer
91
views
How to enumerate all low-weight undetectable logical errors from a stim circuit?
I have a stim.Circuit instance that is supposed to implement a distance 6 = 7 - 11 computation. It turns out that ...
2
votes
1
answer
92
views
STIM: How to define observables in a CX-Gate with lattice surgery?
I am currently implementing lattice surgery with the help of stim. My current goal is to create a package to implement a complete CNOT procedure with the help of lattice surgery. I am (in theory) done,...
1
vote
1
answer
154
views
Why are there different Implementations of the CX Gate through Lattice-Surgery?
Currently, I am implementing a CX gate in STIM with the help of lattice surgery and I am a bit confused why there are multiple ways of implementing it.
In an earlier paper by Horsman in 2013 (https://...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
error-correction × 160
stim × 54
stabilizer-code × 43
lattice-surgery × 31
fault-tolerance × 17
toric-code × 17
pymatching × 13
magic-states × 12
measurement × 9
logical-gates × 8
programming × 7
color-code × 7
stabilizer-state × 6
simulation × 6
resource-request × 5
error-mitigation × 4
noise × 4
qiskit × 4
clifford-group × 4
pauli-gates × 4
more related tags
Hot Network Questions
- When using Da Capo, does that normally include a pick up?
- Expected Cards Left When One Color Is Exhausted
- How to speed up this NIntegrate which is calculated many times?
- Why did many arcade games have separate sound CPUs?
- Ignore the last line of a file when using `\VerbatimInput`
- Looking for a piece of writing that describes the head of Michelangelo's David floating in space
- Where does Nietzsche indicate the character of the Superman (Übermensch)?
- Should I regularly reapply thermal paste?
- A national poll of 1000 French returns 25% of "Yes". Is it enough to say that it's quite impossible locally to be 0%, if we don't know the variance?
- Unable to mount ISO via iDRAC remoteimage2 despite successful ping and direct download
- QGIS is plot rotated
- Is "Every real number is even" a false statement? Is it a statement at all?
- Why f[x___] := {x==="To be", x=!="not to be"} is both True for f[]?
- Can I bring mycelium pellets into Greenland?
- 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?
- Does Genesis account allow for the possibility of intelligent man like beings existing before Adam and Eve?
- Romance movie about a player who hides out in his neighbor's apartment to avoid a girl, only to fall for the neighbor
- Is the final part of an RNAV approach essentially a visual approach?
- Does the concept of information presuppose sentience?
- Can I combine 2 car reservations on adjacent dates with Hertz?
- What are the consequences of allowing breaking/returning from every statement?
- Electrician ran neutral and ground to the same bar, and is telling me it's common practice. Pictures show my main and sub. Is he right?
- Reason why golems do not run on wheels
- What happens if a player throws a barrel of caltrops at a wall?