ComplexDistribution user defined type

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

Package: Microsoft.Quantum.QSharp.Foundation

Represents a univariate probability distribution over complex numbers.


newtype ComplexDistribution = (Sample : (Unit => Microsoft.Quantum.Math.Complex));

Named Items

Sample : Unit => Complex

See Also