Ket.Add Method (Int32, Bit)

Liquid Quantum Simulator

KetAdd Method (Int32, Bit)
Adds multiple qubits to the state, all with the same classical Bit value. The new qubits are unentangled and have the provided state. Note that the new qubits are not considered measured.

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

Parameters

cnt
Type: SystemInt32
The number of qubits to add.
b
Type: Microsoft.Research.LiquidBit
The initial state of the added qubits.

Return Value

Type: FSharpListQubit
The new Qubits
See Also