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/QuantumSpark

The official community for QuantumSpark researchers. Discuss physics, share code, and collaborate on the future of computation.

Create Post

Top Communities

1
q/Mentor Hub
2
q/algorithms
3
q/benchmarking
4
q/career
5
q/cryptography
Home Popular
Create Post...
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
34
q/qft-research•
u/Rihaan Shah
• 5 months ago PinnedBreakthrough

AdS/CFT Correspondence and Quantum Information Scrambling

The relationship between black hole thermodynamics and quantum information theory has never been more profound. The ER=EPR conjecture suggests that entanglement (EPR pairs) is fundamentally linked to geometric structures (Einstein-Rosen bridges). Computational Implications: Scrambling time $t_* \sim \beta \log(S)$ is the theoretical limit at which information is spread across all degrees of freedom. In holographic duals, this corresponds to the fast scrambling of the event horizon. Discussion Items: 1. **OTOCs (Out-of-Time-Order Correlators)**: Can we measure these in current trapped-ion systems to verify holographic scrambling scales? 2. **Circuit Complexity**: Is the 'Complexity = Action' or 'Complexity = Volume' conjecture more consistent with modular Hamiltonian evolution? 3. **Tensor Networks**: Using MERA (Multi-scale Entanglement Renormalization Ansatz) as a discrete model for the hyperbolic geometry of AdS bulk. Let's discuss the role of **Quantum Chaos** in the dual CFT.

7 Comments
Share
Report
472
q/news•
u/Alice Quantum
• 5 months agoANNOUNCEMENT

Microsoft and Quantinuum demonstrate 99.9% Logical Gate Fidelity

A massive milestone in the quest for Fault Tolerance. They used an active syndrome extraction protocol. This could be the end of the Noisy Intermediate-Scale (NISQ) era.

3 Comments
Share
Report
414
q/general•
u/Alice JohnsonMENTOR
• 5 months agoANNOUNCEMENT

QuantumSpark reaches 10,000 students! 🎉

Just a quick update—our community has grown 3x in the last month. We're seeing amazing research projects coming out of the High School Fellowship. Keep it up everyone! Next stop: Universal Fault Tolerance (and maybe 20k users).

4 Comments
Share
Report
358
q/memes•
u/Alice JohnsonMENTOR
• 5 months agoMEME

Me waiting for my VQE to converge on real hardware

[Image of a skeleton at a computer] - When the T1 time is shorter than the transpilation time. #QuantumLife

3 Comments
Share
Report
318
q/opportunities•
u/Rihaan Shah
• 5 months agoANNOUNCEMENT

Mega-thread: Summer 2026 Quantum Internships

Post your findings here! AWS, IBM, Google, and IonQ have already opened their applications. Xanadu has a new residency program for grad students too.

3 Comments
Share
Report
288
q/opportunities•
u/Alice Quantum
• 5 months agoANNOUNCEMENT

Mega-thread: Summer 2026 Quantum Internships & Lab Openings

It's that time of year again! Post all your findings for summer positions here. **Current Openings:** 1. Google Quantum AI - Summer Scholar (Santa Barbara) 2. Xanadu - Software Intern (Toronto/Remote) 3. PsiQuantum - Photonic Systems Intern (Palo Alto) Add any others below!

7 Comments
Share
Report
286
q/news•
u/Rihaan Shah
• 5 months agoANNOUNCEMENT

DARPA announces new funding for Utility-Scale Quantum

The US government is doubling down on reaching 1M physical qubits. They are looking for proposals that address interconnect efficiency and cooling.

3 Comments
Share
Report
258
q/software•
u/Rihaan Shah
• 5 months agoGUIDE

Qiskit 1.0 Migration: Summary of Breaking Changes

The transition from `execute` to `Sampler` and `Estimator` is quite a shift. Here is a quick cheat sheet I made for my research team.

3 Comments
Share
Report
254
q/quantum-ethics•
u/Alice JohnsonMENTOR
• 5 months agoDISCUSSION

Will Quantum break Bitcoin? An Ethical perspective

Financial sovereignty relies on RSA/ECDSA. Should the quantum community prioritize developing remediation tools for the public before selling to big banks?

3 Comments
Share
Report
226
q/memes•
u/Alice JohnsonMENTOR
• 5 months agoMEME

Schrodinger's Cat walked into a bar... or did it?

Technically, until the bartender looks at the door, the cat is both inside the bar and outside on the sidewalk. But the real question is: Does the bartender count as an observer or is he just part of the entangled system? Spooky action at a distance? More like spooky service at the bar.

4 Comments
Share
Report
212
q/projects•
u/Rihaan Shah
• 5 months agoSHOWCASE

Open Source: A Julia-based State Vector Simulator

I've been building a simulator that exploits Julia's multiple dispatch for high performance. Check out the GitHub repo and let me know if you want to contribute!

3 Comments
Share
Report
196
q/paper-club•
u/Alice Quantum
• 5 months agoRESEARCH

Breakdown: 'Logical Qubit Preparation with the Surface Code'

This Google paper from 2024 is the gold standard for state preparation. I've summarized the key circuit diagrams and syndrome extraction steps here.

3 Comments
Share
Report
195
q/hardware•
u/Rihaan Shah
• 5 months agoRESEARCH

Comparing Superconducting vs Trapped Ion Architectures

IBM and Google are betting big on superconducting qubits, while Quantinuum and IonQ use trapped ions. Which approach do you think will reach 1,000 logical qubits first?

3 Comments
Share
Report
189
q/general•
u/Rihaan Shah
• 5 months agoTECHNICAL

Major changes in Qiskit 1.0: Migration guide for QuantumSpark users

Next week 1.0 drops. The `execute` function is basically gone, replaced entirely by `Sampler` and `Estimator` primitives. I'm working on a compatibility layer for our Playground. If your local scripts break, check the new Transpiler pass manager logic.

5 Comments
Share
Report
183
q/showcase•
u/Rihaan Shah
• 5 months agoSHOWCASE

Visualizing Entanglement: A D3.js interactive tool

I made a tool that shows how the multi-party entanglement entropy changes as you apply CNOT gates. Great for students learning about Bell states.

3 Comments
Share
Report
183
q/career•
u/Rihaan Shah
• 5 months agoGUIDE

Quantum Industry Jobs: What are hiring managers looking for?

I've interviewed at 3 startups this year. Most just want to see a GitHub repo with clean, documented Qiskit code and a solid grasp of error mitigation.

5 Comments
Share
Report
180
q/optics•
u/Alice JohnsonMENTOR
• 5 months agoDISCUSSION

The Future of Photonics: Why light-based qubits might win

Photonics don't require massive dilution fridges and can travel at light speed between processors. Xanadu is making serious progress. What's the catch?

3 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
173
q/showcase•
u/Rihaan Shah
• 5 months agoSHOWCASE

Project Showcase: 1024-qubit circuit simulator in the browser!

I've been building a custom state-vector simulator using WebGL that can handle up to 20 qubits in real-time, and I'm optimizing a sparse-matrix version for the QuantumSpark playground. Check out this demo of a GHZ state preparation!

3 Comments
Share
Report
161
q/algorithms•
u/Alice Quantum
• 5 months agoRESEARCH

VQE vs QAOA: Which is better for Optimization?

I've been benchmarking both on Max-Cut problems. QAOA seems more robust to noise, but VQE converges faster for chemistry problems. Let's compare results.

3 Comments
Share
Report
154
q/finance•
u/Alice Quantum
• 5 months agoRESEARCH

Portfolio Optimization using Quantum Annealing

We mapped a 50-asset portfolio to an Ising model and ran it on D-Wave. The results were comparable to Gurobi but showed interesting tail-risk insights.

3 Comments
Share
Report
154
q/theory•
u/Alice JohnsonMENTOR
• 5 months agoRESEARCH

Complexity Classes: Is BQP = P?

Most researchers believe BQP is larger than P, but smaller than NP. What are the current strongest proofs for this separation? Let's discuss the Oracular model.

3 Comments
Share
Report
144
q/qml•
u/Alice JohnsonMENTOR
• 5 months agoTECHNICAL

Quantum Kernels for SVM: Can they beat Classical?

The recent paper from PennyLane shows a clear quantum advantage in specific high-dimensional datasets. I'm trying to replicate this using the Iris dataset.

5 Comments
Share
Report
142
q/paper-club•
u/Rihaan Shah
• 5 months agoDISCUSSION

Paper Club: 'Quantum Advantage in Learning from Experiments'

This paper proves that access to a quantum memory can exponentially speed up certain learning tasks. Let's discuss the 'quantum principal component analysis' part.

3 Comments
Share
Report
134
q/finance•
u/Rihaan Shah
• 5 months agoTECHNICAL

Pricing Derivatives with Quantum Amplitude Estimation

QAE offers a square-root speedup over classical Monte Carlo. I've implemented a simple European Option pricer in Qiskit Finance. Check it out!

3 Comments
Share
Report
134
q/career•
u/Alice Quantum
• 5 months agoDISCUSSION

PhD in Physics vs CS for Quantum Algorithms?

I want to work on algorithm development. Should I focus on the underlying physics or stay on the CS side and learn the math? Jobs seem to favor CS/Math lately.

3 Comments
Share
Report
131
q/projects•
u/Alice JohnsonMENTOR
• 5 months agoRESEARCH

Project Report: Running QML on 4-qubit hardware

We successfully ran a simple classification task on real hardware. The accuracy was lower than simulation, but the noise models are getting better.

3 Comments
Share
Report
124
q/quantum-ethics•
u/Alice Quantum
• 5 months agoDISCUSSION

Diversity in Quantum: How to make research more accessible

Hardware access is expensive. How do we ensure that the next generation of researchers isn't limited to a few wealthy institutions?

3 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
124
q/algorithms•
u/Rihaan Shah
• 5 months agoLEARNING

Shor's Algorithm: A Step-by-Step Proof-of-Concept

I've implemented a scaled-down version of Shor's for factoring 15. The modular exponentiation step is definitely the trickiest to optimize on real hardware.

3 Comments
Share
Report
115
q/theory•
u/Alice Quantum
• 5 months agoLEARNING

The Gottesman-Knill Theorem Explained

If you only use Clifford gates, your circuit is perfectly simulatable on a classical computer. Why then is the T-gate so expensive and so important?

3 Comments
Share
Report
115
q/career•
u/Alice Quantum
• 5 months agoDISCUSSION

Software Engineer vs. Quantum Algorithm Researcher: Which path is safer?

I'm a CS major. I love quantum, but I'm worried about the 'Quantum Winter'. Should I focus on the SDK/Compiler side (Qiskit/Cirq) or go deep into the physics to do algorithm research? Which skills are more transferable?

3 Comments
Share
Report
114
q/opportunities•
u/Alice JohnsonMENTOR
• 5 months agoANNOUNCEMENT

Quantum PhD Fellowships at MIT and Caltech

Just found out about the new Moore Foundation grant for quantum research. Deadline is November 1st. Good luck everyone!

3 Comments
Share
Report
111
q/general•
u/Alice Quantum
• 5 months agoDISCUSSION

What got you interested in Quantum Computing?

Was it the physics, the math, or the potential for breaking encryption? For me, it was seeing a Bloch sphere for the first time and realizing how different computing could be.

5 Comments
Share
Report
104
q/debugging•
u/Rihaan Shah
• 5 months agoGUIDE

Common Pitfalls: Forgetting to Transpile

I spent 3 hours wondering why my gate counts were so high. Turns out I was running a surface code without mapping it to the backend's heavy-hex coupling map.

3 Comments
Share
Report
104
q/cryptography•
u/Rihaan Shah
• 5 months agoRESEARCH

Quantum Key Distribution (QKD) in Fibre Networks

BB84 protocol is great in the lab, but environmental noise in commercial fibre makes it difficult to maintain a high secret key rate. Thoughts on Twin-Field QKD?

3 Comments
Share
Report
102
q/software•
u/Alice JohnsonMENTOR
• 5 months agoDISCUSSION

PennyLane vs Cirq for Variational Research

I love PennyLane's autograd capabilities, but Cirq feels closer to the hardware metal. Which one are you using for your PhD thesis?

3 Comments
Share
Report
102
q/math-foundations•
u/Alice JohnsonMENTOR
• 5 months agoLEARNING

Visualizing the Bloch Sphere: A Geometric Perspective

Any state $|psi angle = cos( heta/2)|0 angle + e^{iphi}sin( heta/2)|1 angle$ can be mapped to a point on a sphere. But why do we use $ heta/2$? Hint: It's because the physical space is $CP^1$, not $S^2$. Let's discuss the Hopf fibration!

3 Comments
Share
Report
91
q/latex-and-writing•
u/Rihaan Shah
• 5 months agoGUIDE

Writing a Quantum PhD Thesis: Overleaf Templates

I found a great template that includes TikZ libraries for drawing quantum circuits properly. Sharing the link here for all candidates.

3 Comments
Share
Report
91
q/optics•
u/Alice Quantum
• 5 months agoTECHNICAL

Single Photon Sources: Quantum Dots vs SPDC

On-demand single photons are the holy grail. Quantum dots have better purity, but SPDC is easier to integrate. Let's compare recent experimental data.

3 Comments
Share
Report
88
q/qubit-platforms•
u/Rihaan Shah
• 5 months agoResearch

Scaling Superconducting vs. Trapped-Ion: The Interconnect Bottleneck

As we move towards the 1000-qubit regime, the interconnect architecture becomes the primary constraint. Superconducting (Transmon) Platforms: - **Pros**: High gate speeds (ns), established lithography. - **Cons**: 2D connectivity limits (nearest-neighbor), massive cryogenic overhead for coaxial wiring. Trapped-Ion (QCCD) Platforms: - **Pros**: All-to-all connectivity within a zone, long coherence times ($T_2$). - **Cons**: Slow gate speeds ($\mu s$), complexity of laser/optical switching at scale. Is the **Photonic Interconnect** (transducing microwave photons to optical) the only viable path for modular superconducting scaling? Or should we focus on 3D integration with TSVs (Through-Silicon Vias)?

5 Comments
Share
Report
87
q/topo-qc•
u/Rihaan Shah
• 5 months agoTheory

Majorana Zero Modes in Hybrid Superconductor-Semiconductor Nanowires

The quest for Majorana zero modes (MZMs) has entered a critical phase. While initial results in InAs/Al systems were promising, the field has transitioned towards more rigorous protocols for identifying topological transitions. Key Discussion Points: 1. **Zero-Bias Conductance Peaks (ZBCP)**: Are they sufficient evidence? We need to discuss the impact of quasi-particle poisoning and Andreev bound states that mimic MZM signatures. 2. **Braiding Statistics**: The next frontier is demonstrating non-Abelian statistics. Current proposals for T-junctions and hexon/tetron architectures are mathematically sound, but engineering the charging energy $E_C$ remains a hurdle. 3. **Materials Science**: Transitioning from III-V nanowires to topological insulators (like $Bi_2Se_3$) or 2D platforms. What are your thoughts on the recent 'string' proposals for topological protection?

5 Comments
Share
Report
87
q/paper-club•
u/Rihaan Shah
• 5 months agoRESEARCH

Breakdown: 'Logical Qubit Preparation with the Surface Code on a Superconducting Processor'

The recent Google paper is a milestone. They achieved logical error rates below physical error rates for the first time with a $d=5$ code. The key was the 'distance-preserving' state preparation. Let's discuss the stabilizer measurement circuits used.

3 Comments
Share
Report
85
q/qml•
u/Alice Quantum
• 5 months agoHELP

Training Quantum Neural Networks: Barren Plateaus

How are you dealing with vanishing gradients in your QNNs? I've started using 'Local Cost Functions' and it seems to help with the barren plateau problem.

5 Comments
Share
Report
82
q/schrodingers-lounge•
u/Alice JohnsonMENTOR
• 5 months agoDISCUSSION

Coffee or Tea for late-night research sessions?

I'm a double-espresso person when I'm debugging Clifford gates. What about you? The lounge is open for all non-physics talk!

3 Comments
Share
Report
82
q/cryptography•
u/Alice Quantum
• 5 months agoTECHNICAL

Is RSA finally dead? Post-Quantum signatures explained

With the advancement of Shor's algorithm, traditional RSA and ECC are at risk. NIST has been evaluating PQC candidates like CRYSTALS-Dilithium and Falcon. These rely on lattice-based problems like Shortest Vector Problem (SVP): $$|| \sum a_i b_i || \le L$$ I've written a small script to verify the signature size trade-offs. Lattices are beautiful but the key sizes are massive compared to ECC. Thoughts?

5 Comments
Share
Report
81
q/latex-and-writing•
u/Alice Quantum
• 5 months agoGUIDE

Quick Tip: How to use LaTeX in your forum posts

Use double dollar signs for display equations: `$$\psi = \alpha|0\rangle + \beta|1\rangle$$`. Use single dollar signs for inline: `$\pi/2$`. This makes your research much easier to read! We support most standard MathJax symbols.

3 Comments
Share
Report
79
q/hardware•
u/Alice JohnsonMENTOR
• 5 months agoTECHNICAL

Advancements in Dilution Refrigerator Efficiency

Keeping qubits at mK temperatures is expensive and scales poorly. New pulse-tube cooler designs are hitting the market. Has anyone seen the latest Bluefors specs?

3 Comments
Share
Report
72
q/help•
u/Alice Quantum
• 5 months agoHELP

Understanding Phase Kickback in Deutsch-Jozsa

I get the math, but I don't intuitively 'feel' how the oracle bit flips the phase of the control qubit. Can someone explain it like I'm 5?

3 Comments
Share
Report
70
q/benchmarking•
u/Alice JohnsonMENTOR
• 5 months agoLEARNING

How to read Randomized Benchmarking (RB) Results

The decay curve gives the average gate error. But how do we distinguish between coherent and incoherent noise from a standard RB plot?

3 Comments
Share
Report
67
q/benchmarking•
u/Alice JohnsonMENTOR
• 5 months agoTECHNICAL

Rigetti Ankaa-2 vs IBM Condor: Real-world CLOPS comparison

We just finished a benchmarking run comparing the gate fidelity and CLOPS (Circuit Layer Operations Per Second) on the latest architectures. While IBM has a lead in raw qubit count, Rigetti's tiling architecture is showing interesting scaling for certain Variational Algorithms. Has anyone else pulled the latest Qiskit-Experiments data for these?

5 Comments
Share
Report
62
q/schrodingers-lounge•
u/Alice Quantum
• 5 months agoDISCUSSION

Recommend some Quantum Fiction!

Just finished 'Recursion' by Blake Crouch. Any other books that handle quantum superposition well? Looking for my next summer read.

3 Comments
Share
Report
62
q/optics•
u/Alice JohnsonMENTOR
• 5 months agoDISCUSSION

The future of Photonics: Why light-based qubits might win

Unlike superconducting qubits, photons don't need a dilution refrigerator. They can travel through room-temperature fiber optics. The main challenge? Interaction. How do we make two photons talk to each other reliably?

3 Comments
Share
Report
60
q/quantum-simulation•
u/Rihaan Shah
• 5 months agoComputing

GPU-Accelerated State Vector vs. Tensor Network Simulation

Simulating a 54-qubit Sycamore circuit at depth 20 is the current benchmark for classical supremacy verification. Current Landscape: 1. **State Vector (Schrödinger)**: Requires $sim 2^{54}$ complex amplitudes. Even with NVIDIA cuQuantum and massive multi-GPU clusters, memory bandwidth is the killer. 2. **Tensor Networks (Feynman)**: Slicing and contracting the circuit graph. Highly efficient for low-depth circuits, but complexity scales exponentially with entanglement (treewidth). Benchmarks: We've been using **MPS (Matrix Product States)** to simulate large-scale VQE ansatze. For bond-dimension $\chi = 1000$, we can handle 100+ qubits for shallow circuits. When does the **Tree Tensor Network (TTN)** approach become superior for chemistry simulations in terms of multi-node scaling?

4 Comments
Share
Report
52
q/math-foundations•
u/Rihaan Shah
• 5 months agoLEARNING

Linear Algebra for Quantum: Why Hilbert Spaces matter

Beginners often ask why we need complex numbers and Hilbert spaces. In quantum mechanics, a state is a unit vector in a complex Hilbert space $\mathcal{H}$. The transition probability between states $|psi angle$ and $|phi angle$ is given by: $$P = |langle phi | psi angle|^2$$ Without the inner product structure of Hilbert spaces, we wouldn't have a consistent way to define measurement probabilities.

3 Comments
Share
Report
50
q/debugging•
u/Alice JohnsonMENTOR
• 5 months agoHELP

Help! Runtime error 'Qubit already measured'

Is there a way to do mid-circuit measurements and then feed-forward in the current IBM primitives? I keep getting state preparation errors.

3 Comments
Share
Report
42
q/help•
u/Alice JohnsonMENTOR
• 5 months agoHELP

Why does my GHZ state have such low fidelity?

Running on `ibm_brussels`. The counts for |000> and |111> are high, but I see a lot of noise in between. Is this T1 decoherence or just readout error?

3 Comments
Share
Report
39
q/paper-club•
u/Alice Quantum
• 5 months agoRESEARCH

This week's paper: 'Universal Quantum Computing with Gaussian Cluster States'

A deep dive into Continuous Variable (CV) quantum computing. We're breaking down how squeezed light can be used for universal fault-tolerance.

3 Comments
Share
Report
32
q/debugging•
u/Alice Quantum
• 5 months agoHELP

My VQE won't converge - help with noise models!

I'm trying to run a Variational Quantum Eigensolver (VQE) for $H_2$ on a noisy backend, but the energy minimum keeps drifting. I suspect it's the Readout Error. Here's my ansatz setup: ```python from qiskit.circuit.library import EfficientSU2 ansatz = EfficientSU2(2, reps=1) # ... optimization loop ... ``` Has anyone had success with Error Mitigation techniques like PEC or ZNE for this?

3 Comments
Share
Report
1
q/Mentor Hub•
u/Gulrez ShahMENTOR
• 5 months agoResearch

Optimization of Cirq pipelines for surface codes

Working on a new modular approach to surface code simulation. Looking for collaborators to test on specialized hardware.

0 Comments
Share
Report
0
q/Mentor Hub•
u/Gulrez ShahMENTOR
• 5 months agoStandards

Standardizing Peer Review for Quantum Algorithm implementations

I recommend we adopt the Qiskit-v2 reviewing standards for all student submissions starting next month. What are your thoughts on integrating automated circuit depth checks?

0 Comments
Share
Report