Forgot your password?
typodupeerror
Python Microsoft Supercomputing

Boffin Claims Microsoft's 'Quantum Leap' Is Invalid Due To 'Basic Python Errors' (theregister.com) 74

A peer-reviewed Nature critique argues that Microsoft's 2025 Majorana quantum-computing breakthrough -- and its claim that it could enable "a truly meaningful quantum computer not in decades, as some have predicted, but in years" -- is fundamentally flawed. According to Dr Henry Legg, a lecturer at the University of St Andrews, the claims were undermined by omitted data, selective plotting, and basic Python errors that concealed alternative results. Microsoft, for its part, says the bugs were minor and stands by its findings and roadmap. The Register reports: "Last year they claimed to be years, not decades from a 'topological quantum supercomputer,'" Legg told The Register in an email. "My feeling is that they are centuries, not decades away. If it works at all -- and, based on what I have seen, the most likely scenario is that it doesn't work." Based on his analysis of the research Microsoft published in 2025, Legg argues that the company's claims about finding and being able to control the elusive Majorana particle to build a topological superconductor do not withstand scrutiny.

"I demonstrate that Microsoft's tune-up software is flawed and that coding errors resulted in incorrect statements to peer reviewers," said Legg. "Raw data, which was omitted from the original paper, also appears to indicate Microsoft's devices contain considerable disorder and are not compatible with the existence of a topological gap. In other words, the prerequisites for Microsoft's claims do not appear to be met, but this was obscured because this data did not appear in the original publication."

Essentially, Microsoft has proposed a Topological Gap Protocol (TGP) that can be used to detect the phase transition deemed to be a prerequisite for conducting quantum calculations using Majorana particles. Legg argues that based on his analysis of underlying transport data (measurements of particle change) -- omitted from the original publication -- Microsoft chose to focus on results that supported its thesis and ignored data that could be interpreted as a negative result. As he notes in his critique: "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 (the TGP)," said Legg. "When peer reviewers asked if other regions existed, Microsoft inaccurately stated that they had investigated the only region passing the protocol within the explored range. This was not correct." Legg also argues that Microsoft mishandled its code. "The code antisymmetrized bias voltage based on array index rather than physical value," his analysis says.

In other words, Microsoft's researchers made a basic programming mistake by evaluating the array index -- the number identifying a value's position in an array -- instead of the value to which the index refers. "There were two pretty basic Python programming errors that hid these alternative regions," Legg explained. "Their plotting software was hardcoded with a filter (zbp_cluster_numbers=[1]) that forced it to display only the single largest region, concealing other successful results from their phase maps. Changing this to zbp_cluster_numbers=[1,2] shows already a second region." Legg added: "The TGP software transformed the data by simply reversing a Python array (x[::-1]) based on its index position, ignoring the actual physical bias voltages."

Boffin Claims Microsoft's 'Quantum Leap' Is Invalid Due To 'Basic Python Errors'

Comments Filter:
  • by 93 Escort Wagon ( 326346 ) on Wednesday June 24, 2026 @01:11PM (#66208036)

    Quick! Somebody call Scott Bakula!

  • by gweihir ( 88907 ) on Wednesday June 24, 2026 @01:19PM (#66208056)

    At this time, this is the only rational stance left. There is no indication that QCs can ever scale to useful size, but a ton of indicators that they likely will not. There is not even solid proof that QCs work at all, because the longest, most complex complex calculation ever done successfully is apparently factoring 29 with a specialized algorithm for 29. That is easily in range for a conventional analog computation by non-quantum mechanisms. Hence while I think it is unlikely, the computation mechanisms that QCs rely on may still turn out to be hallucinations. Also note that even very, very, very minor deviations from the theory (and we _always_ had those in the past as soon as we had equipment to verify theory against reality precisely enough) would completely kill the QC idea. The precision required to do, say, a 128 bit calculation precisely, is unimaginable and a digital computer only reaches it by extreme measures.

    • by Entrope ( 68843 ) on Wednesday June 24, 2026 @01:38PM (#66208124) Homepage

      the longest, most complex complex calculation ever done successfully is apparently factoring 29 with a specialized algorithm for 29.

      Shor's algorithm has been used to factor 21, not 29. 29 is prime, and people don't usually talk about factoring primes because the factors are trivial. But otherwise, yes.

      • by gweihir ( 88907 )

        Ah, sorry. I get confused about the number, because it does not really matter, only that it is exceptionally small. You are right, it was 21.

      • 29 is prime, and people don't usually talk about factoring primes because the factors are trivial.

        I don't think Microsoft will let something as trivial as primality to get in the way of their quantum computing research. REAL men can roundhouse-kick any number into factors if they so desire.

        "The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers." -- Bill Gates, The Road Ahead (1995)

    • by HiThere ( 15173 )

      I'm quite sure quantum computers are valid. Whether they're useful is another question. I'll agree that it's not clear that general purpose quantum computers will ever be useful. (I won't agree that it's clear they never will be useful.)

      OTOH, specialized quantum computers are already useful. DWave sells one design.

      • by gweihir ( 88907 )

        I'm quite sure quantum computers are valid.

        That just means you have no clue what you are talking about...

        • "Everybody" agrees that you can build them using more energy than is consumed by conventional algorithms, and that they can be scaled with enough energy.

          The question, the debate, is if they provide a "shortcut" that gets around the minimum energy required for a calculation under traditional information theory. If they always take more energy (as seems likely) then they're useless. But still valid as a type of device.

          The default position should be skepticism, because we do have a well-established, well-teste

      • Do you realize who you're talking to? Slashdot's very own gweihir is the most knowledgeable person in the world on the viability of quantum computing. Indeed, everyone else is an idiot.

        • That makes sense, he's an expert in everything else too, so he's gotta be pretty amazing.

      • OTOH, specialized quantum computers are already useful. DWave sells one design.

        And it's been very useful in making money for DWave, so you are in fact correct. It's also been useful for academics being able to publish blog posts and papers arguing over whether it is or isn't actually a "quantum computer", whatever that really is.

        • by gweihir ( 88907 )

          The DWave is a very nice long-running scam that depends on people not understanding what a QC is. Because actual QCs are so incredibly weak (with a factorization record of 21, and 35 still failed), the DWave essentially does something like chemical computing (in the widest sense) to handily beat that and then the scammers pretend they have a powerful QC.

          What really gets me that we now have 50 years of no useful computing mechanisms from QC research. And people are still in denial. A lot of really long-term

    • Please, *please* do not use words like "hallucination" here. It's already a somewhat ill-defined term, but it does have a generally understood context that absolutely does not apply in this space. There's already a bizarre conflation of AI and quantum computing that makes no damn sense, and I'd really like it to stop getting worse.

      As for the rest of your post, topological or Majorana qubits that Microsoft favors have never been reliably proven to exist at all, much less be useful for quantum computing. B
      • by gweihir ( 88907 )

        I like the term "hallucination", because with AI it now describes something made up because of a lack of understanding.

        every single performance metric has been improving exponentially for most of the last two decades

        Now you are hallucinating. The exact opposite is true. All scaling in QCs has been sub-linear and very likely inverse (!) exponential. Incidentally, factoring 21 is the current, actual, not-outdated-at-all record for a real quantum calculation.

        If you want, I can also call you "delusional" instead of "hallucinating". Would fit about as well with what you just claimed.

        • Figure 1 of this review [cambridge.org] clearly shows exponential improvement in superconducting qubit coherence times, all backed up by citations. There are similar more recent plots, but this is the one I found first. If I am hallucinating or delusional, please disprove this figure.

          All scaling in QCs has been sub-linear and very likely inverse (!) exponential.

          Please provide a citation to demonstrate this claim in even a single metric.

          • If you actually understood your link you're realize that is basically says, "Quantum computers help us understand the engineering involved in quantum computing."

            What it doesn't say is, "Quantum computers are known to provide a shortcut that bypasses the minimum energy requirements predicted by information theory." And that's what you'd need for quantum computing to be useful.

      • You have to understand that gweihir knows more than all of the experts actually working in the field. It's a shame that they are wasting their time working on this technology that very obviously isn't going to work, and it's all because they did not seek out gweihir's superior knowledge.

        /s

        Now, were there errors in the code behind Microsoft's paper? Errors in academic code is something I believe in a heartbeat. Glad someone reviewed it at this level of detail.

        • by gweihir ( 88907 )

          Nope and I did not claim that. What I do know is that many of the non-commercial researchers into QCs are quite aware they are not doing it in order to build a QC. They are doing it for side-results and because, due to idiots like you, it is easy to get grant money when you claim you are trying to build a QC. That makes the research quite worthwhile, but it does not make it produce a QC.

    • Who cares if it works or not, it's quantum! Shut up and take my money!
  • by ElderOfPsion ( 10042134 ) on Wednesday June 24, 2026 @01:23PM (#66208076)

    Microsoft doesn't have a Legg to stand on.

  • Boffin (Score:5, Insightful)

    by Himmy32 ( 650060 ) on Wednesday June 24, 2026 @01:33PM (#66208108)

    A quick perusal of his published papers [google.com] seems that boffin would even be understatement, but a well published researcher who is wholly dedicated to this field of research. And whose papers are appear to be written with well respected researchers in the field like this one [google.com] and several others written with Daniel Loss [wikipedia.org].

    From the Daniel Loss article:

    His 1998 paper (jointly with David DiVincenzo) proposing the use of spin qubits in semiconductor quantum dots is the foundation of one of the main approaches towards the realization of a quantum computer and (as of 2025) has been cited more than 9000 times.

    This doesn't appear to be a critique that should be easily dismissed, guy clearly knows his stuff.

  • by Reeses ( 5069 ) on Wednesday June 24, 2026 @02:04PM (#66208180)

    I'm just waiting for the day when I can have a Beowulf cluster of Majorna chips to simulate Natalie Portman and some hot grits.

  • def microsoft_quantum_breakthrough(raw_data):

    # Step 1: Invert reality using standard index slicing
    physics_defying_data = raw_data[::-1]

    # Step 2: Filter out all the inconvenient physics
    return max(physics_defying_data) # Centuries of progress achieved!
  • by SeaFox ( 739806 ) on Wednesday June 24, 2026 @04:16PM (#66208496)

    Apparently "boffin" is a British slang term for a scientist/engineer. I had never heard the term, and with the word being at the beginning of the headline I thought it was a person's name. Then was confused when TFS and the Register article failed to tell me who they were.

    • Yes it is indeed a shame that the English no longer teach their children how to speak [duckduckgo.com] and we Americans must pick up the slack.

    • The normalization of anti-intellectualism is sad to watch. When I was a kid it was only tabloids that used that sort of language.

      Oh, wait... The Register did turn into a tabloid. That explains it.

      Hrm... it appears all the media has turned into tabloids.

      The BBC is no longer broadcast for free all around the world, now it's paywalled. (Semi-literates haven't noticed because they give a couple free articles before the paywall turns on)

      Maybe Batboy's grandchildren can clean up the mess.

    • Apparently "boffin" is a British slang term for a scientist/engineer.

      I recently watched a documentary on the British space program, and I recall someone saying something like "this project needs more engineers and fewer boffins". So "boffin" is specifically a scientist in an ivory tower, much like "egghead" in US slang.

      • by pjt33 ( 739471 )

        Its original use dates to WWII and was more akin to "military R&D engineer/technician": the people who developed radar, for example; or Barnes Wallis of the bouncing bomb and Lancaster bomber.

        The use has generalised over time and would certainly include madcap inventors like Doc Brown from Back to the Future, who is very much not an ivory tower dweller. I would guess that that's the sense which was contrasted with engineers in the documentary.

        In the vernacular of The Register, which the headline comes f

    • Apparently "boffin" is a British slang term for a scientist/engineer.

      Yes, and many boffins died to bring us that information.

  • ... a quantum leap. ::removes sunglasses::

  • sound like someone had some help from our AI overlords when writing their Python code and our AI overlords are always very helpful to produce the desired outcome.

You are an insult to my intelligence! I demand that you log off immediately.

Working...