Operations Operators

Liquid Quantum Simulator

Operations Operators

The Operations type exposes the following members.

Operators
  Name Description
Public operator Static member BangBang
In F# code, this operator is named !!. Builds a list of Qubits from a wide variety of possible inputs.
Public operator Static member 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.
Public operator Static member 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.
Public operator Static member GreaterLess
In F# code, this operator is named ><. Applies a function to each qubit in a list of Qubits.
Top
See Also