HermitianFermionTerm.IsInCanonicalOrder 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.
Checks if raising operators indices are in ascending order, then if lowering operator indices are in descending order.
public bool IsInCanonicalOrder ();
member this.IsInCanonicalOrder : unit -> bool
Public Function IsInCanonicalOrder () As Boolean
Returns
Returns true this condition is satisfied.
Returns false otherwise.
Remarks
This should always return true when invoked outside this class.