cda-tum / mqt-qcec

MQT QCEC - A tool for Quantum Circuit Equivalence Checking
https://mqt.readthedocs.io/projects/qcec
MIT License
90 stars 21 forks source link

Bump extern/qfr from `db082b6` to `866a3c3` #262

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps extern/qfr from db082b6 to 866a3c3.

Most importantly, this adds the changes from https://github.com/cda-tum/qfr/pull/280 bringing native support for a lot of new (two-target) gate types (such as RZZ, RXX, etc.) and a large refactor for the QASM parser with many performance and convenience improvements.

Commits
  • 866a3c3 🩹 fix for u gate identifier not being recognized
  • 5a0080e 🩹 fix for swapped parameter order in ZX construction
  • fd68676 🩹 fix for empty tokens in OpType stream input
  • 1923cee Bump extern/zx from c9d8fe5 to 653f767 (#288)
  • ec44256 Bump extern/pybind11 from 3cc7e42 to 4ce0517 (#289)
  • 616fcb1 Bump extern/dd_package from baa0df6 to 753ef1d (#290)
  • b5f1685 Bump extern/json from 8fa0d7b to 6af826d (#291)
  • e8e2372 ⬆️🪝 update pre-commit hooks (#287)
  • 7a0408b 🔧 disable clang-format and only check changed files in cpp-linter
  • cd81107 ⬆️🪝 update pre-commit hooks
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @burgholzer.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
burgholzer commented 1 year ago

@dependabot squash and merge

codecov[bot] commented 1 year ago

Codecov Report

Merging #262 (7281577) into main (b68540b) will increase coverage by 0.1%. The diff coverage is n/a.

@@           Coverage Diff           @@
##            main    #262     +/-   ##
=======================================
+ Coverage   95.9%   96.1%   +0.1%     
=======================================
  Files         34      34             
  Lines       1739    1738      -1     
  Branches     214     214             
=======================================
+ Hits        1669    1671      +2     
+ Misses        70      67      -3     
Flag Coverage Δ
cpp 95.7% <ø> (+0.2%) :arrow_up:
python 97.3% <ø> (ø)

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

see 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.