Skip to content

Commit

Permalink
Clarify release note
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman authored Nov 2, 2021
1 parent 7edcd75 commit 500b0ac
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
features:
- |
Added :meth:`~qiskit.quantum_info.SparsePauliOp.sum` as a specialized function of the builtin
function ``sum`` for a list of :class:`:meth:`~qiskit.quantum_info.SparsePauliOp`.
This method has less overhead of the array stacking of
:meth:`~qiskit.quantum_info.SparsePauliOp._add`.
function ``sum`` for a list of :class:`~qiskit.quantum_info.SparsePauliOp`.
This method has better scaling than repeated calls to :meth:`~qiskit.quantum_info.SparsePauliOp._add`.

0 comments on commit 500b0ac

Please sign in to comment.