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

Qiskit / qiskit-addon-slc
76%

Build:
DEFAULT BRANCH: main
Repo Added 06 Nov 2025 03:03PM UTC
Files 23
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • async-parallel
  • atol
  • backport-18
  • bail-early
  • bump-pauli-prop
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/deploy-pages-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/actions/upload-artifact-7
  • dependabot/github_actions/actions/upload-pages-artifact-5
  • dependabot/pip/mypy-1.19.0
  • dependabot/pip/mypy-1.19.1
  • dependabot/pip/mypy-1.20.0
  • dependabot/pip/pauli-prop-approx-eq-0.2.0
  • dependabot/pip/pylint-4.0.4
  • dependabot/pip/pylint-4.0.5
  • dependabot/pip/ruff-0.14.10
  • dependabot/pip/ruff-0.14.14
  • dependabot/pip/ruff-0.14.7
  • dependabot/pip/ruff-0.15.4
  • dependabot/pip/ruff-0.15.8
  • dev-test-samplomatic
  • fix-div-by-zero
  • fix-twirling-strategy
  • getting-started-tutorial
  • light-cone-commutes-caching
  • max-num-boxes
  • mergify/bp/stable/0.1/pr-14
  • mergify/bp/stable/0.1/pr-15
  • mergify/bp/stable/0.1/pr-16
  • mergify/bp/stable/0.1/pr-23
  • mergify/bp/stable/0.1/pr-24
  • mergify/bp/stable/0.1/pr-28
  • mergify/bp/stable/0.1/pr-36
  • mergify/bp/stable/0.1/pr-37
  • mergify/bp/stable/0.1/pr-38
  • mergify/bp/stable/0.1/pr-39
  • mergify/bp/stable/0.1/pr-45
  • mergify/bp/stable/0.1/pr-49
  • mergify/bp/stable/0.1/pr-51
  • mergify/bp/stable/0.1/pr-52
  • mergify/bp/stable/0.1/pr-54
  • mergify/bp/stable/0.1/pr-59
  • minor-cleanup
  • reduce-pauli-size-for-commutation-check
  • separate-atol-concerns
  • stable/0.1
  • update-samplomatic
  • update-tutorial
  • visualize-with-plotly

22 Apr 2026 07:21AM UTC coverage: 76.121% (+0.09%) from 76.034%
24765703405

push

github

web-flow
feat: separate concerns of `atol` in `compute_forward_bounds` (#69)

The `atol` arguments to the `compute_forward_bounds` function was used
for two different purposes. This commit deprecates the old `atol`
argument in favor of two new ones to separate their concerns.

3 of 5 new or added lines in 1 file covered. (60.0%)

628 of 825 relevant lines covered (76.12%)

0.76 hits per line

Relevant lines Covered
Build:
Build:
825 RELEVANT LINES 628 COVERED LINES
0.76 HITS PER LINE
Source Files on main
  • Tree
  • List 22
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24765703405 main feat: separate concerns of `atol` in `compute_forward_bounds` (#69) The `atol` arguments to the `compute_forward_bounds` function was used for two different purposes. This commit deprecates the old `atol` argument in favor of two new ones to sepa... push 22 Apr 2026 07:24AM UTC web-flow github
76.12
24764737353 main perf: bail early on commutator bound with exceeding truncation (#68) When the truncation bias already exceeds the upper bound of 2.0, we can bail on the potentially costly computation of the commutator bound. push 22 Apr 2026 06:58AM UTC web-flow github
76.03
24764169387 main perf: introduce caching into LightCone.commutes (#62) Whenever we re-encounter a `CircuitInstruction` and check whether it commutes with the `LightCone`, we are repeating a lot of commutation checks which (even though fast on their own) accumulat... push 22 Apr 2026 06:42AM UTC web-flow github
76.59
24763803156 main feat: allow limiting the number of BoxOp for which to compute bounds (#63) push 22 Apr 2026 06:31AM UTC web-flow github
76.45
24763774102 main Use machine precision as tolerance during propagation (#60) * Use machine precision as tolerance during backprop * style * feat: introduce qiskit_addon_slc.globals.ZERO_ATOL --------- Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> push 22 Apr 2026 06:30AM UTC web-flow github
74.85
24714508829 main docs: update tutorial (#66) push 21 Apr 2026 09:23AM UTC web-flow github
74.69
24713818557 main fix: remove unneeded comments from test headers (#64) push 21 Apr 2026 09:07AM UTC web-flow github
74.69
24708038963 main build(deps): bump actions/upload-pages-artifact from 4 to 5 (#59) Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - ... push 21 Apr 2026 06:43AM UTC web-flow github
74.69
23888779022 main build(deps-dev): bump mypy from 1.19.1 to 1.20.0 (#54) Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v... push 02 Apr 2026 07:16AM UTC web-flow github
74.69
23888767824 main build(deps-dev): bump ruff from 0.15.4 to 0.15.8 (#52) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.4 to 0.15.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/... push 02 Apr 2026 07:16AM UTC web-flow github
74.69
See All Builds (127)
  • Repo on GitHub
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