LadderSequence<TIndex>.Multiply 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.
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
Left LadderSequence<TIndex>x.
- right
- LadderSequence<TIndex>
Right LadderSequence<TIndex>y.
Returns
Returns new LadderSequence<TIndex>xy where coefficients and
LadderOperatorSequences are multiplied together.