Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Worktrees isolate files not plans(naw103.substack.com ↗)
    discuss
  2. Maintaining the love for coding in the time of AI(nlnetlabs.nl ↗)
    discuss
  3. How HN: Nexus Relay – a single-node sync hub with an operator UI(github.com/luchebert ↗)
    discuss
  4. "Reconstructive UI"(judi.systems ↗)
    discuss
  5. Not a Bootcamp(recurse.com ↗)
    discuss
  6. Ask HN: Why does cmux need 200 settings?
    discuss
  7. Gods Don't Give Gifts(godsdontgivegifts.com ↗)
    1comments
  8. Ainglish, an English dialect for AI agents(ainglish.org ↗)
    discuss
  9. AI Is a Cheat Code for Your Brain(stevechazin.com ↗)
    discuss
  10. Can Phones Explain PISA?(commonreader.co.uk ↗)
    discuss
  11. The curio cabinet of medieval mental health(aeon.co ↗)
    discuss
  12. Four Days in Jotunheimen(benjaminschneider.ch ↗)
    discuss
  13. The Edge of the Unsayable(poetryfoundation.org ↗)
    discuss
  14. More UC students are failing intro math courses as regents weigh reinstating SAT(latimes.com ↗)
    discuss
  15. Human brain cells transplanted into mice in 'most extensive' integration(nature.com ↗)
    discuss
  16. The Case for Reasoning Transparency(deepmind.com ↗)
    discuss
  17. Ask HN: About map enshittification: Have you noticed the maps have gotten worse?
    discuss
  18. AI caught telling future versions of itself to bypass human controls(the-independent.com ↗)
    discuss
  19. Ed Sheeran Opener Aaron Rowe Pulls Out of Tour After Macklemore Drop(variety.com ↗)
    discuss
  20. Show HN: Algebraic Effect System for Python(effecton.dev ↗)
    discuss
  21. Jevmlx(github.com/bnsd55 ↗)
    discuss
  22. My Dumbphone Made My Life Better. It Made Everyone Else's Worse(nytimes.com ↗)
    1comments
  23. hister(github.com/asciimoo ↗)
    discuss
  24. Show HN: Die With Me – Claude and Codex rate limits as AIM away messages(diewithme.co ↗)
    6comments
  25. Aesthetic Governance, Mega-Events and the Urban Poor(doingsociology.org ↗)
    1comments
  26. The Shortcut Became the System(christophermeiklejohn.com ↗)
    discuss
  27. Classic ML to Cope with Dumb LLM Judges (2025)(softwaredoug.com ↗)
    discuss
  28. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents(skillsync.com ↗)
    discuss
  29. Show HN: Paste a song and get 5 license-free cousins that sound like it(mockfreeli.org ↗)
    discuss
  30. Show HN: Lightning strike VFX in Three.js, a step-by-step breakdown(threevfx.com ↗)
    discuss

Quantum computing's flagship chemistry results don't say which state they found

1 pointsby 1h agoblog.purestatelabs.com
1 comments
1h agoHN ↗

I've submitted the underlying paper here twice before as a Zenodo link, but it didn't get much discussion. I wrote this new post to be more accessible to non-chemists, plus a couple of things have happened since the last time.

First, IBM merged two PRs (364 and 366) to qiskit-addon-sqd on Sept 9 after I reported the issue. The docs for the symmetrize_spin option now clarify that it "does not guarantee that the state is an eigenvector of the total spin operator S^2". That covers one of the options. IBM hasn't commented on the paper itself, which I've recently updated to v2 on ChemRxiv.

The short version of the post: IBM's released random-input control actually matches their quantum hardware on the smaller iron-sulfur cluster. Also, IBM's flagship paper, the published critique of it, and the RIKEN-IBM Fugaku follow-up all report energies without stating which spin state those energies belong to. If you rebuild the data for the largest [2Fe-2S] size they published, the lowest state has S^2 = 1.3711. They were aiming for a singlet, which should be 0.

You can verify this without relying on my code:

Hardware vs random (takes about 10 seconds in a browser, reading IBM's files directly): https://colab.research.google.com/github/PureStateLabs/sqd-s...

Spin check (takes about 35 seconds, running PySCF on IBM's public integrals): https://github.com/PureStateLabs/sqd-spin-referee/blob/main/...

The last section of the post outlines exactly what would change my mind. If you try to reproduce a number and it doesn't match, let me know here.

Paper: https://doi.org/10.26434/chemrxiv.15006382/v2 Data and code: https://doi.org/10.5281/zenodo.21359922