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 to latest mqt-core version #390

Merged
merged 6 commits into from
Nov 9, 2023
Merged

Conversation

pehamTom
Copy link
Member

@pehamTom pehamTom commented Nov 3, 2023

Description

This PR adjusts QMAP to the latest interface changes in mqt-core.
In a follow-up PR, the newly introduced mqt.core Python package that include Python bindings for the QuantumComputation class will be introduced.

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.

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #390 (21f54d8) into main (7e03f0a) will increase coverage by 0.0%.
Report is 1 commits behind head on main.
The diff coverage is 91.5%.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #390   +/-   ##
=====================================
  Coverage   92.2%   92.3%           
=====================================
  Files         44      44           
  Lines       4160    4159    -1     
  Branches     701     701           
=====================================
+ Hits        3838    3840    +2     
+ Misses       322     319    -3     
Flag Coverage Δ
cpp 91.8% <91.5%> (+<0.1%) ⬆️
python 95.9% <ø> (+<0.1%) ⬆️
Files Coverage Δ
include/cliffordsynthesis/encoding/GateEncoder.hpp 100.0% <ø> (ø)
include/heuristic/HeuristicMapper.hpp 98.1% <100.0%> (ø)
include/utils.hpp 80.0% <ø> (ø)
src/cliffordsynthesis/Tableau.cpp 95.6% <100.0%> (-0.1%) ⬇️
src/cliffordsynthesis/encoding/GateEncoder.cpp 100.0% <100.0%> (ø)
...c/cliffordsynthesis/encoding/SingleGateEncoder.cpp 100.0% <100.0%> (ø)
src/cliffordsynthesis/encoding/TableauEncoder.cpp 91.0% <100.0%> (ø)
src/exact/ExactMapper.cpp 98.3% <100.0%> (ø)
include/cliffordsynthesis/CliffordSynthesizer.hpp 88.8% <50.0%> (ø)
src/Mapper.cpp 90.1% <91.6%> (-0.1%) ⬇️
... and 2 more

... and 4 files with indirect coverage changes

include/Mapper.hpp Fixed Show fixed Hide fixed
@burgholzer burgholzer changed the title Adapt mqt-core Changes 👽 Update to latest mqt-core version Nov 9, 2023
@burgholzer burgholzer self-assigned this Nov 9, 2023
@burgholzer burgholzer added dependencies Pull requests that update a dependency file c++ Anything related to C++ code submodules Pull requests that update Submodules code enhancement Anything related to improvements of the existing library labels Nov 9, 2023
@burgholzer burgholzer marked this pull request as ready for review November 9, 2023 15:58
@burgholzer burgholzer enabled auto-merge (squash) November 9, 2023 15:59
Copy link
Contributor

github-actions bot commented Nov 9, 2023

Cpp-Linter Report ✔️

No problems need attention.

Have any feedback or feature suggestions? Share it here.

@burgholzer burgholzer merged commit 5d8795e into main Nov 9, 2023
32 checks passed
@burgholzer burgholzer deleted the adapt-mqt-core-changes branch November 9, 2023 17:23
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 enhancement Anything related to improvements of the existing library submodules Pull requests that update Submodules code
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants