LadderSequence<TIndex>.Sequence Property

Definition

Sequence of ladder operators.

public System.Collections.Generic.List<Microsoft.Quantum.Chemistry.LadderOperators.LadderOperator<TIndex>> Sequence { get; set; }
member this.Sequence : System.Collections.Generic.List<Microsoft.Quantum.Chemistry.LadderOperators.LadderOperator<'Index>> with get, set
Public Property Sequence As List(Of LadderOperator(Of TIndex))

Property Value

List<LadderOperator<TIndex>>

Applies to