Go to the source code of this file.
Functions/Subroutines | |
| subroutine | rhomaguk (ik0, lock, evecu) |
| pure subroutine | rmk1 (n, wo, wf1, wf2, rho, mag1, mag2, mag3) |
| pure subroutine | rmk2 (n, wo, wf1, wf2, rho, mag) |
| pure subroutine | rmk3 (n, wo, wf, rho) |
| subroutine rhomaguk | ( | integer, intent(in) | ik0, |
| integer(omp_lock_kind), dimension(nqpt), intent(inout) | lock, | ||
| complex(8), dimension(nstulr,nstulr), intent(in) | evecu | ||
| ) |
Definition at line 7 of file rhomaguk.f90.
| pure subroutine rhomaguk::rmk1 | ( | integer, intent(in) | n, |
| real(4), intent(in) | wo, | ||
| complex(4), dimension(n), intent(in) | wf1, | ||
| complex(4), dimension(n), intent(in) | wf2, | ||
| real(8), dimension(n), intent(inout) | rho, | ||
| real(8), dimension(n), intent(inout) | mag1, | ||
| real(8), dimension(n), intent(inout) | mag2, | ||
| real(8), dimension(n), intent(inout) | mag3 | ||
| ) |
Definition at line 141 of file rhomaguk.f90.
| pure subroutine rhomaguk::rmk2 | ( | integer, intent(in) | n, |
| real(4), intent(in) | wo, | ||
| complex(4), dimension(n), intent(in) | wf1, | ||
| complex(4), dimension(n), intent(in) | wf2, | ||
| real(8), dimension(n), intent(inout) | rho, | ||
| real(8), dimension(n), intent(inout) | mag | ||
| ) |
Definition at line 164 of file rhomaguk.f90.
| pure subroutine rhomaguk::rmk3 | ( | integer, intent(in) | n, |
| real(4), intent(in) | wo, | ||
| complex(4), dimension(n), intent(in) | wf, | ||
| real(8), dimension(n), intent(inout) | rho | ||
| ) |
Definition at line 183 of file rhomaguk.f90.