Skip to content

Commit

Permalink
Update releasenotes/notes/refactor-basicaer-to-basicprovider-e27aff9c…
Browse files Browse the repository at this point in the history
…8e81d26e.yaml

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
  • Loading branch information
ElePT and mtreinish authored Jan 30, 2024
1 parent 7957585 commit d50a2f8
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ upgrade:
Migrate from | Replace with
------------------------------------------------------------------------------
:mod:`.basicaer` | :mod:`.basic_provider`
:class:`.BasicAerProvider` | :class:`.BasicProvider`
:class:`.BasicAerJob` | :class:`.BasicProviderJob`
:class:`.QasmSimulatorPy` | :class:`.BasicSimulator`
:class:`.UnitarySimulatorPy` | use :class:`~.quantum_info.Operator`
:class:`.StatevectorSimulatorPy` | use :class:`~.quantum_info.Statevector`
``qiskit.providers.basicaer` | :mod:`.basic_provider`
``BasicAerProvider`` | :class:`.BasicProvider`
``BasicAerJob`` | :class:`.BasicProviderJob`
``QasmSimulatorPy`` | :class:`.BasicSimulator`
``UnitarySimulatorPy`` | use :class:`~.quantum_info.Operator`
``StatevectorSimulatorPy`` | use :class:`~.quantum_info.Statevector`
A notable difference is that the new provider is no longer exposed through a global instance
(like ``BasicAer``), so it will not be valid to do ``from qiskit import BasicProvider``.
Expand Down

0 comments on commit d50a2f8

Please sign in to comment.