qiskit_addon_cutting.utils.bitwise
Module for bitwise utilities.
bit_count(x, /)
Count number of set bits.
Parameters
x (int)