Extensions.EnumerateSpinOrbitals(IEnumerable<OrbitalIntegral>) 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.
Enumerates all spin-orbitals described by an array of orbital integrals by applying EnumerateSpinOrbitals() to each.
public static Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital[][] EnumerateSpinOrbitals (this System.Collections.Generic.IEnumerable<Microsoft.Quantum.Chemistry.OrbitalIntegrals.OrbitalIntegral> orbitalIntegrals);
static member EnumerateSpinOrbitals : seq<Microsoft.Quantum.Chemistry.OrbitalIntegrals.OrbitalIntegral> -> Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital[][]
<Extension()>
Public Function EnumerateSpinOrbitals (orbitalIntegrals As IEnumerable(Of OrbitalIntegral)) As SpinOrbital()()
Parameters
- orbitalIntegrals
- IEnumerable<OrbitalIntegral>
Array of orbital integrals.
Returns
- SpinOrbital[][]
Array of Array of spin-orbitals.