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

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

Build:
Build:
LAST BUILD BRANCH: c-target-get-params
DEFAULT BRANCH: main
Ran 23 Sep 2025 08:51AM UTC
Files 868
Run time 33s
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

23 Sep 2025 08:10AM UTC coverage: 88.307% (+0.02%) from 88.289%
17939752499.1

push

github

web-flow
Fix edge-order non-determinism when adding DAG nodes (#15040)

All of `DAGCircuit::push_back`, `DAGCircuit::push_front` and
`DAGCircuitBuilder::push_back` had non-determinisms in the precise order
that edges were added.  The two `DAGCircuit` methods had diverged, so
exhibited _different_ behaviour.  Most of the effects were limited to
nodes with multiple classical in edges, though `DAGCircuit::push_back`
did have some problems with high-degree quantum nodes (like barriers) as
well.

This commit unifies the code handled the two `DAGCircuit` methods to try
and prevent divergences (especially since `apply_operation_front` is
currently little used and little tested).  As a side effect, this fixed
a bug in `apply_operation_front` around handling multiple references to
the same clbit or var in classical expressions that was fixed in
`apply_operation_back` some time prior.

92737 of 105017 relevant lines covered (88.31%)

935732.71 hits per line

Source Files on job 17939752499.1
  • Tree
  • List 868
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17939752499
  • 25c3206f on github
  • Prev Job for on gh-readonly-queue/main/pr-15040-89b21680681293ff09a961af4f93ba252e61a0aa (#17936847301.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