Click or drag to resize
KetSingle Method
Treats this Ket as if all of its qubits are entangled.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
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: CVec
A CVec that contains the single state vector. Note that it is unsafe to modify this vector.
See Also