OperationsGreaterLess Operator |
In F# code, this operator is named ><.
Applies a function to each qubit in a list of Qubits.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax F# does not support this operator.
Parameters
- f
- Type: Microsoft.FSharp.CoreFSharpFuncFSharpListQubit, Unit
The gate function to call. - qs
- Type: Microsoft.FSharp.CollectionsFSharpListQubit
The list of qubits to iterate over.
See Also