Skip to content
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

Remove Aer and imports from qiskit.providers.aer #11442

Merged
merged 5 commits into from
Jan 17, 2024

Conversation

jakelishman
Copy link
Member

Summary

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.

Details and comments

Corresponding deprecation PR for 0.46 is #11439.

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.
@jakelishman jakelishman added the Changelog: Removal Include in the Removed section of the changelog label Dec 20, 2023
@jakelishman jakelishman added this to the 1.0.0 milestone Dec 20, 2023
@qiskit-bot
Copy link
Collaborator

One or more of the the following people are requested to review this:

  • @Qiskit/terra-core

@coveralls
Copy link

coveralls commented Dec 20, 2023

Pull Request Test Coverage Report for Build 7560235728

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 89.439%

Totals Coverage Status
Change from base Build 7559548107: 0.002%
Covered Lines: 59186
Relevant Lines: 66175

💛 - Coveralls

Co-authored-by: Elena Peña Tapia <[email protected]>
@mtreinish mtreinish added this pull request to the merge queue Jan 17, 2024
Merged via the queue into Qiskit:main with commit bfc6b0d Jan 17, 2024
13 checks passed
@jakelishman jakelishman deleted the remove-aer-hook branch January 17, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Removal Include in the Removed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants