Deserializers.DeserializeBroombridge Method

Definition

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

Data

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

Data

Deserializer Broombridge data structure.

Applies to