Deserializers.DeserializeBroombridge 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.
Overloads
| DeserializeBroombridge(TextReader) |
Returns Broombridge deserialized into the current version data structure. Data structure is automatically updated to the current Broombridge version. |
| DeserializeBroombridge(String) |
Returns Broombridge deserialized into the current version data structure. Data structure is automatically updated to the current Broombridge version. |
DeserializeBroombridge(TextReader)
Returns Broombridge deserialized into the current version data structure. Data structure is automatically updated to the current Broombridge version.
public static Microsoft.Quantum.Chemistry.Broombridge.Data DeserializeBroombridge (System.IO.TextReader reader);
static member DeserializeBroombridge : System.IO.TextReader -> Microsoft.Quantum.Chemistry.Broombridge.Data
Public Shared Function DeserializeBroombridge (reader As TextReader) As Data
Parameters
- reader
- TextReader
Stream for reading Broombridge data.
Returns
Deserializer Broombridge data structure.
Applies to
DeserializeBroombridge(String)
Returns Broombridge deserialized into the current version data structure. Data structure is automatically updated to the current Broombridge version.
public static Microsoft.Quantum.Chemistry.Broombridge.Data DeserializeBroombridge (string filename);
static member DeserializeBroombridge : string -> Microsoft.Quantum.Chemistry.Broombridge.Data
Public Shared Function DeserializeBroombridge (filename As String) As Data
Parameters
- filename
- String
Path to a Broombridge file.
Returns
Deserializer Broombridge data structure.