qiskit/releasenotes/notes/0.18/bugfix-supports-numpy-integ...

10 lines
353 B
YAML

---
fixes:
- |
Fixed an issue where the :class:`~qiskit.circuit.library.TwoLocal` class
in the :mod:`qiskit.circuit.library` module did not accept numpy integer
types (e.g. ``numpy.int32``, ``numpy.int64``, etc) as a valid input for
the ``entanglement`` kwarg.
Fixed `#6455 <https://github.com/Qiskit/qiskit-terra/issues/6455>`__