V0_2.ProblemDescription.FciEnergy Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="fci_energy")]
[YamlDotNet.Serialization.YamlMember(Alias="fci_energy", ApplyNamingConventions=false)]
public Microsoft.Quantum.Chemistry.Broombridge.V0_1.BoundedQuantity? FciEnergy { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fci_energy")>]
[<YamlDotNet.Serialization.YamlMember(Alias="fci_energy", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.FciEnergy : Microsoft.Quantum.Chemistry.Broombridge.V0_1.BoundedQuantity with get, set
Public Property FciEnergy As V0_1.BoundedQuantity

Property Value

V0_1.BoundedQuantity
Attributes
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to