Skip to content

Commit

Permalink
XAS_TDP| SOC performance refactoring + SOC oscillator strengths
Browse files Browse the repository at this point in the history
  • Loading branch information
abussy authored and pseewald committed Oct 9, 2019
1 parent f538d00 commit e1f9221
Show file tree
Hide file tree
Showing 4 changed files with 1,175 additions and 832 deletions.
2 changes: 1 addition & 1 deletion src/xas_tdp_atom.F
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ SUBROUTINE pade_kernel_singlet(n, rho, rs, fxc, eps_rho)
d2rs = f49*rs(ip)/rho(ip)**2

!the factor 2 comes from the sum of the 2 derivatives
fxc(ip) = -two*(d2f*drs**2 - df*d2rs)
fxc(ip) = -two*(d2f*drs**2 + df*d2rs)

END IF
END DO
Expand Down

0 comments on commit e1f9221

Please sign in to comment.