Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(lattice) | :: | this | ||||
integer, | intent(in) | :: | orb |
function dispersion_rel_orb(this, orb) result(disp)
class(lattice) :: this
integer, intent(in) :: orb
real(dp) :: disp
disp = this%dispersion_rel(this%get_k_vec(orb))
end function dispersion_rel_orb