Home
last modified time | relevance | path

Searched refs:boltz_2d_dir (Results 1 – 1 of 1) sorted by relevance

/dports/science/wannier90/wannier90-3.1.0/src/
H A Dparameters.F90284 character(len=4), save :: boltz_2d_dir variable
1757 call param_get_keyword('boltz_2d_dir', found, c_value=boltz_2d_dir)
1759 if (trim(boltz_2d_dir) == 'no') then
1761 elseif (trim(boltz_2d_dir) == 'x') then
1763 elseif (trim(boltz_2d_dir) == 'y') then
1765 elseif (trim(boltz_2d_dir) == 'z') then
3331 …ut, '(1x,a46,10x,a8,13x,a1)') '| 2d structure: non-periodic dimension :', trim(boltz_2d_dir), '|'