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.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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:
FSharpListQubitThe new Qubits
See Also