Skip to content

Commit

Permalink
ATOM: Bugfix semi-analytical exchange potential
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Stein authored and dev-zero committed Dec 16, 2019
1 parent d3394a2 commit e13e3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atom_utils.F
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ SUBROUTINE potential_coulomb_analytic(erfa, a, b, ll, nu, rad)
CASE (1)
erfa(:) = erfa(:) - expa(:)*(12._dp*z(:) + 30._dp/z(:))
CASE (3)
erfa(:) = erfa(:) - expa(:)*(56._dp*z(:) + 140._dp/z(:) + 210._dp*z(:)**3)
erfa(:) = erfa(:) - expa(:)*(56._dp*z(:) + 140._dp/z(:) + 210._dp/z(:)**3)
END SELECT
CASE (4)
SELECT CASE (nu)
Expand Down

0 comments on commit e13e3ec

Please sign in to comment.