SpinOrbital.Implicit(ValueTuple<Int32,Spin> to SpinOrbital) Operator
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.
Implicit operator for creating a spin-orbital.
public static implicit operator Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital ((int, Microsoft.Quantum.Chemistry.Spin) setIndex);
static member op_Implicit : ValueTuple<int, Microsoft.Quantum.Chemistry.Spin> -> Microsoft.Quantum.Chemistry.OrbitalIntegrals.SpinOrbital
Public Shared Widening Operator CType (setIndex As ValueTuple(Of Integer, Spin)) As SpinOrbital
Parameters
- setIndex
- ValueTuple<Int32,Spin>
Tuple where the first parameter is the orbital index, and the second parameter is the spin index.