This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Add BigInt variants of all Int methods #374
Open
Description
When testing an adder, I noticed that as soon as I went to larger sizes some of the functions I was using did not have BigInt variants.
For example, I needed to write BigInt variants of these three functions:
MeasureInteger
DrawRandomInt
ApplyXorInPlace
(This would all be moot if Q# was big-int-by-default like python!)