V0_2.ProblemDescription.Hamiltonian 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="hamiltonian")]
[YamlDotNet.Serialization.YamlMember(Alias="hamiltonian", ApplyNamingConventions=false)]
public Microsoft.Quantum.Chemistry.Broombridge.V0_1.HamiltonianData Hamiltonian { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hamiltonian")>]
[<YamlDotNet.Serialization.YamlMember(Alias="hamiltonian", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Hamiltonian : Microsoft.Quantum.Chemistry.Broombridge.V0_1.HamiltonianData with get, set
Public Property Hamiltonian As V0_1.HamiltonianData
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute