Skip to content

Conversation

@szabino-mrszabo
Copy link
Contributor

Implementation of the compiling objective of minimizing depth and parallel gate operations as opposed to reducing the number of gates.
Implementation of parallelizable pairs and redundant triplets symmetry-breaking constraints.

@codecov
Copy link

codecov bot commented Jun 17, 2025

Codecov Report

Attention: Patch coverage is 53.93939% with 76 lines in your changes missing coverage. Please review.

Project coverage is 92.27%. Comparing base (1b66c56) to head (a64dbd8).

Files with missing lines Patch % Lines
src/constraints.jl 61.90% 32 Missing ⚠️
src/objective.jl 0.00% 15 Missing ⚠️
src/utility.jl 70.27% 11 Missing ⚠️
src/variables.jl 9.09% 10 Missing ⚠️
src/qc_model.jl 46.66% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   96.06%   92.27%   -3.80%     
==========================================
  Files          13       13              
  Lines        1752     1902     +150     
==========================================
+ Hits         1683     1755      +72     
- Misses         69      147      +78     

☔ 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.

@harshangrjn harshangrjn self-requested a review June 17, 2025 18:30
@harshangrjn harshangrjn added this to the v0.6.3 milestone Jun 17, 2025
@harshangrjn
Copy link
Owner

harshangrjn commented Jun 17, 2025

To do:

  • Add unit tests to improve the coverage on the additional code on layer minimization.
  • Add unit tests to improve the coverage on the triplet commuting gates.
  • Add unit tests for covering Hermitian products/triplets

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.

2 participants