-
Notifications
You must be signed in to change notification settings - Fork 131
Remove reserved variables #1202
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 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e2992f0
* Added the restless mix-in to the init for documentation.
eggerdj 1716aee
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj f406c30
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj cba70ea
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj c944772
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 2fa0251
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj f94be94
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 9fdb84f
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 187bb33
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 5593342
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj c6106db
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 4b39095
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 93f1180
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj ca0f59e
Merge branch 'Qiskit:main' into main
eggerdj 5afc28f
Merge branch 'main' of github.com:eggerdj/qiskit-experiments
eggerdj 7716463
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj b2e9db2
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 7d44612
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 9000df0
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj 9262f96
Merge branch 'main' of github.com:Qiskit/qiskit-experiments
eggerdj d385010
Merge branch 'Qiskit:main' into main
eggerdj 63f8869
Merge branch 'main' of github.com:Qiskit-Extensions/qiskit-experiments
eggerdj 33d1c50
* Remove special variables from the Calibrations
eggerdj d522382
* Clean-up meas_freq and drive_freq variables.
eggerdj e1a7380
* Add missing cal_parameter_name in init
eggerdj d88e6b4
* Simplified parameters without schedule
eggerdj 10567f2
* lint
eggerdj 015ced4
* Align tests to changes
eggerdj ea6a454
Update releasenotes/notes/params_without_schedule-20555d98875a626b.yaml
eggerdj 7d8a6ed
* Simplified interface.
eggerdj c4ad955
Merge branch 'main' into remove_reserved_vars
eggerdj 48d693a
Update qiskit_experiments/calibration_management/calibrations.py
eggerdj 813ed84
* Deprecation of meas_freq.
eggerdj 95ac7cd
* black
eggerdj 395c1f8
Update qiskit_experiments/calibration_management/calibrations.py
nkanazawa1989 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
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
11 changes: 11 additions & 0 deletions
11
releasenotes/notes/params_without_schedule-20555d98875a626b.yaml
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The variables `__drive_freq_parameter__` and `__readout_freq_parameter__` | ||
have been removed from `Calibrations`. These variables were given special | ||
treatment which is inconsistent with the framework. To replace them a | ||
mechanism to define and add parameters without a schedule has been added to | ||
the basis gate library. This has the added benefit of making the API of | ||
frequency calibration experiments more consistent with the other calibration | ||
experiments. Calibration developers can now add parameters to their library that are not | ||
attached to a schedule in a meaningful way. |
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
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
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.