SparseMultiCFWavefunction<TIndex>.Set Method

Definition

Set a term of the wavefunction.

public void Set (Microsoft.Quantum.Chemistry.LadderOperators.IndexOrderedSequence<TIndex> term, System.Numerics.Complex amplitude);
member this.Set : Microsoft.Quantum.Chemistry.LadderOperators.IndexOrderedSequence<'Index (requires 'Index :> IEquatable<'Index> and 'Index :> IComparable<'Index>)> * System.Numerics.Complex -> unit
Public Sub Set (term As IndexOrderedSequence(Of TIndex), amplitude As Complex)

Parameters

term
IndexOrderedSequence<TIndex>

Index to term to set amplitude of.

amplitude
Complex

Relative amplitude of term.

Applies to