Operations Operators |
The Operations type exposes the following members.
Name | Description | |
---|---|---|
BangBang |
In F# code, this operator is named !!.
Builds a list of Qubits from a wide variety of possible inputs.
| |
BangLess |
In F# code, this operator is named !<.
Gets the gate definition from a gate function.
This is usually used to discover the "parent" gate.
| |
GreaterBangLessa |
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.
| |
GreaterLess |
In F# code, this operator is named ><.
Applies a function to each qubit in a list of Qubits.
|