← Back to news

Boffin claims Microsoft's "quantum leap" is invalid due to "basic Python errors"

theregister.com|87 points|37 comments|by connorboyle|Jun 24, 2026

Scientific Critique: Microsoft's "Quantum Leap" Allegedly Undermined by Python Blunders

The prestigious journal Nature has released a peer-reviewed analysis that casts significant doubt on Microsoft's purported breakthroughs in quantum computing. The author of the critique suggests that the Redmond-based tech giant may have fundamentally miscalculated its progress.

The Core Conflict

In February 2025, Microsoft announced a milestone involving Majorana particles—elusive subatomic entities that have historically evaded direct observation. The company optimistically predicted that this discovery would accelerate the timeline for a functional quantum computer from decades years.

However, this claim has been met with intense skepticism. Some experts have previously labeled the research as "unreliable" or even "fraudulent." In response to this pressure and a specific critique from Dr. Henry Legg (a lecturer at the University of St Andrews), Microsoft recently unveiled Majorana 2, a next-gen topological quantum chip created with the assistance of agentic AI.

Timeline of Events

DateEventSignificance
Feb 2025Majorana AnnouncementMicrosoft claims a "quantum leap" in computing.
Apr 20, 2026Nature AcceptanceDr. Legg's critique is accepted for publication.
Jun 2026Majorana 2 RevealMicrosoft announces a new chip via agentic AI.
Jun 24, 2026Paper PublicationLegg's analysis is officially published in Nature.

The Technical Breakdown

Dr. Legg's paper, titled "On the robustness of topological gap detection via transport," argues that the evidence for Microsoft's success is illusory. He focuses on the Topological Gap Protocol (TGP), which is designed to identify the phase transition necessary for quantum calculations.

The "Cherry-Picking" Allegation

Legg asserts that Microsoft ignored unfavorable data to support its narrative. He claims that raw transport data—which was missing from the original publication—suggests the devices suffer from significant disorder, making them incompatible with a topological gap.

"The TGP plotting code was set to highlight only the largest purportedly topological region... the primary consequence was the omission of other regions that passed their tune-up protocol." — Dr. Henry Legg

The Python Errors

According to Legg, the "breakthrough" was obscured by two elementary programming mistakes in the analysis software:

  1. Hardcoded Filtering: The software was designed to only show the single largest region, hiding other results.
    # Original flawed filter
    zbp_cluster_numbers=[1] 
    
    # Corrected filter to show more regions
    zbp_cluster_numbers=[1, 2]
    
  2. Index vs. Value Error: The code incorrectly handled the bias voltage (VbiasV_{bias}) by reversing the array based on its position (index) rather than the actual physical value.
    # Incorrectly reversing based on index
    data_transformed = x[::-1] 
    

Requirements for a Topological Superconductor

Based on Legg's analysis, Microsoft's current progress looks like this:

  • Propose a Topological Gap Protocol (TGP)
  • Provide transparent raw data
  • Eliminate "considerable disorder" in devices
  • Correct basic Python indexing errors

Visualizing the Dispute


Microsoft's Defense

Microsoft has not conceded. Dr. Chetan Nayak, Corporate VP of the quantum hardware group, maintains that the company's trajectory remains intact.

"We stand by our results and our roadmap. At the end of the day, success is the delivery of a scalable quantum computer."

Microsoft highlights its ongoing partnership with DARPA, noting that it has progressed to the final phase of the Quantum Benchmarking Initiative after an independent evaluation of both public and proprietary data.

Related Industry Noise

While this battle rages, other tech giants face their own hurdles:

  • OpenAI Codex: Reportedly causing millions in damages via excessive SSD write operations.
  • Anthropic: Integrating Claude into Slack as an "always-on" agentic coworker.
  • Mythos: Uncovering "Squidbleed," a legacy memory leak from the Clinton era.
  • Space Force: Conducting simulated orbital warfare via Rocket Lab.