Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Fully qualified name: Std.Arithmetic.IncByL
operation IncByL(c : BigInt, ys : Qubit[]) : Unit is Adj + Ctl
Summary
Increments a little-endian register ys by a BigInt number c
Description
Computes ys += c modulo 2ⁿ, where ys is a little-endian register, Length(ys) = n > 0, c is a BigInt number, 0 ≤ c < 2ⁿ. NOTE: Use IncByLUsingIncByLE directly if the choice of implementation is important.