Skip to content

Commit

Permalink
Bug fix for TDDFT Triplet states with libxc functionals (#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
juerghutter committed Oct 11, 2023
1 parent 5db0f86 commit 0735bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xc/xc.F
Original file line number Diff line number Diff line change
Expand Up @@ -2770,6 +2770,7 @@ SUBROUTINE xc_calc_2nd_deriv_analytical(v_xc, v_xc_tau, deriv_set, rho_set, rho1
CALL prepare_dr1dr(drb1drb, drhob, drho1b)
CALL prepare_dr1dr(dr1dr, drho, drho1)
ELSE
CALL prepare_dr1dr(drb1drb, drhob, drho1b)
CALL prepare_dr1dr_ab(dr1dr, drhoa, drhob, drho1a, drho1b, fac)
END IF
Expand Down

0 comments on commit 0735bf4

Please sign in to comment.