-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
666e663
commit b76fe7f
Showing
7 changed files
with
30 additions
and
14 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 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
24 changes: 24 additions & 0 deletions
24
releasenotes/notes/add-primitives-support-31af39549b5e66e3.yaml
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,24 @@ | ||
--- | ||
features: | ||
- | | ||
The :class:`~.GroverOptimizer` class has a new keyword argument, ``sampler`` which is | ||
used to run the algorithm using an instance of the :class:`~.BaseSampler` | ||
interface to calculate the results. This new argument supersedes | ||
the ``quantum_instance`` argument and accordingly, ``quantum_instance`` | ||
is pending deprecation and will be deprecated and subsequently removed in | ||
future releases. | ||
- | | ||
The :class:`~.MinimumEigenOptimizer` class takes the primitives-based algorithms | ||
(``qiskit.algorithms.minimum_eigensolvers.SamplingVQE`` and | ||
``qiskit.algorithms.minimum_eigensolvers.NumPyMinimumEigensolver``) | ||
as ``min_eigen_solver`` argument. | ||
The conventional algorithms ``qiskit.algorithms.minimum_eigen_solvers.MinimumEigensolver`` | ||
is pending deprecation and will be deprecated and subsequently removed in future releases. | ||
Note that ``qiskit.algorithms.minimum_eigensolvers.SamplingVQE`` supersedes | ||
``qiskit.algorithms.VQE`` for :class:`~.MinimumEigenOptimizer`. | ||
- | | ||
The :class:`~.WarmStartQAOAOptimizer` class takes the primitives-based QAOA | ||
(``qiskit.algorithms.minimum_eigensolvers.QAOA``) as ``qaoa`` argument. | ||
The conventional algorithm ``qiskit.algorithms.minimum_eigen_solvers.QAOA`` | ||
is pending deprecation and will be deprecated | ||
and subsequently removed in future releases. |
9 changes: 0 additions & 9 deletions
9
releasenotes/notes/grover-opt-primitive-de82d051d6cee2e4.yaml
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