qiskit/releasenotes/notes/0.23/base-estimator-observable-v...

9 lines
304 B
YAML

---
upgrade:
- |
Fully normalize ``observables`` arg in ``BaseEstimator.run()`` method to the more
specific type ``tuple[SparsePauliOp, ...]``.
- |
Additionally, through this new normalization ``str`` types are now accepted both
standalone, or as elements in a ``Sequence`` object.