ReflectionStart 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.AmplitudeAmplification

Package: Microsoft.Quantum.Standard

Constructs a reflection about the all-zero string |0...0〉, which is the typical input state to amplitude amplification.

function ReflectionStart () : Microsoft.Quantum.Oracles.ReflectionOracle

Output : ReflectionOracle

A ReflectionOracle that reflects about the state $\ket{0\cdots 0}$.

See Also