-
Notifications
You must be signed in to change notification settings - Fork 6
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
conditional and virtual phase experiment improvements #1066
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hay-k
force-pushed
the
cz_optimize_fit_improv
branch
from
January 15, 2025 08:07
c08f830
to
2026610
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1066 +/- ##
==========================================
+ Coverage 97.32% 97.33% +0.01%
==========================================
Files 124 124
Lines 9893 9881 -12
==========================================
- Hits 9628 9618 -10
+ Misses 265 263 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Edoardo-Pedicillo
approved these changes
Jan 20, 2025
andrea-pasquale
approved these changes
Jan 24, 2025
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.
Thank you @hay-k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
flux_pulse_amplitude
andflux_pulse_duration
from the experimentcorrect_virtual_z_phases
. I think they are not usefull - nobody is going to manually try out various combinations of these parameters to find a good one. There is theoptimize_two_qubit_gate
for this type of task.flux_pulse_duration
was not even used, it was ignored and always the flux pulse duration from platform was used.amplitude
argument of thecreate_sequence
function (as a consequence of the change in the above point). Rename theduration
argument toflux_pulse_max_duration
- this is needed for the optimize routine to make sure there is enough room for the duration sweep, and the flux pulse does not overlap with readout (this is different fromdt
, which is just a constant offset, not dependent on values used for sweep).create_sequence
function. Now it return the sequence, reference to the flux pulse, reference to the theta pulse.