| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | j |
function get_spawn_factor(j) result(f) ! Input: j - index of the CSF ! Output: f - spawn scaling factor for CSF j so far implicit none integer, intent(in) :: j real(dp) :: f f = global_determinant_data(pos_scaling_factor, j) end function get_spawn_factor