Research — Quantum Optimization

QAOA vs. Classical Solvers — A Full-Pipeline, Honest Benchmark

A weighted Max-Cut formulation of exam-scheduling conflict minimization, benchmarked across five methods — including one execution on real IBM Quantum hardware — and scored the same honest way throughout.

Honest result: classical wins decisively at scale

The problem, and what the data actually is

Exam scheduling is a conflict-minimization problem — no two subjects sharing enough students can share a session slot — and we mapped it as a weighted Max-Cut problem, the same shape as the scheduling conflicts Gurukul Academy's Exam Management module handles. To be direct about provenance: the benchmark itself runs on a synthetic dataset (558 students, 42 subjects, 459 weighted conflict edges) constructed to mirror realistic enrollment patterns, not pulled from a live production run. We're flagging that plainly because it changes how the result should be read — this measures algorithm and hardware behavior on a realistically structured instance, not a deployed outcome.

Method

Results

The honest result

At 42 qubits, on today's gate-based hardware, QAOA's honest expected-value score falls below random guessing — a simple greedy heuristic, computed in milliseconds with no queue time, comfortably wins. This isn't a verdict against quantum computing as a field: the 18-qubit result shows QAOA performing strongly once circuit depth stays inside the hardware's coherence budget. It's a precise measurement of where the classical/quantum crossover currently sits for problems of this size and shape.

Why it fails at 42 qubits

One qubit per subject, at this density, forces a transpiled circuit depth of 2,946 gates. Per-gate error on ibm_marrakesh compounds multiplicatively over that many sequential gates, and total circuit execution time ends up exceeding the qubits' coherence window — so the state read out at measurement has been scrambled by environmental noise rather than shaped by the algorithm. That directly explains the all-distinct-bitstrings result, and it's consistent with the 18-qubit result holding up once depth is a fifth of the size.

What's next

The natural next step is a direct comparison against D-Wave quantum annealing hardware on the identical problem instance — an architecturally different paradigm, native to Max-Cut/QUBO problems, that doesn't accumulate gate-sequence error the way this pipeline's circuit does. We'll apply the same expected-value scoring methodology to keep the comparison honest and consistent across paradigms. Full pipeline code is available on request.

© 2026 Cybergeon Technologies. All numbers on this site are re-verified against real code before publishing.