App.RunLiquid Method

Liquid Quantum Simulator

AppRunLiquid Method
The main routine for running Liquid. This function gets the command-line parameters from the environment, parses them, and executes the requested Liquid method.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member RunLiquid : unit -> int 

Return Value

Type: Int32
0 if execution succeeded, or 1 if an error occured.
See Also