cda-tum / mqt-qecc

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

Link to landing page #218

Closed lucasberent closed 3 months ago

lucasberent commented 3 months ago

Description

Adds link to mqt landing page in logo and acknowledgements.

Reference PR: https://github.com/cda-tum/mqt-core/pull/469.

Checklist:

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 84.6%. Comparing base (831a76c) to head (c8e5e6c).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/218/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/218?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 #218 +/- ## ===================================== Coverage 84.5% 84.6% ===================================== Files 25 25 Lines 2023 2023 Branches 191 191 ===================================== + Hits 1711 1712 +1 + Misses 312 311 -1 ``` | [Flag](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/218/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/218/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `79.5% <ø> (ø)` | | | [python](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/218/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `88.6% <ø> (+<0.1%)` | :arrow_up: | [see 1 file with indirect coverage changes](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/218/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 3 months ago

The test failures here are unrelated. They are due to GitHub moving macOS-latest to ARM runners. I'll quickly fix that up later.

burgholzer commented 3 months ago

The test failures here are unrelated. They are due to GitHub moving macOS-latest to ARM runners. I'll quickly fix that up later.

See https://github.com/cda-tum/mqt-qecc/pull/219

lucasberent commented 3 months ago

The test failures here are unrelated. They are due to GitHub moving macOS-latest to ARM runners. I'll quickly fix that up later.

See #219

thank you sm!