[Qmod Classiq-library function]Applies Hadamard transform to the target qubits.Corresponds to the braket notation:H⊗n∣x⟩=2n1y=0∑2n−1(−1)xcdoty∣y⟩Parameters:
[Qmod Classiq-library function]Adds a to x modulo the range of x, assumed that x is a non-negative integer and a is an integer.
Mathematically it is described as:x=(x+a)mod2x.size−1Parameters:
Name
Type
Description
Default
a
CInt
A classical integer to be added to x.
required
x
QNum
A quantum number that is assumed to be non-negative integer.