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