LadderSequence<TIndex>.ToRaisingLowering 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.
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
Sequence of raising an lowering operators.