Production & D-Wave
Real Hardware, Benchmarks & Honest Limitations
From Simulation to Reality
Everything you've built so far runs on classical hardware — the simulated annealing solver uses thermal fluctuations, not quantum effects. In this module, you'll bridge the gap to real quantum hardware and honestly assess what that means.
D-Wave Quantum Annealers
D-Wave Systems builds the only commercially available quantum annealers. Their current processor, Advantage, has:
The Embedding Problem
This is the critical constraint that textbooks often gloss over. D-Wave's qubits are not fully connected — each qubit connects to ~15 neighbors in the Pegasus graph. Your QUBO might require connections between any pair of variables.
Minor embedding maps logical variables to chains of physical qubits, where each chain acts as one logical variable. A 30-variable fully-connected QUBO might need 100+ physical qubits after embedding.
This means:
D-Wave Leap
D-Wave offers free access through Leap:
Integration Approach
D-Wave's Ocean SDK is Python-based. From TypeScript, you have two options:
The QUBO format is the same — you're just changing the backend from your local SA solver to D-Wave's QPU.
Rigorous Benchmarking
A portfolio-worthy project needs benchmarks that answer: "When does quantum optimization help?"
What to Measure
Problem Sizes to Test
Methods to Compare
Expected Results (Being Honest)
At the scales in this project (N = 30-50):
Honest Limitations
This is the most important section of your portfolio piece. Intellectual honesty about limitations signals maturity.
No Proven Quantum Advantage (at this scale)
For problems under ~100 variables, well-tuned classical heuristics (SA, tabu search, genetic algorithms) are competitive with or better than current quantum hardware. The overhead of minor embedding and quantum noise offsets any tunneling advantage.
QUBO Formulation is Lossy
Encoding feature selection as MI + correlation + cardinality is an approximation. It doesn't capture:
Hardware is Noisy
Current quantum annealers have:
The Framework Has Value
Despite these limitations, the QUBO framework itself is valuable:
Portfolio Packaging
A strong portfolio piece includes:
The most impressive thing you can show an interviewer isn't "I used quantum computing" — it's "I understood when it helps and when it doesn't."
This is chapter 6 of Quantum Optimization for AI.
Get the full hands-on course for $100 and build the complete system. Your projects become your portfolio.
View course details