AbsSquaredComplexPolar function

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.Math

Package: Microsoft.Quantum.Standard

Returns the squared absolute value of a complex number of type ComplexPolar.

function AbsSquaredComplexPolar (input : Microsoft.Quantum.Math.ComplexPolar) : Double

Input

input : ComplexPolar

Complex number $c = r e^{i t}$.

Output : Double

Squared absolute value $|c|^2 = r^2$.