Skip to content

⬆️ update mqt-core and adapt to changes #418

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

Merged
merged 9 commits into from
Aug 18, 2024
Merged

Conversation

burgholzer
Copy link
Member

Description

This PR updates MQT Core and adapts the code base to the changes from munich-quantum-toolkit/core#668.

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 Aug 14, 2024
@burgholzer burgholzer self-assigned this Aug 14, 2024
@burgholzer burgholzer enabled auto-merge August 14, 2024 12:20
@burgholzer burgholzer disabled auto-merge August 14, 2024 13:27
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.3%. Comparing base (46e6f74) to head (7b01eb2).
Report is 74 commits behind head on main.

Files with missing lines Patch % Lines
src/mqt/ddsim/unitarysimulator.py 75.0% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #418     +/-   ##
=======================================
- Coverage   92.6%   92.3%   -0.4%     
=======================================
  Files         37      37             
  Lines       2726    2722      -4     
  Branches     305     305             
=======================================
- Hits        2527    2513     -14     
- Misses       199     209     +10     
Flag Coverage Δ
cpp 94.0% <ø> (-0.6%) ⬇️
python 87.4% <75.0%> (+<0.1%) ⬆️
Files with missing lines Coverage Δ
include/CircuitSimulator.hpp 100.0% <ø> (ø)
include/DeterministicNoiseSimulator.hpp 100.0% <ø> (ø)
include/HybridSchrodingerFeynmanSimulator.hpp 60.6% <ø> (-27.3%) ⬇️
include/PathSimulator.hpp 95.4% <ø> (ø)
include/ShorSimulator.hpp 100.0% <ø> (ø)
include/StochasticNoiseSimulator.hpp 100.0% <ø> (ø)
include/UnitarySimulator.hpp 100.0% <ø> (ø)
src/CircuitSimulator.cpp 91.1% <ø> (ø)
src/DeterministicNoiseSimulator.cpp 100.0% <ø> (ø)
src/GroverSimulator.cpp 100.0% <ø> (ø)
... and 6 more

... and 1 file with indirect coverage changes

@burgholzer burgholzer merged commit 769dda3 into main Aug 18, 2024
32 of 34 checks passed
@burgholzer burgholzer deleted the update-mqt-core branch August 18, 2024 20:33
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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant