-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Remove pulse defaults for old fake 20q backends #8665
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 9 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
cd80b3c
Remove pulse defaults for old fake 20q backends
mtreinish 1d98488
Update releasenotes/notes/remove-pulse-defs-old-20q-4ed46085b4a15678.…
jakelishman 9ac25a9
Update tests and docs
mtreinish 7a37094
Merge remote-tracking branch 'origin/main' into drop-pulse-defs-old-20q
mtreinish a4ed6ac
Merge branch 'main' into drop-pulse-defs-old-20q
mtreinish b856442
Merge branch 'main' into drop-pulse-defs-old-20q
mtreinish e8604c8
Merge remote-tracking branch 'origin/main' into drop-pulse-defs-old-20q
mtreinish 1eba685
Revert passmanager config string test changes
mtreinish a6ef585
Remove self.maxDiff in str test
mtreinish 57f7341
Fix missing backtick
jakelishman a21466c
Merge branch 'main' into drop-pulse-defs-old-20q
mergify[bot] 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
1 change: 0 additions & 1 deletion
1
qiskit/providers/fake_provider/backends/almaden/defs_almaden.json
This file was deleted.
Oops, something went wrong.
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
1 change: 0 additions & 1 deletion
1
qiskit/providers/fake_provider/backends/johannesburg/defs_johannesburg.json
This file was deleted.
Oops, something went wrong.
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
1 change: 0 additions & 1 deletion
1
qiskit/providers/fake_provider/backends/singapore/defs_singapore.json
This file was deleted.
Oops, something went wrong.
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
21 changes: 21 additions & 0 deletions
21
releasenotes/notes/remove-pulse-defs-old-20q-4ed46085b4a15678.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,21 @@ | ||
| --- | ||
| upgrade: | ||
| - | | ||
| The fake backend objects :class:`~.FakeJohannesburg`, | ||
| :class:`~.FakeJohannesburgV2`, :class:`~.FakeAlmaden`, | ||
| :class:`~.FakeAlmadenV2, :class:`~.FakeSingapore`, and | ||
| :class:`~.FakeSingaporeV2` no longer contain the pulse defaults payloads. | ||
| This means for the :class:`~.BackendV1` based classes the | ||
| :meth:`.BackendV1.defaults` method and pulse simulation via | ||
| :meth:`.BackendV1.run` is no longer available. For :class:`~.BackendV2` | ||
| based classes the :attr:`~InstructionProperties.calibration` property for | ||
| instructions in the :class:`~.Target` is no longer populated. This | ||
| change was done because these systems had exceedingly large pulse defaults | ||
| payloads (in total ~50MB) due to using sampled waveforms instead of | ||
| parameteric pulse definitions. These three payload files took > 50% of the | ||
| disk space required to install qiskit-terra. When weighed against the | ||
| potential value of being able to compile with pulse awareness or pulse | ||
| simulate these retired devices the file size is not worth the cost. If | ||
| you require to leverage these properties you can leverage an older version | ||
| of Qiskit and leverage :mod:`~qiskit.qpy` to transfer circuits from | ||
| older versions of qiskit into the current release. | ||
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
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.