V0_2.ClusterOperator.OneBodyAmplitudes Property

Definition

[YamlDotNet.Serialization.YamlMember(Alias="one_body_amplitudes", ApplyNamingConventions=false)]
public System.Collections.Generic.List<System.Collections.Generic.List<string>> OneBodyAmplitudes { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="one_body_amplitudes", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.OneBodyAmplitudes : System.Collections.Generic.List<System.Collections.Generic.List<string>> with get, set
Public Property OneBodyAmplitudes As List(Of List(Of String))

Property Value

List<List<String>>
Attributes
YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to