Partager via


Opération IncByL

Nom complet : Microsoft.Quantum.Unstable.Arithmetic.IncByL

operation IncByL(c : BigInt, ys : Qubit[]) : Unit is Adj + Ctl

Résumé

Incrémente un registre ys little-endian par un numéro BigInt c

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ⁿ. REMARQUE : Utilisez IncByLUsingIncByLE directement si le choix de l’implémentation est important.