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

Split star transpiler into placer and router pass #1156

Merged
merged 10 commits into from
Feb 7, 2024
Merged

Conversation

Simone-Bordoni
Copy link
Contributor

@Simone-Bordoni Simone-Bordoni commented Jan 16, 2024

This update allows to uniform star transpiler with all the other transpiler steps. This should simplify the transpiling pipeline and make the code manteinance easier.

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5665875) 100.00% compared to head (73d8ba6) 100.00%.
Report is 127 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1156   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           68        67    -1     
  Lines         9906      9906           
=========================================
  Hits          9906      9906           
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Simone-Bordoni
Copy link
Contributor Author

I get an error from Codecov, however when i check the details it says that all lines are covered by tests. Any ideas what may the problem be?

src/qibo/transpiler/placer.py Outdated Show resolved Hide resolved
src/qibo/transpiler/placer.py Outdated Show resolved Hide resolved
src/qibo/transpiler/router.py Outdated Show resolved Hide resolved
@renatomello renatomello added this pull request to the merge queue Feb 7, 2024
Merged via the queue into master with commit 1bf0c4d Feb 7, 2024
21 checks passed
@renatomello renatomello deleted the uniform_star branch February 7, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants