Qiskit Fermions 0.1.0 holds a standard quantum chemistry benchmark at 12 error prone operations per step out to 100 sites, where a conventional approach needs 407.
IBM has open-sourced a small software library called Qiskit Fermions, version 0.1.0, under the Apache 2.0 license. The package targets researchers who simulate interacting subatomic particles (the collective behavior underlying chemistry and solid-state physics) on quantum hardware. It is the first IBM release dedicated to fermionic simulation, and it slots into the Qiskit stack as a transpiler extension: a compile step that turns a high-level quantum algorithm into the specific gates a real chip can run.
The headline result is a single benchmark on a standard quantum chemistry model, the 1D Fermi-Hubbard time-evolution test. Per IBM's release notes, the two-qubit gate depth (the number of error-prone operations a chip has to perform at each step) stays constant at 12 as the model grows from 4 to 100 sites. A conventional approach that rewrites the physics early in the pipeline climbs to 407 at 100 sites. The trick is delayed fermion-to-qubit synthesis: keep the equations in their native fermionic form through most of compilation, then convert at the end.
Three caveats bound the claim. The constant-depth result is local to that benchmark and one encoding choice, not a universal speedup. The package is at 0.1.0 and depends on other Qiskit extensions that are still evolving. And the benchmark is vendor-reported, in IBM's own release notes rather than an independent measurement.