EvolutionSet 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 set of gates that can be readily implemented and used to implement simulation algorithms.

Elements in the set are indexed by a GeneratorIndex user defined type, and each set is described by a function from GeneratorIndex to EvolutionUnitary user defined type, which are operations parameterized by a real number representing time


newtype EvolutionSet = ((Microsoft.Quantum.Simulation.GeneratorIndex -> Microsoft.Quantum.Simulation.EvolutionUnitary));