![]() |
(git:b77b4be)
|
Outtakes from Wannier90 code. More...
Functions/Subroutines | |
subroutine, public | wannier_setup (mp_grid_loc, num_kpts_loc, real_lattice_loc, recip_lattice_loc, kpt_latt_loc, nntot_loc, nnlist_loc, nncell_loc, iounit) |
... | |
subroutine, public | w90_write_header (stdout) |
... | |
Outtakes from Wannier90 code.
subroutine, public wannier90::wannier_setup | ( | integer, dimension(3), intent(in) | mp_grid_loc, |
integer, intent(in) | num_kpts_loc, | ||
real(kind=dp), dimension(3, 3), intent(in) | real_lattice_loc, | ||
real(kind=dp), dimension(3, 3), intent(in) | recip_lattice_loc, | ||
real(kind=dp), dimension(3, num_kpts_loc), intent(in) | kpt_latt_loc, | ||
integer, intent(out) | nntot_loc, | ||
integer, dimension(num_kpts_loc, num_nnmax), intent(out) | nnlist_loc, | ||
integer, dimension(3, num_kpts_loc, num_nnmax), intent(out) | nncell_loc, | ||
integer, intent(in) | iounit | ||
) |
...
mp_grid_loc | ... |
num_kpts_loc | ... |
real_lattice_loc | ... |
recip_lattice_loc | ... |
kpt_latt_loc | ... |
nntot_loc | ... |
nnlist_loc | ... |
nncell_loc | ... |
iounit | ... |
Definition at line 137 of file wannier90.F.
subroutine, public wannier90::w90_write_header | ( | integer, intent(in) | stdout | ) |
...
stdout | ... |
Definition at line 208 of file wannier90.F.