Loads a Fermion test from a .dat file based on a script.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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:
StringA 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