ElectronicStructureProblem.ScfEnergy Property
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.
The self-consistent field energy for this electronic structure problem.
If no energy SCF is provided or known, may be null.
public Microsoft.Quantum.Chemistry.Quantity<double>? ScfEnergy { get; set; }
member this.ScfEnergy : Nullable<Microsoft.Quantum.Chemistry.Quantity<double>> with get, set
Public Property ScfEnergy As Nullable(Of Quantity(Of Double))