LiQuiD.Deserialize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads a Hamiltonian from integral data represented in LIQππ|β© format. Please see the LIQππ|β© documentation for further details about the format parsed by this method.
public static System.Collections.Generic.IEnumerable<Microsoft.Quantum.Chemistry.LiQuiD.ProblemDescription> Deserialize (string filename);
static member Deserialize : string -> seq<Microsoft.Quantum.Chemistry.LiQuiD.ProblemDescription>
Public Shared Function Deserialize (filename As String) As IEnumerable(Of LiQuiD.ProblemDescription)
Parameters
- filename
- String
The name of the file to be loaded.
Returns
List of electronic structure problem deserialized from the file.