Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek committed Feb 23, 2023
1 parent ca8b084 commit 1f01585
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ quantized
quantumcircuit
quartic
qubit
qubitmapper
qubits
qutrit
radians
Expand Down
26 changes: 26 additions & 0 deletions releasenotes/notes/deprecate-qubit-converter-313ee07a36aa0c71.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
deprecations:
- |
The :class:`~qiskit_nature.second_q.mappers.QubitConverter` class is
deprecated in favor of using the :class:~qiskit_nature.second_q.mappers.QubitMapper`
implementations directly.
As a consequence of this, all public properties and function arguments which
referred to the ``QubitConverter`` by name (e.g. ``qubit_converter``) have
been deprecated in favor of properties and function arguments referring to
``QubitMapper`` (e.g. ``qubit_mapper``), respectively.
- |
The :meth:`~qiskit_nature.second_q.problems.BaseProblem.symmetry_sector_locator`
method has been deprecated without a direct replacement. This utility is no
longer needed in the new workflow which uses
:class:`~qiskit_nature.second_q.mappers.QubitMapper` instances directly.
Qubit tapering can instead now be done using the
:class:`~qiskit_nature.second_q.mappers.TaperedQubitMapper` which can be
constructed easily using the
:meth:`~qiskit_nature.second_q.problems.BaseProblem.get_tapered_mapper`
method.
- |
The ``match_convert`` argument of the
:meth:`~qiskit_nature.second_q.circuit.library.initial_states.hartree_fock.hartree_fock_bitstring_mapped`
method has been deprecated without replacement. This utility is no longer
needed in the new workflow which uses
:class:`~qiskit_nature.second_q.mappers.QubitMapper` instances directly.

0 comments on commit 1f01585

Please sign in to comment.