V0_2.ProblemDescription.NElectrons Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="n_electrons")]
[YamlDotNet.Serialization.YamlMember(Alias="n_electrons", ApplyNamingConventions=false)]
public int NElectrons { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="n_electrons")>]
[<YamlDotNet.Serialization.YamlMember(Alias="n_electrons", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.NElectrons : int with get, set
Public Property NElectrons As Integer

Property Value

Int32
Attributes
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to