-
Notifications
You must be signed in to change notification settings - Fork 13
review and improvement of readout optimization protocols #1688
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
70f0aef
review and improvement of 1D readout optimization protocols
lballerio 48b104e
fixing protocols.yml and solving bug in frequency_optimization.py
lballerio 6e7eed8
refactor of 1D readout optimization protocols
lballerio 4aeb130
fix save bug in 1d ro optimization
lballerio 4d9fc0d
Fix TypeError in readout optimization results serialization
Copilot 046661f
changing IQ saving handling for 1D experiments + rename of 2D protoco…
lballerio da84b6c
refactoring 2D readout optimization, now saving raw files is optional.
lballerio 7696b1a
moving `readout_optimization` protocols inside `readout` folder.
lballerio 6e2004e
removing `import readout_optimization` from `protocols/__init__.py`
lballerio 1721bd1
Improve masking of invalid values in optimization
lballerio 24b9620
addressing review by copilot
lballerio 97ba22a
addressing copilot commit about amplitude sweeper values.
lballerio 2194cbd
apply changes from @alecandido review
lballerio 8e72422
fixing typo in 2D readout optimization protocol
lballerio 9c571d7
making amplitudes and frequencies fields mandatory in 2D readout
lballerio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,13 @@ | ||
| from .amplitude_frequency_optimization import ro_amplitude_frequency | ||
| from .amplitude_optimization import ro_amplitude | ||
| from .frequency_optimization import ro_frequency | ||
| from .readout_characterization import readout_characterization | ||
| from .readout_mitigation_matrix import readout_mitigation_matrix | ||
|
|
||
| __all__ = ["readout_characterization", "readout_mitigation_matrix"] | ||
| __all__ = [ | ||
| "readout_characterization", | ||
| "readout_mitigation_matrix", | ||
| "ro_amplitude", | ||
| "ro_amplitude_frequency", | ||
| "ro_frequency", | ||
| ] | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.