AddConstantFxP 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

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

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

Input

constant : Double

Constant to add to the quantum fixed-point number.

fp : FixedPoint

Fixed-point number to which the constant will be added.

Output : Unit