Qualtran icon indicating copy to clipboard operation
Qualtran copied to clipboard

Support for more custom symbolic functions (like `bit_count`)

Open anurudhp opened this issue 5 months ago • 0 comments

https://github.com/quantumlib/Qualtran/pull/1355#discussion_r1735030330

Cost of HammingWeightCompute depends on bit_count, and in this particular case, to upper bound the cost we need a lower bound on the bit_count. Currently returns 1 in the symbolic case.

anurudhp avatar Aug 28 '24 17:08 anurudhp