skipBits sucks
Closed this issue · 1 comments
franklinscudder commented
Change skipBits out for an expand() method in which the user can specify the bits in the larger register to apply the original gate to.
franklinscudder commented
This has been adressed with the addition of the parallelGate and identity classes which make it easy to apply different gates across a register in parallel.