V0_2.ProblemDescription.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.
[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
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute