Home
last modified time | relevance | path

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

/dports/science/wannier90/wannier90-3.1.0/test-suite/checkpoints/gaas_postw90/
H A Dgaas.win12 sc_phase_conv=1
/dports/science/wannier90/wannier90-3.1.0/test-suite/tests/testpostw90_gaas_sc_xyz/
H A Dgaas.win14 sc_phase_conv=1
/dports/science/wannier90/wannier90-3.1.0/examples/example25/
H A DGaAs.win14 sc_phase_conv=2
/dports/science/wannier90/wannier90-3.1.0/src/
H A Dparameters.F90209 integer, public, save :: sc_phase_conv variable
1289 sc_phase_conv = 1
1290 call param_get_keyword('sc_phase_conv', found, i_value=sc_phase_conv)
1291 …if ((sc_phase_conv .ne. 1) .and. ((sc_phase_conv .ne. 2))) call io_error('Error: sc_phase_conv mus…
2502 function param_get_convention_type(sc_phase_conv)
2505 integer, intent(in) :: sc_phase_conv local
2511 if (sc_phase_conv .eq. 1) then
2513 else if (sc_phase_conv .eq. 2) then
3250 trim(param_get_convention_type(sc_phase_conv)), '|'
/dports/science/wannier90/wannier90-3.1.0/src/postw90/
H A Dberry.F901571 kubo_smr_fixed_en_width, sc_phase_conv, sc_w_thr
1623 …if (sc_phase_conv .eq. 1) then ! use Wannier centres in the FT exponentials (so called TB conventi…
1633 …elseif (sc_phase_conv .eq. 2) then ! do not use Wannier centres in the FT exponentials (usual W90 …
H A Dpostw90_common.F90315 call comms_bcast(sc_phase_conv, 1)
/dports/science/wannier90/wannier90-3.1.0/doc/tutorial/
H A Dtutorial.tex2790 Finally, \verb|sc_phase_conv| controls the phase convention used for the Bloch sums.
2791 \verb|sc_phase_conv=1| uses the so-called tight-binding convention, whereby the Wannier centres are…
2792 into the phase, while \verb|sc_phase_conv=2| leaves the Wannier centres out of the phase.