The Language-Integrated Quantum Operations (LIQUi|>) Simulator
KetRead Method (BinaryReader) |
Reads a new state vector from a binary stream.
Note that this routine is only intended to read vectors written with the
Write method.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member Read : br : BinaryReader -> Ket
Parameters
- br
- Type: System.IOBinaryReader
The stream from which the vector should be read.
Return Value
Type: KetThe new Ket
