-
Notifications
You must be signed in to change notification settings - Fork 3
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
[QHC-700] Add qibo routing #821
Conversation
…connected-to-a-bus
…o-a-bus' of github.com:qilimanjaro-tech/qililab into qhc-777-add-channel_ids-for-all-instruments-connected-to-a-bus
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #821 +/- ##
==========================================
+ Coverage 96.51% 96.61% +0.10%
==========================================
Files 218 221 +3
Lines 7432 7652 +220
==========================================
+ Hits 7173 7393 +220
Misses 259 259
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I am starting reviewing now, first thing I noticed is that changelog entry is missing! Please write a detailed one, with an example on how to use the routing. |
You are soo right, my bad! Adding it right now 👍 |
@fedonman changelog added! 🔥 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome job mate! 💯
* Improve transpiler * Update circuit_transpiler.py * Add pairs of hermitian gate cancellation * Making the transpiler more modular * Make transpiler more modular * Update circuit_to_pulses.py * Update circuit_transpiler.py * Update circuit_to_pulses.py * Solve problem with Drag initialization, and tests * Solve tests * Solving and testing circuit optimizer * Solving unit tests * Adding unit test * Solve.unit test * Update changelog-dev.md * Update changelog-dev.md * Improve typings and docstrings * Take optimize parameter in cascade up, to the user calls
Adding Qibo routing to
qililab
, both for:PROBLEMS TO SOLVE:
_iterate_routing
)Missing:
More improvements on the transpiler structure, added by: #823