Extensions.ToIndexing 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.
Converts spin-orbital indices to integer indices
public static Microsoft.Quantum.Chemistry.Fermion.FermionWavefunction<int> ToIndexing (this Microsoft.Quantum.Chemistry.Fermion.FermionWavefunction<Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital> wavefunction, Microsoft.Quantum.Chemistry.IndexConvention indexConvention);
static member ToIndexing : Microsoft.Quantum.Chemistry.Fermion.FermionWavefunction<Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital> * Microsoft.Quantum.Chemistry.IndexConvention -> Microsoft.Quantum.Chemistry.Fermion.FermionWavefunction<int>
<Extension()>
Public Function ToIndexing (wavefunction As FermionWavefunction(Of SpinOrbital), indexConvention As IndexConvention) As FermionWavefunction(Of Integer)
Parameters
- wavefunction
- FermionWavefunction<SpinOrbital>
A fermionic wavefunction whose spin-orbital indices are to be converted.
- indexConvention
- IndexConvention
The convention for mapping spin-orbitals to indices to be used in converting the spin-orbital indices of wavefunction.
Returns
A fermion wavefunction where spin-orbitals are indexed by integers according to the chosen indexing scheme.