Home
last modified time | relevance | path

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

/dports/science/wannier90/wannier90-3.1.0/src/
H A Dwannierise.F9097 fixed_step, lfixstep, write_proj, have_disentangled, conv_tol, num_proj, &
363 if (lfixstep) lquad = .false.
410 if (.not. lfixstep .and. optimisation <= 0) then
452 if (lfixstep) then
487 if (.not. lfixstep) &
491 if (.not. lfixstep) then
504 if (lfixstep .or. lquad) then
510 if (.not. lfixstep) then
H A Dparameters.F90430 logical, public, save :: lfixstep variable
811 fixed_step = -999.0_dp; lfixstep = .false.
814 if (fixed_step > 0.0_dp) lfixstep = .true.
818 if (found .and. lfixstep) call io_error('Error: cannot specify both fixed_step and trial_step')
2790 if (lfixstep) then
6314 call comms_bcast(lfixstep, 1)