Click or drag to resize
FermionLoad Method
Loads a Fermion test from a .dat file based on a script.

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

Parameters

dic
Type: System.Collections.GenericDictionaryString, String
A dictionary of options. See the Remarks for details.
dataFile
Type: SystemString
A relative or full path to the .dat file to load.

Return Value

Type: String
A single, multi-line string containing orbital information for the test number specified in the option dictionary. This string is suitable for passing (as the only element of an array) to LoadOrbs.
Remarks
The possible options to specify in the dictionary are: ... For more information, see the Users Manual.
See Also