NormalOrderedSequence<TIndex>.IsInIndexCreationCanonicalOrder Method

Definition

Checks whether the creation operator sequence of a LadderSequence is in canonical order. This means

  1. SpinOrbital is sorted in ascending order for the creation operators.
public bool IsInIndexCreationCanonicalOrder ();
member this.IsInIndexCreationCanonicalOrder : unit -> bool
Public Function IsInIndexCreationCanonicalOrder () As Boolean

Returns

Boolean

true if the creation operator sequence of a LadderSequence is in canonical order. false otherwise

Applies to