Treats this Ket as if all of its qubits are entangled.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Single :
order : FSharpOption<FSharpList<int>> -> CVec
Parameters
- order
- Type: Microsoft.FSharp.CoreFSharpOptionFSharpListInt32
Optionally, a list specifying a new order for the qubits.
The default is for qubits to remain in their current order.
Return Value
Type:
CVecA CVec that contains the single state vector.
Note that it is unsafe to modify this vector.
See Also