LadderSequence<TIndex>.Sequence Property
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.
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>>