Hamiltonian<TTermClassification,TTermIndexing,TTermValue>.SystemIndices Field
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.
Indices to systems (e.g. fermions, qubits, or orbitals) the Hamiltonian acts on.
[Newtonsoft.Json.JsonProperty(PropertyName="system_indices")]
public System.Collections.Generic.HashSet<int> SystemIndices;
[<Newtonsoft.Json.JsonProperty(PropertyName="system_indices")>]
val mutable SystemIndices : System.Collections.Generic.HashSet<int>
Public SystemIndices As HashSet(Of Integer)
Field Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute