Ket.Add Method (Bit)

Liquid Quantum Simulator

KetAdd Method (Bit)
Adds a new qubit to the state with a classical Bit value. The new qubit is unentangled and has the provided state. Note that the new qubit is not considered measured.

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

Parameters

b
Type: Microsoft.Research.LiquidBit
The initial state of the added qubit.

Return Value

Type: Qubit
The new Qubit
See Also