PrepareFxP 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

Initialize a quantum fixed-point number to a classical constant.

operation PrepareFxP (constant : Double, fp : Microsoft.Quantum.Arithmetic.FixedPoint) : Unit is Adj + Ctl

Input

constant : Double

Constant to which to initialize the quantum fixed-point number.

fp : FixedPoint

Fixed-point number (of type FixedPoint) to initialize.

Output : Unit