Ket.Read Method (String)

Liquid Quantum Simulator

KetRead Method (String)
Reads a new state vector from a 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.*)
Syntax
F#
static member Read : 
        file : string -> Ket 

Parameters

file
Type: SystemString
The name of the file from which the state vector should be read.

Return Value

Type: Ket
The new Ket
See Also