mirror of https://github.com/Qiskit/qiskit.git
8 lines
315 B
YAML
8 lines
315 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed the :class:`.BackendSampler` and :class:`.BackendExtimator` to run successfully
|
|
with a custom ``bound_pass_manager``. Previously, the execution for single circuits with
|
|
a ``bound_pass_manager`` would raise a ``ValueError`` because a list was not returned
|
|
in one of the steps.
|