mirror of https://github.com/Qiskit/qiskit.git
9 lines
304 B
YAML
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.
|