Skip to content

Commit

Permalink
add reno
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkoham committed Feb 29, 2024
1 parent 01d6d0e commit ea53945
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releasenotes/notes/estimatorv2converter-7a87ea0ae1775952.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
features:
- |
New classes :class:`.EstimatorV2Converter` and :class:`.BackendEstimatorV2` have been added to
the :mod:`qiskit.primitives` module. :class:`.EstimatorV2Converter` converts an instance of
:class:`.BaseEstimatorV1` into an instance of :class:`.BaseEstimatorV2`.
:class:`.BackendEstimatorV2` is simple conversion of :class:`.BackendEstimator` that inherits
:class:`.BaseEstimatorV1`.

0 comments on commit ea53945

Please sign in to comment.