ProblemDescription.ProcessRawProblemDescription 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.
Converts the raw problem description in V0_2 Broombridge into in internal data format.
public static Microsoft.Quantum.Chemistry.Broombridge.ProblemDescription ProcessRawProblemDescription (Microsoft.Quantum.Chemistry.Broombridge.V0_2.ProblemDescription problem);
static member ProcessRawProblemDescription : Microsoft.Quantum.Chemistry.Broombridge.V0_2.ProblemDescription -> Microsoft.Quantum.Chemistry.Broombridge.ProblemDescription
Public Shared Function ProcessRawProblemDescription (problem As V0_2.ProblemDescription) As ProblemDescription
Parameters
- problem
- V0_2.ProblemDescription
Problem description to be converted
Returns
The internal problem description data structure.