SpinOrbital.CompareTo(SpinOrbital) 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.
Default comparer for spin orbitals first compares the orbital index, then second compares the spin index.
public int CompareTo (Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital x);
abstract member CompareTo : Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital -> int
override this.CompareTo : Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital -> int
Public Function CompareTo (x As SpinOrbital) As Integer
Parameters
Spin orbital to compare with.
Returns
Result of the comparison.