SparseMultiCFWavefunction<TIndex>.Set Method
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.
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
Index to term to set amplitude of.
- amplitude
- Complex
Relative amplitude of term.