V0_1.Data.IntegralSets Property

Definition

[YamlDotNet.Serialization.YamlMember(Alias="integral_sets", ApplyNamingConventions=false)]
public System.Collections.Generic.List<Microsoft.Quantum.Chemistry.Broombridge.V0_1.IntegralSet> IntegralSets { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="integral_sets", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IntegralSets : System.Collections.Generic.List<Microsoft.Quantum.Chemistry.Broombridge.V0_1.IntegralSet> with get, set
Public Property IntegralSets As List(Of V0_1.IntegralSet)

Property Value

List<IntegralSet>
Attributes
YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to