ProblemDescription Struct
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.
Caution
Please use ElectronicStructureProblem instead.
Electronic structure problem instance.
[System.Obsolete("Please use ElectronicStructureProblem instead.", false)]
public struct ProblemDescription
[<System.Obsolete("Please use ElectronicStructureProblem instead.", false)>]
type ProblemDescription = struct
Public Structure ProblemDescription
- Inheritance
-
ProblemDescription
- Attributes
Properties
| EnergyOffset |
Identity term of the Hamiltonian. |
| NElectrons |
Number of electrons. |
| NOrbitals |
Number of orbitals. |
| OrbitalIntegralHamiltonian |
Hamiltonian represented by orbital integrals. |
| Wavefunctions |
Collection of trial wavefunctions. |
Methods
| ProcessRawProblemDescription(V0_2+ProblemDescription) |
Converts the raw problem description in V0_2 Broombridge into in internal data format. |
Extension Methods
| ToQSharpFormat(ProblemDescription, String, IndexConvention, QubitEncoding) |
Converts an electronic structure problem description into a format consumable by Q# using default settings. |