Opération IncByLUsingIncByLE
Nom complet : Microsoft.Quantum.Unstable.Arithmetic.IncByLUsingIncByLE
operation IncByLUsingIncByLE(adder : ((Qubit[], Qubit[]) => Unit is Adj + Ctl), c : BigInt, ys : Qubit[]) : Unit is Adj + Ctl
Résumé
Incrémente un registre ys little-endian par un numéro BigInt c à l’aide d’un adder fourni.
Description
Calcule ys += c modulo 2ⁿ, où ys est un registre little-endian Length(ys) = n > 0, c est un nombre BigInt, 0 ≤ c < 2ⁿ.