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

Subgraph mapping #52

Merged
merged 6 commits into from
May 5, 2022
Merged

Subgraph mapping #52

merged 6 commits into from
May 5, 2022

Conversation

burgholzer
Copy link
Member

@burgholzer burgholzer commented May 5, 2022

This PR allows mapping to subgraphs of architectures in the exact mapper, which allows to optimally map small circuits to larger architectures.

@burgholzer burgholzer added the feature New feature or request label May 5, 2022
@burgholzer burgholzer self-assigned this May 5, 2022
@codecov
Copy link

codecov bot commented May 5, 2022

Codecov Report

Merging #52 (f08c748) into main (610996c) will increase coverage by 0.0%.
The diff coverage is 96.0%.

@@          Coverage Diff          @@
##            main     #52   +/-   ##
=====================================
  Coverage   89.5%   89.6%           
=====================================
  Files         22      22           
  Lines       1652    1674   +22     
=====================================
+ Hits        1480    1501   +21     
- Misses       172     173    +1     
Impacted Files Coverage Δ
include/configuration/Configuration.hpp 0.0% <0.0%> (ø)
include/utils.hpp 94.4% <ø> (ø)
src/Architecture.cpp 92.8% <100.0%> (+0.1%) ⬆️
src/exact/ExactMapper.cpp 97.9% <100.0%> (+<0.1%) ⬆️
src/utils.cpp 67.5% <100.0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 610996c...f08c748. Read the comment docs.

burgholzer added 2 commits May 5, 2022 22:50
Signed-off-by: Lukas Burgholzer <[email protected]>
@burgholzer burgholzer enabled auto-merge (squash) May 5, 2022 21:07
@burgholzer burgholzer merged commit 7754650 into main May 5, 2022
@burgholzer burgholzer deleted the subgraph_mapping branch May 15, 2022 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant