Skip to content

Commit

Permalink
RI-HFX: higher default precision for compression
Browse files Browse the repository at this point in the history
  • Loading branch information
pseewald committed May 22, 2020
1 parent 9d3c459 commit 0996883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input_cp2k_hfx.F
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ SUBROUTINE create_hf_ri_section(section)
name="EPS_STORAGE_SCALING", &
description="Scaling factor to scale EPS_FILTER for storage of 3-center integrals. Storage threshold "// &
"will be EPS_FILTER*EPS_STORAGE_SCALING.", &
default_r_val=0.1_dp)
default_r_val=0.01_dp)
CALL section_add_keyword(section, keyword)
CALL keyword_release(keyword)

Expand Down

0 comments on commit 0996883

Please sign in to comment.