Skip to content

Conversation

@doug-q
Copy link
Contributor

@doug-q doug-q commented Nov 14, 2025

No description provided.

@hugrbot
Copy link
Collaborator

hugrbot commented Nov 14, 2025

Hey there and thank you for opening this pull request! 👋

We follow the Conventional Commits convention for PR titles. It looks like your title needs some adjustment.

The title should have a type prefix, followed by a colon. The most important ones are:

  • feat: for new features
  • fix: for bug fixes

If the PR contains a breaking change, use feat!: or fix!: instead and include a "BREAKING CHANGE:" footer in the description of the pull request.

You may also include a (scope) after the type prefix.

Expand this message for the full list of tags.
  • feat: New feature
  • fix: Bug fix
  • docs: Documentation-only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: Performance improvements
  • test: Adding missing or correcting existing tests
  • ci: Changes to our CI configuration files and scripts
  • chore: Other changes that do not alter public APIs or code behaviour
  • revert: Reverts a previous commit

@doug-q doug-q changed the title wip DRAFT: feat: Add RewriteQubitPass Nov 14, 2025
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

❌ Patch coverage is 80.57971% with 67 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.50%. Comparing base (64296c3) to head (b6763b2).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
tket/src/passes/rewrite_quantum.rs 85.06% 20 Missing and 13 partials ⚠️
tket/src/extension/globals.rs 69.69% 20 Missing ⚠️
tket-qsystem/src/llvm/globals.rs 82.05% 1 Missing and 6 partials ⚠️
tket-exts/src/tket_exts/tket/globals.py 76.92% 3 Missing ⚠️
qis-compiler/rust/lib.rs 0.00% 2 Missing ⚠️
tket-qsystem/src/bin/tket-qsystem.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1261      +/-   ##
==========================================
+ Coverage   79.46%   79.50%   +0.03%     
==========================================
  Files         160      164       +4     
  Lines       20378    20723     +345     
  Branches    19446    19776     +330     
==========================================
+ Hits        16194    16475     +281     
- Misses       3201     3246      +45     
- Partials      983     1002      +19     
Flag Coverage Δ
python 92.44% <80.00%> (-0.22%) ⬇️
qis-compiler 100.00% <ø> (ø)
rust 78.86% <80.60%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@doug-q doug-q force-pushed the doug/replace-qubit-pass branch from b2a960e to c430858 Compare November 17, 2025 14:19
@doug-q doug-q force-pushed the doug/replace-qubit-pass branch from c430858 to 696e3bb Compare November 17, 2025 14:27
@doug-q doug-q force-pushed the doug/replace-qubit-pass branch from 72ce2df to 3bac0b6 Compare November 25, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants