-
Notifications
You must be signed in to change notification settings - Fork 17
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
Introduce crosstalk_matrix as Qubit
attribute
#735
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #735 +/- ##
==========================================
- Coverage 63.03% 63.02% -0.02%
==========================================
Files 48 48
Lines 6623 6620 -3
==========================================
- Hits 4175 4172 -3
Misses 2448 2448
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Are you sure it should go under each single qubit? It should be a matrix in the first place, rotating from all qubits (a weight for each one) to all qubits. Wouldn't it be more appropriate to put it under a qubits container? |
The current approach is the first thing that came to my mind. Indeed, it should a be a matrix. I am not really sure about putting it under a Also regardless of how we store it, we can add a method to the platform which generates directly the crosstalk matrix. |
But it's going to be used altogether anyhow, and it makes connections between multiple qubits. If there is going to be a method in the platform, we could well put the whole attribute there. |
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.
Following the meeting, we decided to merge this now and refactor later (if needed) when implementing the mechanism for flux corrections.
Required by qiboteam/qibocal#684.
When it will get merged I will also update accordingly qibolab_platforms.
Checklist: