SparseMultiCFWavefunction<TIndex>.Excitations Property

Definition

Un-normalized amplitudes of excitations applied to reference state.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Quantum.Chemistry.Json.FermionWavefunctionJsonConverter))]
public System.Collections.Generic.Dictionary<Microsoft.Quantum.Chemistry.LadderOperators.IndexOrderedSequence<TIndex>,System.Numerics.Complex> Excitations { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Quantum.Chemistry.Json.FermionWavefunctionJsonConverter))>]
member this.Excitations : System.Collections.Generic.Dictionary<Microsoft.Quantum.Chemistry.LadderOperators.IndexOrderedSequence<'Index>, System.Numerics.Complex> with get, set
Public Property Excitations As Dictionary(Of IndexOrderedSequence(Of TIndex), Complex)

Property Value

Dictionary<IndexOrderedSequence<TIndex>,Complex>
Attributes
Newtonsoft.Json.JsonConverterAttribute

Applies to