dispersion_rel_spin_orb Function

private function dispersion_rel_spin_orb(this, orb) result(disp)

Type Bound

lattice

Arguments

Type IntentOptional Attributes Name
class(lattice) :: this
integer, intent(in) :: orb

Return Value real(kind=dp)


Contents


Source Code

    function dispersion_rel_spin_orb(this, orb) result(disp)
        class(lattice) :: this
        integer, intent(in) :: orb
        real(dp) :: disp

        disp = this%dispersion_rel(this%get_k_vec(get_spatial(orb)))

    end function dispersion_rel_spin_orb