-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove `Aer` and imports from `qiskit.providers.aer` This removes the `Aer` object and the metapath shenanigans that enabled importing from `qiskit.providers.aer`. All references to `qiskit.providers.aer` in the Terra repository are updated to use `qiskit_aer` instead, which is a drop-in replacement following Aer 0.11. This commit leaves the IBMQ object in place for now, since its removal will affect many other places in the repository and should be handled separately. * Fix randomised-test Aer usage * Remove claim of pulse simulation Co-authored-by: Elena Peña Tapia <[email protected]> --------- Co-authored-by: Elena Peña Tapia <[email protected]> Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
1 parent
ed79d42
commit bfc6b0d
Showing
9 changed files
with
44 additions
and
171 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The object ``qiskit.Aer`` has been removed following its deprecation in Qiskit 0.46. You can | ||
instead use ``qiskit_aer.Aer``, which is a drop-in replacement. | ||
- | | ||
Importing from ``qiskit.providers.aer`` will no longer work, following its deprecation in Qiskit | ||
0.46. You should instead import from ``qiskit_aer``, which is a drop-in replacement. | ||
- | | ||
Pulse jobs are no longer supported in fake backends, following the deprecation and removal | ||
of the underlying simulation functionality in Qiskit Aer. For pulse-level simulation, outside | ||
the context of circuit objects, consider using a special-purpose library such as | ||
`Qiskit Dynamics <https://qiskit.org/ecosystem/dynamics/>`__. |
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
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
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