qiskit/releasenotes/notes/2.0/add-bool-bitarray-ddc30e528...

6 lines
248 B
YAML

---
features_primitives:
- |
Added :meth:`~BitArray.to_bool_array` method to :class:`~BitArray` class that returns the bit array
as a boolean NumPy array. The ``order`` argument can be used to specify the endianness of the output array.