Click or drag to resize
FermionRun Method (DictionaryString, String, String)
Runs a pre-loaded Fermion test based on a script. A basic axecution trace is sent to both the console and the log. Detailed information is sent just sent to the log. See the Users Manual for details on the parameters.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member Run : 
        dic : Dictionary<string, string> * 
        data : string[] -> unit 

Parameters

dic
Type: System.Collections.GenericDictionaryString, String
A dictionary of options. See the Remarks for details.
data
Type: SystemString
An array of formatted strings containing orbital information. Each string corresponds to a single line in a .dat file. The string format is described in the Users Manual.
Remarks
The possible options to specify in the dictionary are: ... For more information, see the Users Manual.
See Also