-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Make limit on waveform amplitude optional #6345
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
mergify
merged 29 commits into
Qiskit:main
from
peendebak:feat/waveform_amplitude_limit
Jun 10, 2021
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6e3d42e
make waveform amplitude limit optional
eendebakpt 930e36a
change order of Waveform arguments for backwards compatibility
eendebakpt d98f165
update black once more
eendebakpt eb4760f
Update qiskit/pulse/library/waveform.py
peendebak 2a9a590
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak 68ec529
move limit_amplitude from waveform to pulse
eendebakpt fe16b2b
use limit_amplitude in pulses; add tests
eendebakpt 85ddd05
format strings
eendebakpt 7306f2b
fix max line length
eendebakpt f49229e
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak 970040c
fix line length
eendebakpt 0115ca4
Merge branch 'feat/waveform_amplitude_limit' of github.com:peendebak/…
eendebakpt 7b545d2
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak a4971fa
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak d6e67cc
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak 2551f7a
add release notes
eendebakpt e4dcc57
fix reno file
eendebakpt 0e516ad
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak f0fedc7
Update releasenotes/notes/add-option-to-disable-waveform-amplitude-li…
peendebak 8eb4ab6
Update releasenotes/notes/add-option-to-disable-waveform-amplitude-li…
peendebak 1981f60
Update releasenotes/notes/add-option-to-disable-waveform-amplitude-li…
peendebak f176bc0
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak 5d876eb
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak 182a91b
Remove unnecessary print statement.
taalexander 2760597
Merge branch 'main' into feat/waveform_amplitude_limit
peendebak 27ff8e2
Merge branch 'main' into feat/waveform_amplitude_limit
mergify[bot] 763c40f
trigger build, see #6539
eendebakpt 0785566
Merge branch 'feat/waveform_amplitude_limit' of github.com:peendebak/…
eendebakpt 60817f6
trigger build
eendebakpt 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
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/add-option-to-disable-waveform-amplitude-limit-c58e2ec61f6789e6.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,7 @@ | ||
| --- | ||
| features: | ||
| - | | ||
| Adds a global option `limit_amplitude` to the Pulse class to enable or disable the limit of 1. on the waveform | ||
| amplitude. Fixes #6012. | ||
| With the option enabled, the `Waveform` class does not allow amplitudes larger than 1. This is | ||
| enforced in several subclasses such as `Gaussian` and `Constant`. |
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.