MultiplyFxP 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

Multiplies two fixed-point numbers in quantum registers.

operation MultiplyFxP (fp1 : Microsoft.Quantum.Arithmetic.FixedPoint, fp2 : Microsoft.Quantum.Arithmetic.FixedPoint, result : Microsoft.Quantum.Arithmetic.FixedPoint) : Unit is Adj + Ctl

Input

fp1 : FixedPoint

First fixed-point number.

fp2 : FixedPoint

Second fixed-point number.

result : FixedPoint

Result fixed-point number, must be in state $\ket{0}$ initially.

Output : Unit

Remarks

The current implementation requires the three fixed-point numbers to have the same point position and the same number of qubits.