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

Qiskit / qiskit-fermions / 30100745176
98%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 02:34PM UTC
Jobs 1
Files 91
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

24 Jul 2026 02:22PM UTC coverage: 97.981% (+0.002%) from 97.979%
30100745176

push

github

web-flow
refactor(ucj): assign disjoint-support groups to diagonal Coulomb terms (#211)

The diagonal Coulomb operator was built as a coefficient-accumulating dict
keyed by term, guarding against key collisions that can never actually occur
(each (block, i, j) triple is a distinct term). It also carried no group
indices, so `Evolution` synthesis emitted one gate per term with no
parallelism.

Build the terms directly (no collision-handling dict) and tag each with a
`groups` index so that same-group terms have mutually disjoint support --
hence each group synthesizes as a single parallel layer of two-mode gates.

The grouping is a closed-form circle-method (round-robin) edge coloring rather
than a greedy pass: the interaction graph is a doubled complete graph on the
modes, whose optimal edge coloring is a direct formula of the two mode indices.
This is assigned on the fly (no collected state) and is layer-optimal -- it
uses exactly the maximum mode degree for an even mode count (always the case
for a spinful register) and one more for an odd count, the latter being an
unavoidable property of odd complete graphs. A greedy coloring, by contrast,
wastes several extra layers for larger odd `norb`.

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

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

10096 of 10304 relevant lines covered (97.98%)

321.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30100745176.1 24 Jul 2026 02:34PM UTC 91
97.98
GitHub Action Run
Source Files on build 30100745176
  • Tree
  • List 91
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30100745176
  • fac5025e on github
  • Prev Build on main (#30087484454)
  • Next Build on main (#30199180276)
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