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

Qiskit / qiskit-fermions / 30459320656
98%

Build:
DEFAULT BRANCH: main
Ran 29 Jul 2026 02:18PM UTC
Jobs 1
Files 102
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

29 Jul 2026 02:07PM UTC coverage: 97.995% (-0.002%) from 97.997%
30459320656

push

github

web-flow
perf(transpiler): remove QDriftTrotterization's filter_diagonal_terms flag (#230)

filter_diagonal_terms=True re-filtered the Hamiltonian (deepcopy +
filter_diagonal_terms) on every single call to run(), i.e. once per
transpiled circuit, even though the filtered result is identical every
time. Measured at ~11.5ms on a 253k-term Hamiltonian, this alone
dominates the cost of generating many circuits from the same
Hamiltonian (e.g. an SqDRIFT ensemble).

Diagonal terms are a property of the Hamiltonian, not of a particular
sampling run, so filtering belongs upstream: on the operator, once,
before it is wrapped in an Evolution gate. Removing the flag closes off
the slower, stateful-seeming path entirely rather than just discouraging
it; filter_diagonal_terms() itself is unaffected and remains the
documented way to do this filtering.

Updates the sqdrift.rst guide to filter before constructing the
Evolution gate, and drops the now-obsolete non-FermionOperator
rejection test.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com

10215 of 10424 relevant lines covered (98.0%)

317.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30459320656.1 29 Jul 2026 02:18PM UTC 102
98.0
GitHub Action Run
Source Files on build 30459320656
  • Tree
  • List 102
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30459320656
  • e72aff58 on github
  • Prev Build on main (#30439919391)
  • Next Build on main (#30464860428)
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