Extensions.ToNormalOrder<TIndex>(LadderSequence<TIndex>) 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.
Converts a LadderSequence to normal order. In general, this can generate new terms and modifies the coefficient.
public static System.Collections.Generic.HashSet<Microsoft.Quantum.Chemistry.LadderOperators.NormalOrderedSequence<TIndex>> ToNormalOrder<TIndex> (this Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<TIndex> ladderOperator) where TIndex : IEquatable<TIndex>;
static member ToNormalOrder : Microsoft.Quantum.Chemistry.LadderOperators.LadderSequence<'Index (requires 'Index :> IEquatable<'Index>)> -> System.Collections.Generic.HashSet<Microsoft.Quantum.Chemistry.LadderOperators.NormalOrderedSequence<'Index>> (requires 'Index :> IEquatable<'Index>)
<Extension()>
Public Function ToNormalOrder(Of TIndex As IEquatable(Of TIndex)) (ladderOperator As LadderSequence(Of TIndex)) As HashSet(Of NormalOrderedSequence(Of TIndex))
Type Parameters
- TIndex
Parameters
- ladderOperator
- LadderSequence<TIndex>
Returns
- HashSet<NormalOrderedSequence<TIndex>>