ElectronicStructureProblem.FciEnergy Property

Definition

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))

Property Value

Nullable<BoundedQuantity<Double>>

Applies to