GeneratorSystem 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 collection of GeneratorIndexes.

We iterate over this collection using a single-index integer, and the size of the collection is assumed to be known.


newtype GeneratorSystem = (Int, (Int -> Microsoft.Quantum.Simulation.GeneratorIndex));

Remarks

Instances of GeneratorSystem can be defined easily using the LookupFunction function function.

See Also