diff --git a/releasenotes/notes/0.24/circuit_metadata_always_dict-49015896dfa49d33.yaml b/releasenotes/notes/0.24/circuit_metadata_always_dict-49015896dfa49d33.yaml index 73d330d5113c..959af06d8027 100644 --- a/releasenotes/notes/0.24/circuit_metadata_always_dict-49015896dfa49d33.yaml +++ b/releasenotes/notes/0.24/circuit_metadata_always_dict-49015896dfa49d33.yaml @@ -11,6 +11,7 @@ upgrade_transpiler: with the matching ``metadata`` attribute of :class:`.QuantumCircuit`. deprecations_circuits: - | - Setting the :class:`.QuantumCircuit` :attr:`.QuantumCircuit.metadata` attribute - to ``None`` has been deprecated. Instead, users should set it to an empty - dictionary if they want it to contain no data. + Setting the :class:`.QuantumCircuit` :attr:`~.QuantumCircuit.metadata` attribute + to ``None`` has been deprecated and will no longer be supported in a future + release. Instead, users should set it to an empty dictionary if they want + it to contain no data. diff --git a/releasenotes/notes/0.24/deprecate-algorithms-c6e1e28b6091c507.yaml b/releasenotes/notes/0.24/deprecate-algorithms-c6e1e28b6091c507.yaml index 50fd4c4d251e..4228a69eef27 100644 --- a/releasenotes/notes/0.24/deprecate-algorithms-c6e1e28b6091c507.yaml +++ b/releasenotes/notes/0.24/deprecate-algorithms-c6e1e28b6091c507.yaml @@ -16,18 +16,18 @@ deprecations_algorithms: * Class :class:`qiskit.algorithms.TrotterQRTE` is deprecated and superseded by :class:`qiskit.algorithms.time_evolvers.trotterization.TrotterQRTE`. - * Using :class:`~qiskit.utils.QuantumInstance` or :class:`~qiskit.providers.Backend` - is deprecated and superseded by :class:`~qiskit.primitives.BaseSampler` in the following - classes: - - * :class:`~qiskit.algorithms.amplitude_amplifiers.Grover`, - * :class:`~qiskit.algorithms.amplitude_estimators.AmplitudeEstimation`, - * :class:`~qiskit.algorithms.amplitude_estimators.FasterAmplitudeEstimation`, - * :class:`~qiskit.algorithms.amplitude_estimators.IterativePhaseEstimation`, - * :class:`~qiskit.algorithms.amplitude_estimators.MaximumLikelihoodAmplitudeEstimation`, - * :class:`~qiskit.algorithms.phase_estimators.HamiltonianPhaseEstimation`, - * :class:`~qiskit.algorithms.phase_estimators.IterativePhaseEstimation`, - * :class:`~qiskit.algorithms.phase_estimators.PhaseEstimation` + * Using :class:`~qiskit.utils.QuantumInstance` or :class:`~qiskit.providers.Backend` + is deprecated and superseded by :class:`~qiskit.primitives.BaseSampler` in the following + classes: + + * :class:`~qiskit.algorithms.Grover` + * :class:`~qiskit.algorithms.AmplitudeEstimation` + * :class:`~qiskit.algorithms.FasterAmplitudeEstimation` + * :class:`~qiskit.algorithms.IterativePhaseEstimation` + * :class:`~qiskit.algorithms.MaximumLikelihoodAmplitudeEstimation` + * :class:`~qiskit.algorithms.HamiltonianPhaseEstimation` + * :class:`~qiskit.algorithms.IterativePhaseEstimation` + * :class:`~qiskit.algorithms.PhaseEstimation` * Using :class:`~qiskit.utils.QuantumInstance` or :class:`~qiskit.providers.Backend` or :class:`~qiskit.opflow.ExpectationBase` is deprecated and superseded by