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

Qiskit / qiskit / 15639319025 / 1
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: feat/basic-simulator-clifford-benchmarks
DEFAULT BRANCH: main
Ran 13 Jun 2025 04:48PM UTC
Files 789
Run time 52s
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

13 Jun 2025 04:25PM UTC coverage: 88.13% (+0.02%) from 88.113%
15639319025.1

push

github

web-flow
Fix random number generator seed argument for quantum_volume (#14586) (#14591)

* Fix random number generator seed argument for quantum_volume

The `seed` argument to `quantum_volume` being a `numpy.random.Generator`
resulted in `integers` being called with 0 for the `low` argument. When
called with only a `low` argument like this, this value is taken as one
more than the maximum and 0 is treated as the minimum. This resulted in a
`TypeError` because the range is from 0 to -1. Here the handling of
`Generator` was updated to match how the deprecated `QuantumVolume`
class handled `seed` (which was slightly odd -- it caps the range at the
int64 limit even though the argument is a `u64` in the Rust function --
but probably fine; keeping the range helps keep the behavior consistent
between `QuantumVolume` and `quantum_volume` for a generator with the
same seed).

* Address pylint's misunderstanding of the test import

(cherry picked from commit ba74b5c47)

Co-authored-by: Will Shanks <willshanks@us.ibm.com>

72956 of 82782 relevant lines covered (88.13%)

346510.21 hits per line

Source Files on job 15639319025.1
  • Tree
  • List 789
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15639319025
  • 7e96e33e on github
  • Prev Job for on gh-readonly-queue/stable/2.0/pr-14591-c26f15eb9895de344200e4f500712b9bdc382562 (#15621684214.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc