Click or drag to resize
Operations Operators

The Operations type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberBangBang
In F# code, this operator is named !!. Builds a list of Qubits from a wide variety of possible inputs.
Public operatorStatic memberBangLess
In F# code, this operator is named !<. Gets the gate definition from a gate function. This is usually used to discover the "parent" gate.
Public operatorStatic memberGreaterBangLessa
In F# code, this operator is named >!<. Applies a function to each qubit in a list, passing a parameter to the function as well as each Qubit. The parameter values may be a list of a single value which is then passed to each invocation.
Public operatorStatic memberGreaterLess
In F# code, this operator is named ><. Applies a function to each qubit in a list of Qubits.
Top
See Also