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

Qiskit / qiskit / 11618069198 / 1
90%
main: 88%

Build:
Build:
LAST BUILD BRANCH: unitary-synthesis
DEFAULT BRANCH: main
Ran 31 Oct 2024 07:10PM UTC
Files 855
Run time 34s
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

31 Oct 2024 06:18PM UTC coverage: 89.767% (+0.02%) from 89.747%
11618069198.1

push

github

web-flow
Fix type of `basis_gates` in `BasicSimulator` configuration (#13385) (#13386)

`basis_gates` was getting set to `Target.operation_names`, which is a
`dict_keys` instance (maybe that should be changed to a more basic
type?), while typically `basis_gates` is a list. `dict_keys` instances
can not be deep copied, so code that usually deep copies a backend's
configuration could not work. Deep copying the configuration can happen
for example when using the `BasicSimulator` with sampler class like
`qiskit_ibm_runtime.SamplerV2` that puts the backend into its options
and then tries to deep copy the options.

(cherry picked from commit 09d10065b)

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

66901 of 74527 relevant lines covered (89.77%)

216186.57 hits per line

Source Files on job 11618069198.1
  • Tree
  • List 0
  • Changed 42
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11618069198
  • 1c684f2d on github
  • Prev Job for on stable/1.2 (#11584026366.1)
  • Next Job for on stable/1.2 (#11721737621.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