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

qiskit-community / povm-toolbox
100%

Build:
DEFAULT BRANCH: main
Repo Added 21 Mar 2025 07:00AM UTC
Token P753jyHSkM7GORyU6LaDi8hzaukqqiTik regen
Build 211 Last
Files 34
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: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • AC/intersphinx-cloud
  • add-missing-logos
  • array-like-arguments
  • bump-min-ibm-runtime
  • combine-counters
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/actions/upload-artifact-7
  • dependabot/github_actions/actions/upload-pages-artifact-4
  • dependabot/github_actions/ghalactic/github-release-from-tag-6
  • dependabot/pip/mypy-1.16.0
  • dependabot/pip/mypy-1.16.1
  • dependabot/pip/mypy-1.17.1
  • dependabot/pip/mypy-1.18.2
  • dependabot/pip/mypy-1.19.0
  • dependabot/pip/mypy-1.19.1
  • dependabot/pip/mypy-approx-eq-1.15.0
  • dependabot/pip/pylint-3.3.7
  • dependabot/pip/pylint-3.3.8
  • dependabot/pip/pylint-3.3.9
  • dependabot/pip/pylint-4.0.4
  • dependabot/pip/pylint-4.0.5
  • dependabot/pip/pylint-approx-eq-3.3.6
  • dependabot/pip/ruff-0.11.12
  • dependabot/pip/ruff-0.11.2
  • dependabot/pip/ruff-0.11.8
  • dependabot/pip/ruff-0.12.1
  • dependabot/pip/ruff-0.12.11
  • dependabot/pip/ruff-0.12.7
  • dependabot/pip/ruff-0.13.2
  • dependabot/pip/ruff-0.14.10
  • dependabot/pip/ruff-0.14.14
  • dependabot/pip/ruff-0.14.3
  • dependabot/pip/ruff-0.14.7
  • dependabot/pip/ruff-0.15.4
  • dependabot/pip/ruff-approx-eq-0.11.1
  • docs-fix-renos
  • drop-python-3.9
  • efficient-post-processing
  • enforce-coverage
  • extremal-python-deps
  • fix-qiskit-runtime-service
  • fix-type-hint
  • k-local-dual
  • main
  • mergify/bp/stable/0.2/pr-139
  • mergify/bp/stable/0.2/pr-141
  • mergify/bp/stable/0.2/pr-142
  • mergify/bp/stable/0.2/pr-145
  • mergify/bp/stable/0.2/pr-146
  • mergify/bp/stable/0.2/pr-147
  • mergify/bp/stable/0.2/pr-148
  • mergify/bp/stable/0.2/pr-153
  • mergify/bp/stable/0.2/pr-154
  • mergify/bp/stable/0.2/pr-155
  • mergify/bp/stable/0.2/pr-159
  • mergify/bp/stable/0.2/pr-160
  • mergify/bp/stable/0.2/pr-163
  • mergify/bp/stable/0.2/pr-173
  • mixing_implementations
  • mpl-backend
  • np-asarray
  • pep-639
  • pytest
  • pytest-params
  • qiskit-2.0
  • relax-coverage
  • release-0.2
  • skip-test-with-unavailable-secret
  • stable/0.2
  • update-linters
  • update-meta

10 Mar 2026 01:41PM UTC coverage: 100.0%. Remained the same
22905389095

push

github

web-flow
Refactor post‑processing to improve efficiency (#180)

* create skeleton for efficient `t_race_of_prod` method

* take all outcomes as argument

* check whether we have a tensor of sing-qubit frame

* draft of _trace_of_prod_single_qubit

* new omega pipeline running

* lint

* fix locally biased shadows

* linter

* remove `print`

* clean up jit function

* release note

* align Pauli convention with Qiskit

* fix: ignore coverage of jit function (for now)

* update numba function docstring

* add "CPY" and "IZ" to spellchecker list

* protect `_trace_of_prod_single_qubit` from misuses (raise error if non hom. single-qubit frame)

* update docstrings

* cleanup

* Apply suggestion from @timmintam

* Update release note (limitation of upgrade to set of outcomes)

---------

Co-authored-by: Laurin Fischer <aur@zurich.ibm.com>
Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>

26 of 26 new or added lines in 2 files covered. (100.0%)

1374 of 1374 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
1374 RELEVANT LINES 1374 COVERED LINES
1.0 HITS PER LINE
Source Files on main
  • Tree
  • List 34
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22905389095 main Refactor post‑processing to improve efficiency (#180) * create skeleton for efficient `t_race_of_prod` method * take all outcomes as argument * check whether we have a tensor of sing-qubit frame * draft of _trace_of_prod_single_qubit * new om... push 10 Mar 2026 01:43PM UTC web-flow github
100.0
22897440423 efficient-post-processing Merge ee6775ef4 into b60a01c4e Pull #180 10 Mar 2026 10:12AM UTC web-flow github
100.0
22897086407 efficient-post-processing Merge 6efd8b12b into b60a01c4e Pull #180 10 Mar 2026 10:03AM UTC web-flow github
100.0
22895603724 main fix: enforce real-valued coefficients in MultiQubitFrame.pauli_operators (#188) push 10 Mar 2026 09:23AM UTC web-flow github
100.0
22895509640 main build(deps-dev): bump ruff from 0.14.10 to 0.15.4 (#185) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.10 to 0.15.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/ma... push 10 Mar 2026 09:21AM UTC web-flow github
100.0
22895465619 main build(deps): bump actions/upload-artifact from 6 to 7 (#186) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://githu... push 10 Mar 2026 09:20AM UTC web-flow github
100.0
22895214341 fix-type-hint Merge e12f75054 into 3955b4d89 Pull #188 10 Mar 2026 09:13AM UTC web-flow github
100.0
22895127709 dependabot/pip/ruff-0.15.4 Merge 96759fe0f into 3955b4d89 Pull #185 10 Mar 2026 09:11AM UTC web-flow github
100.0
22895094922 dependabot/github_actions/actions/upload-artifact-7 Merge 3efac0dc5 into 3955b4d89 Pull #186 10 Mar 2026 09:09AM UTC web-flow github
100.0
22893773440 efficient-post-processing Merge bff8e206b into 3955b4d89 Pull #180 10 Mar 2026 08:32AM UTC web-flow github
100.0
See All Builds (211)

Badge your Repo: povm-toolbox

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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