Skip to content

Commit

Permalink
Add migration guide to release note
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Jul 19, 2023
1 parent 35fa217 commit 1176c95
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions releasenotes/notes/deprecate-algorithms-7149dee2da586549.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ deprecations:
https://github.com/qiskit-community/qiskit-algorithms
The :mod:`qiskit.algorithms` will continue to work as before and bug fixes
will be made to module until it's future removal. But, active development
will be made to module until its future removal, but active development
of new features has moved to the new package.
If you're relying on :mod:`qiskit.algorithms` you should update your
requirements to also include ``qiskit-algorithms`` and update the imports
from ``qiskit.algorithms`` to ``qiskit_algorithms``. The decision to
migrate the :mod:`~.algorithms` module to a separate package was made to
clarify the purpose Qiskit and make a distinction between the tools and
libraries built on top of it.
from ``qiskit.algorithms`` to ``qiskit_algorithms``. If you have not yet
migrated from ``QuantumInstance``-based to primitives-based algorithms,
you should follow the migration guidelines in https://qisk.it/algo_migration.
The decision to migrate the :mod:`~.algorithms` module to a
separate package was made to clarify the purpose Qiskit and
make a distinction between the tools and libraries built on top of it.

0 comments on commit 1176c95

Please sign in to comment.