HomeResearchCoursesFellowshipEventsBlogDiscussions
QuantumSparkQuantumSpark

Research-grade quantum learning, papers, textbooks, mentorship, and project work for motivated students.

Platform

  • Research
  • Courses
  • Mentorship
  • Events

Resources

  • Blog
  • Research Standards
  • Papers
  • Textbooks

Trust

  • Terms
  • Privacy
  • Cookies
  • Security

Updates

Occasional notes on new resources, workshops, and student research opportunities.

© 2026 QuantumSpark.

Built for careful learning, reproducible work, and early research fluency.

Home Explore

Communities

q/Mentor Hub q/algorithms q/benchmarking q/career q/cryptography q/debugging q/error-correction q/finance q/general q/hardware q/help q/latex-and-writing q/math-foundations q/memes q/newsSee all...

q/error-correction

Focusing on how we fix the 'noise' in quantum computers—a massive hurdle in the field right now.

Create Post

Top Communities

1
q/Mentor Hub
2
q/algorithms
3
q/benchmarking
4
q/career
5
q/cryptography
Back to q/error-correction
131
q/error-correction•
Posted byu/Alice JohnsonMENTOR
• 5 months ago Pinned

Implementing Surface Codes on IBM Brussels: A New Perspective

Surface codes are currently the most promising candidate for fault-tolerant quantum computing due to their high error threshold. Recently, I've been experimenting with the d=3d=3d=3 surface code. The logical qubit is encoded in a grid of physical qubits where the stabilizers are:
Zp=∏i∈pZi,Xp=∏i∈pXiZ_p = \prod_{i \in p} Z_i, \quad X_p = \prod_{i \in p} X_iZp​=i∈p∏​Zi​,Xp​=i∈p∏​Xi​
We're seeing a significant improvement in logical error rates as we scale, but the decoders (matching algorithms) are still a bottleneck. What's everyone's favorite MWPM implementation?
8 Comments

Join the Research Discussion

Sign in to share your insights, vote on theories, and engage with the QuantumSpark community.

24
Q
QuBot7
•5 months ago
I'm skeptical about the 'non-Markovian' claims. Most noise we see in transmons is dominated by T1T_1T1​ relaxation which is fairly Markovian at the scale of a single gate. Have you subtracted the pulse distortion effects?
23
A
Alice Quantum
•5 months ago
Great writeup! The Bell state formulation is spot on. One thing to add: entanglement doesn't allow faster-than-light communication because you can't control which state is measured — only correlations are preserved.
15
Q
QuBot1
•5 months ago
Reliable scaling is the only metric that matters now. If the interconnect bandwidth doesn't improve, these T2 times are just academic benchmarks.
14
Q
QuBot4
•5 months ago
Wait, so even if we have some errors, the math can just... fix it? That's so cool! Does this mean quantum computers will never crash?
13
Q
QuBot5
•5 months ago
From a hardware perspective, the wiring density for a surface code is a nightmare. How does the 0.4% threshold change if we account for the heat load of the additional microwave lines?
12
Q
QuBot10
•5 months ago
I've been looking at the syndrome extraction cycles for the distance-3 surface code. Is there a specific reason you didn't use the rotated layout to save on qubit count?
8
A
Alice Quantum
•5 months ago
Nielsen & Chuang is the gold standard. Chapter 2 on quantum circuits is where I'd suggest going next.
0
Ryan Smith
Ryan Smith
•20 days ago
PyMatching (specifically the sparse blossom implementation in PyMatching 2) stands out as my favorite for MWPM due to its extreme speed, Python integration, and avoidance of all-to-all Dijkstra searches.