Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/gww/
H A Dinput_gw.f9053 LOGICAL :: l_fourier_fit_freq=.false.!if true fits the tails in frequency component
213 if(ggwin%l_fourier_fit_freq) then
316 call mp_bcast(ggwin%l_fourier_fit_freq, ionode_id,world_comm)
H A Dtimes_gw.f9027 LOGICAL :: l_fourier_fit_freq!if true fits the tails in freq component
109 tf%l_fourier_fit_freq=options%l_fourier_fit_freq
155 if(.not.tf%l_fourier_fit_freq) then
H A Dfft_gw.f90935 else if(.not.fftd%ontime .and. tf%l_fourier_fit_freq) then