Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Americans Shrugged Off Surveillance. Then Came Flock and Data Centers(techpolicy.press ↗)
    discuss
  2. Show HN: The Heilbronn Problem – packing points to avoid small triangles(tejstead.com ↗)
    discuss
  3. How hard can it be to cache a Git checkout?(twitter.com/useblacksmith ↗)
    discuss
  4. Go-based Robotics Framework built around NATS.io(github.com/emergingrobotics ↗)
    discuss
  5. Robotaxi Might Be a Narc(theverge.com ↗)
    discuss
  6. Open Source Lightroom(darkroom-taupe-rho.vercel.app ↗)
    discuss
  7. Escalating Battle Against AI Deepfakes Mandates Smart Streaming Decisions(red5.net ↗)
    discuss
  8. Wilsonian Idealism(wikipedia.org ↗)
    discuss
  9. Homo Rodans(wikipedia.org ↗)
    discuss
  10. University Rescinds Offer to Activist Allegeded to Wipe Phone Before DHS Search(404media.co ↗)
    1comments
  11. My Office Has an On-Air Light (and Yes, It's a Robot)(herlein.com ↗)
    discuss
  12. JDK 27 is now available(inside.java ↗)
    discuss
  13. Abstract Machines Launches Synth(absmach.eu ↗)
    discuss
  14. Ask HN: HIPAA for AI vs. Licensed Providers, your thoughts?
    2comments
  15. A New Equal-Area Map for Interactive Computer Use(benjoffe.com ↗)
    discuss
  16. Why Europeans save differently, and how to put those savings to work(europa.eu ↗)
    discuss
  17. Vinix – A modern operating system written in V(vinix-os.org ↗)
    discuss
  18. Rabbit Hole: Minimum L-seams(fractalkitty.com ↗)
    discuss
  19. LLM Classification Is Feature Engineering(minimallysufficient.com ↗)
    discuss
  20. Benchmarking Local LLM Servers: Llama.cpp, Llamafile, LM Studio, and Ollama(blog.mozilla.ai ↗)
    1comments
  21. Carlo Rovelli book challenges science's understanding of reality and universe(npr.org ↗)
    discuss
  22. Show HN: Pelmet – menu bar manager for macOS 27 that hides icons on demand(github.com/fif7y ↗)
    discuss
  23. Prompting large language models for quality ecological statistics(wiley.com ↗)
    discuss
  24. Show HN: Open-source AI teammates with their own computer(runerrand.dev ↗)
    2comments
  25. Show HN: Live one minute of a stranger's memory, then leave one for the next(enterkronos.com ↗)
    discuss
  26. If a Lion Could Speak(blue-continuum.com ↗)
    discuss
  27. The Fossil Logic of the Industrial and AI Revolutions(blue-continuum.com ↗)
    discuss
  28. CrowdSec Source Code Leak(crowdsec.net ↗)
    discuss
  29. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    discuss
  30. Visa, MC launch international card payments in Syria after US lifts sanction(reuters.com ↗)
    discuss

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

1 pointsby 1h agoblog.purestatelabs.com
1 comments
57m 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