qiskit-aer/releasenotes/notes/0.14/add_bit_not_for_bool-2aa623...

8 lines
289 B
YAML

---
features:
- |
``bit_not`` is defined for ``Uint`` values. However, in other language,
depending hardware, ``Bool`` values can be applied as ``logical_not``
(``False`` is ``0`` and ``True`` is ``1``). This PR supports such implicit
operations for only "``bit_not``".