ElectronicStructureProblem.FciEnergy 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 full configuration interaction energy for this electronic structure problem.
If the FCI energy is known only to be bounded with in an interval,
the Value property may be null,
while if not even a bound is known, this property itself may be null.
public Microsoft.Quantum.Chemistry.BoundedQuantity<double>? FciEnergy { get; set; }
member this.FciEnergy : Nullable<Microsoft.Quantum.Chemistry.BoundedQuantity<double>> with get, set
Public Property FciEnergy As Nullable(Of BoundedQuantity(Of Double))