AddI operation

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Arithmetic

Package: Microsoft.Quantum.Numerics

Automatically chooses between addition with carry and without, depending on the register size of ys.

operation AddI (xs : Microsoft.Quantum.Arithmetic.LittleEndian, ys : Microsoft.Quantum.Arithmetic.LittleEndian) : Unit is Adj + Ctl

Input

xs : LittleEndian

$n$-bit addend.

ys : LittleEndian

Addend with at least $n$ qubits. Will hold the result.

Output : Unit