FciDumpSerializer.Deserialize(TextReader) 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.
Deserializes an FCIDUMP-formatted problem description.
public static System.Collections.Generic.IEnumerable<Microsoft.Quantum.Chemistry.ElectronicStructureProblem> Deserialize (System.IO.TextReader reader);
static member Deserialize : System.IO.TextReader -> seq<Microsoft.Quantum.Chemistry.ElectronicStructureProblem>
Public Shared Function Deserialize (reader As TextReader) As IEnumerable(Of ElectronicStructureProblem)
Parameters
- reader
- TextReader
A stream for reading FCIDUMP data.
Returns
An electronic structure problem deserialized from the file.