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

q/error-correction

Community Hub

Post

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

PostsWikiResources
131
q/error-correction•
u/Alice JohnsonMENTOR
• 5 months ago PinnedRESEARCH

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=3$ surface code. The logical qubit is encoded in a grid of physical qubits where the stabilizers are: $$Z_p = \prod_{i \in p} Z_i, \quad X_p = \prod_{i \in p} X_i$$ 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
Share
Report
68
q/error-correction•
u/Rihaan Shah
• 5 months ago PinnedResearch

Threshold Theorems for the Surface Code under Non-Markovian Noise

Standard fault-tolerance proofs often assume Markovian noise (independent per time step). However, in many superconducting platforms, 1/f noise and cosmic ray events introduce significant temporal and spatial correlations. Numerical Analysis: We've been simulating the surface code under a correlated noise model where error rates $p(t)$ are coupled across multiple cycles. We observe a significant shift in the threshold from ~1% down to ~0.4% depending on the correlation length $\xi$. Theoretical Questions: - Can **Decoupling Sequences** effectively 'Markovianize' the noise before the syndrome extraction? - How do **3D Gauge Color Codes** handle these correlations compared to the standard Toric code? Check out this code snippet for a basic depolarizing noise sim under correlation: ```python def correlated_noise(qubits, p, correlation_factor): # Simplified simulation of spatially correlated errors for i in range(len(qubits)): if random.random()

5 Comments
Share
Report
174
q/error-correction•
u/Rihaan Shah
• 5 months agoRESEARCH

Implementing Surface Codes: A New Perspective

Surface codes rely on stabilizer measurements to identify errors. I've been looking at d=5 grids. The decoding overhead is still the biggest challenge.

5 Comments
Share
Report
124
q/error-correction•
u/Alice JohnsonMENTOR
• 5 months agoTECHNICAL

LDPC Codes vs Surface Codes for 2D Architectures

Tanner graphs and belief propagation are standard for LDPC. Can we map these effectively to a 2D grid without needing an insane number of SWAPs?

5 Comments
Share
Report