SparseMultiCFWavefunction<TIndex>.Reference Property

Definition

Reference state that excitations act on.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Quantum.Chemistry.Json.LadderSequenceJsonConverter))]
public Microsoft.Quantum.Chemistry.Fermion.SingleCFWavefunction<TIndex> Reference { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Quantum.Chemistry.Json.LadderSequenceJsonConverter))>]
member this.Reference : Microsoft.Quantum.Chemistry.Fermion.SingleCFWavefunction<'Index (requires 'Index :> IEquatable<'Index> and 'Index :> IComparable<'Index>)> with get, set
Public Property Reference As SingleCFWavefunction(Of TIndex)

Property Value

SingleCFWavefunction<TIndex>
Attributes
Newtonsoft.Json.JsonConverterAttribute

Applies to