SparseMultiCFWavefunction<TIndex>.Excitations 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.
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