Go to the source code of this file.
Functions/Subroutines | |
| subroutine | xc_vbh (n, rhoup, rhodn, ex, ec, vxup, vxdn, vcup, vcdn) |
| subroutine xc_vbh | ( | integer, intent(in) | n, |
| real(8), dimension(n), intent(in) | rhoup, | ||
| real(8), dimension(n), intent(in) | rhodn, | ||
| real(8), dimension(n), intent(out) | ex, | ||
| real(8), dimension(n), intent(out) | ec, | ||
| real(8), dimension(n), intent(out) | vxup, | ||
| real(8), dimension(n), intent(out) | vxdn, | ||
| real(8), dimension(n), intent(out) | vcup, | ||
| real(8), dimension(n), intent(out) | vcdn | ||
| ) |