• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit-fermions / 30010276607
98%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 01:24PM UTC
Jobs 1
Files 89
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Jul 2026 01:13PM UTC coverage: 97.685% (+0.005%) from 97.68%
30010276607

push

github

web-flow
perf(transpiler): peel disjoint unit-orbitals in Slater synthesis (#203)

The reduced Givens sweep in GivensDecompositionSlaterDeterminantSynthesis
seeds a leading-m reference and transports occupation onto the physical
target modes. When an occupied orbital is a basis vector on a mode disjoint
from every other occupied orbital, that transport is realized as a chain of
bare SWAPs (XXPlusYYGate with c=0) -- pure classical relabeling that Qiskit's
generic transpiler cannot remove (a SWAP is a nontrivial unitary and the JW
preset carries no coupling map), so it must be avoided at synthesis time.

Peel off each such disjoint unit-orbital: place its X gate directly on the
target mode and exclude it from the decomposition, handing only the
genuinely-mixing remainder to givens_decomposition_slater. The detection is
basis-independent -- mode k peels iff column k of the occupied-space
projector P = A^dagger A equals e_k -- and generalizes the special case where
the whole occupied space is a signed permutation (then every orbital peels
and no XXPlusYYGate is emitted at all).

The peel helper returns an explicit (peel_modes, kept_modes, reduced) triple
so a later reference-reseeding optimization -- which would also minimize the
transport SWAPs within the mixing remainder -- can build on it without rework.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

23 of 23 new or added lines in 1 file covered. (100.0%)

9832 of 10065 relevant lines covered (97.69%)

327.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30010276607.1 23 Jul 2026 01:24PM UTC 89
97.69
GitHub Action Run
Source Files on build 30010276607
  • Tree
  • List 89
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30010276607
  • 9add0e95 on github
  • Prev Build on main (#30005363214)
  • Next Build on main (#30013580023)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc