cda-tum / mqt-qecc

MQT QECC - Tools for Quantum Error Correcting Codes
MIT License
93 stars 11 forks source link

⬆️ Bump the submodules group with 1 update #195

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the submodules group with 1 update: extern/mqt-core.

Updates extern/mqt-core from 562cb3f to f0517f0

Commits
  • f0517f0 ⬆️🪝 update pre-commit hooks (#510)
  • 49d0f76 Fix handling of output permutation and initial layout (#509)
  • 8881fb0 🚨 use const reference
  • c77b990 🎨 provide operator<< overloads for scoped enums in ZX package (#508)
  • 3e341b2 ⚡ Improved accuracy in complex number arithmetic (#507)
  • cfb43a2 ⚡ more precise complex number arithmetic
  • 0876e3d 🩹 correctly compute dNode* hash
  • 4ac99c8 ⚡ remove some approximations
  • b2d86ef ⚡ avoid creating edge copies with weight one for CT
  • d9c9900 🎨 simplified CachedEdge to Edge construction
  • 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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (931cd10) 84.7% compared to head (2995e11) 84.6%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/195/graphs/tree.svg?width=650&height=150&src=pr&token=OAw9kgumkt&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum)](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) ```diff @@ Coverage Diff @@ ## main #195 +/- ## ======================================= - Coverage 84.7% 84.6% -0.1% ======================================= Files 25 25 Lines 2020 2020 Branches 190 190 ======================================= - Hits 1712 1710 -2 - Misses 308 310 +2 ``` | [Flag](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/195/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | Coverage Δ | | |---|---|---| | [cpp](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/195/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `79.5% <ø> (-0.3%)` | :arrow_down: | | [python](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/195/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `88.6% <ø> (ø)` | | [see 1 file with indirect coverage changes](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/195/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum)
burgholzer commented 7 months ago

@dependabot squash and merge