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

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

Build:
DEFAULT BRANCH: main
Ran 23 Sep 2025 09:16AM UTC
Files 868
Run time 28s
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.292% (+0.003%) from 88.289%
17940378364.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.

92722 of 105017 relevant lines covered (88.29%)

934765.26 hits per line

Source Files on job 17940378364.1
  • Tree
  • List 868
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17940378364
  • 25c3206f on github
  • Prev Job for on main (#17936847301.1)
  • Next Job for on main (#17947752985.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