V0_2.ProblemDescription.InitialStates Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="initial_state_suggestions")]
[YamlDotNet.Serialization.YamlMember(Alias="initial_state_suggestions", ApplyNamingConventions=false)]
public System.Collections.Generic.List<Microsoft.Quantum.Chemistry.Broombridge.V0_2.State>? InitialStates { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="initial_state_suggestions")>]
[<YamlDotNet.Serialization.YamlMember(Alias="initial_state_suggestions", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.InitialStates : System.Collections.Generic.List<Microsoft.Quantum.Chemistry.Broombridge.V0_2.State> with get, set
Public Property InitialStates As List(Of V0_2.State)

Property Value

List<State>
Attributes
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to