Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ update mqt-core #419

Merged
merged 19 commits into from
Jan 29, 2024
Merged

⬆️ update mqt-core #419

merged 19 commits into from
Jan 29, 2024

Conversation

burgholzer
Copy link
Member

Description

This PR updates the mqt-core submodule and brings in some further advancements from #418.
Specifically, it switches to using FetchContent for obtaining mqt-core (and LogicBlocks).
Per default, it is pointed to the vendored submodule via an overridable CMake variable.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@burgholzer burgholzer added dependencies Pull requests that update a dependency file c++ Anything related to C++ code labels Jan 29, 2024
@burgholzer burgholzer self-assigned this Jan 29, 2024
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (63eaf08) 93.0% compared to head (6b39462) 92.8%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #419     +/-   ##
=======================================
- Coverage   93.0%   92.8%   -0.2%     
=======================================
  Files         48      48             
  Lines       5350    5364     +14     
  Branches     908     911      +3     
=======================================
+ Hits        4976    4979      +3     
- Misses       374     385     +11     
Flag Coverage Δ
cpp 92.5% <100.0%> (-0.2%) ⬇️
python 95.3% <91.6%> (-0.7%) ⬇️
Files Coverage Δ
include/DataLogger.hpp 100.0% <100.0%> (ø)
include/Mapper.hpp 85.2% <100.0%> (ø)
include/cliffordsynthesis/CliffordSynthesizer.hpp 88.8% <100.0%> (ø)
include/cliffordsynthesis/Results.hpp 100.0% <100.0%> (ø)
src/DataLogger.cpp 90.2% <100.0%> (ø)
src/cliffordsynthesis/Tableau.cpp 95.6% <ø> (ø)
src/mqt/qmap/clifford_synthesis.py 94.7% <100.0%> (-4.0%) ⬇️
src/mqt/qmap/compile.py 97.1% <100.0%> (-0.2%) ⬇️
src/mqt/qmap/subarchitectures.py 96.3% <75.0%> (ø)

... and 5 files with indirect coverage changes

@burgholzer burgholzer merged commit 533574f into main Jan 29, 2024
33 of 35 checks passed
@burgholzer burgholzer deleted the update-mqt-core branch January 29, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Anything related to C++ code dependencies Pull requests that update a dependency file
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant