LadderSequence<TIndex>.Multiply Method

Definition

Concatenates two Fermion terms.

public Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<TIndex> Multiply (Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<TIndex> left, Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<TIndex> right);
member this.Multiply : Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<'Index (requires 'Index :> IEquatable<'Index>)> * Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<'Index (requires 'Index :> IEquatable<'Index>)> -> Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<'Index (requires 'Index :> IEquatable<'Index>)>
Public Function Multiply (left As LadderSequence(Of TIndex), right As LadderSequence(Of TIndex)) As LadderSequence(Of TIndex)

Parameters

Returns

LadderSequence<TIndex>

Returns new LadderSequence<TIndex>xy where coefficients and LadderOperatorSequences are multiplied together.

Applies to