LadderSequence<TIndex>.ToRaisingLowering Method

Definition

Returns sequence of raising and lowering types of the ladder operator sequence.

public System.Collections.Generic.IEnumerable<Microsoft.Quantum.Chemistry.RaisingLowering> ToRaisingLowering ();
member this.ToRaisingLowering : unit -> seq<Microsoft.Quantum.Chemistry.RaisingLowering>
Public Function ToRaisingLowering () As IEnumerable(Of RaisingLowering)

Returns

IEnumerable<RaisingLowering>

Sequence of raising an lowering operators.

Applies to