Hamiltonian<TTermClassification,TTermIndexing,TTermValue>.SystemIndices Field

Definition

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

HashSet<Int32>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to