Skip to content

Commit

Permalink
Specify units in HFX%INTERACTION_POTENTIAL input
Browse files Browse the repository at this point in the history
  • Loading branch information
abussy committed Oct 10, 2023
1 parent 737e746 commit 5db0f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input_cp2k_hfx.F
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ SUBROUTINE create_hf_potential_section(section)
CALL keyword_release(keyword)

CALL keyword_create(keyword, __LOCATION__, name="CUTOFF_RADIUS", &
description="Determines cutoff radius for the truncated 1/r potential. "// &
description="Determines cutoff radius (in Angstroms) for the truncated 1/r potential. "// &
"Only valid when doing truncated calculation", &
usage="CUTOFF_RADIUS 10.0", type_of_var=real_t, & ! default_r_val=10.0_dp,&
unit_str="angstrom")
Expand Down Expand Up @@ -529,7 +529,7 @@ SUBROUTINE create_hf_ri_section(section)
CALL keyword_release(keyword)

CALL keyword_create(keyword, __LOCATION__, name="CUTOFF_RADIUS", &
description="The cutoff radius (in Angstrom) for the truncated Coulomb operator. "// &
description="The cutoff radius (in Angstroms) for the truncated Coulomb operator. "// &
"Default is CUTOFF_RADIUS from INTERACTION_POTENTIAL. ", &
default_r_val=0.0_dp, &
repeats=.FALSE., &
Expand Down

0 comments on commit 5db0f86

Please sign in to comment.