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

Qiskit / qiskit / 34149608764
88%

Build:
DEFAULT BRANCH: main
Ran 07 Sep 2026 06:45PM UTC
Jobs 1
Files 963
Run time 2min
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

07 Sep 2026 05:29PM UTC coverage: 87.857% (-0.007%) from 87.864%
34149608764

push

github

web-flow
speed up case of `BasePauli._evolve_clifford` (#16835)

* speed up case of `BasePauli._evolve_clifford`

The existing `BasePauli._evolve_clifford` was wasteful when evolving a mostly-idenity Pauli (or PauliList) by a many-qubit Clifford. (e.g. if we want to apply a many-qubit Clifford to a few-qubit Pauli, we first expand the Pauli with a bunch of identities before calling evolve).

It would loop in Python over all rows of the Clifford, checking each time whether that row should be applied (`idx_.any()`). If `self` has support on only a few qubits, most of the rows don't do anything, such that most of the python-loop iterations are no-ops.

New version moves the vectorized `any()` call outside of the loop, and then python-loops over only the necessary rows of `Clifford`.

* release note

* Reword release note

---------

Co-authored-by: Jake Lishman <jake.lishman@ibm.com>

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

25 existing lines in 4 files now uncovered.

116723 of 132856 relevant lines covered (87.86%)

982374.39 hits per line

Coverage Regressions

Lines Coverage ∆ File
18
96.69
-0.47% crates/qasm2/src/parse.rs
5
91.52
-0.51% crates/qasm2/src/lex.rs
1
90.31
0.0% crates/circuit/src/parameter/parameter_expression.rs
1
80.61
-0.04% crates/circuit/src/parameter/symbol_expr.rs
Jobs
ID Job ID Ran Files Coverage
1 34149608764.1 07 Sep 2026 06:45PM UTC 963
87.86
GitHub Action Run
Source Files on build 34149608764
  • Tree
  • List 963
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34149608764
  • d1fd5dc9 on github
  • Prev Build on gh-readonly-queue/main/pr-16234-1d966562f6fb3a4b43e401f4c1f1a641f9d8a35f (#34145687826)
  • Next Build on main (#34216469029)
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