The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CVecRead Method |
Reads a new vector from a binary file.
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 -> CVec
Parameters
- br
- Type: System.IOBinaryReader
The BinaryReader from which the vector should be read.
Return Value
Type: CVecThe new vector
