qiskit/releasenotes/notes/1.0/dep-estimator-paulilist-ef2...

8 lines
283 B
YAML

---
upgrade_quantum_info:
- |
Using a :class:`~.PauliList` as an observable
when calling
:meth:`.Estimator.run` is not further supported. Users should instead explicitly convert the argument
using ``SparsePauliOp(pauli_list)`` first (see :class:`~.SparsePauliOp`).