EvolutionUnitary 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.Simulation

Package: Microsoft.Quantum.Standard

Represents a unitary time-evolution operator.

The first parameter is is duration of time-evolution, and the second parameter is the qubit register acted upon by the unitary.


newtype EvolutionUnitary = (((Double, Qubit[]) => Unit is Adj + Ctl));