-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Lines 209 to 210 in 057a699
qa = 1.0_wp/(qa+1.0e-10_wp) | |
if (qa > 3.0_wp) qa = 3.0_wp |
The step size is controlled by the factor qa
(the ratio
qa = 1.0_wp/((4*q)**0.25_wp + eps)
qa = min(qa,3.0_wp)
Metadata
Metadata
Assignees
Labels
No labels