Ket.Add Method (CVec)

Liquid Quantum Simulator

KetAdd Method (CVec)
Adds a new qubit to the state with a complex state vector. The new qubit is unentangled and has the provided state.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Add : 
        cv : CVec -> Qubit 

Parameters

cv
Type: Microsoft.Research.LiquidCVec
The state of the added qubit.

Return Value

Type: Qubit
The new Qubit
See Also