Skip to content

Commit

Permalink
RI HFX: remove unneeded filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
pseewald committed Apr 29, 2020
1 parent 75ea3f3 commit 5b80343
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hfx_ri.F
Original file line number Diff line number Diff line change
Expand Up @@ -1573,8 +1573,6 @@ SUBROUTINE hfx_ri_update_ks_Pmat(qs_env, ri_data, ks_matrix, rho_ao, &
ri_data%dbcsr_nflop = ri_data%dbcsr_nflop + nflop
CALL dbcsr_t_clear(ri_data%t_3c_int_ctr_3(1, 1))

CALL dbcsr_t_filter(t_3c_2, ri_data%filter_eps)

CALL timestop(handle2)

CALL get_tensor_occupancy(t_3c_2, nze, occ)
Expand Down

0 comments on commit 5b80343

Please sign in to comment.