Skip to content

Commit

Permalink
Update input description
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed May 21, 2023
1 parent 9f37324 commit d6d429a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/input_cp2k_subsys.F
Original file line number Diff line number Diff line change
Expand Up @@ -907,10 +907,12 @@ SUBROUTINE create_coord_section(section)

CPASSERT(.NOT. ASSOCIATED(section))
CALL section_create(section, __LOCATION__, name="coord", &
description="The coordinates for simple systems (like small QM cells)"// &
" are specified here by default using explicit XYZ coordinates. "// &
" More complex systems should be given via an external coordinate "// &
" file in the SUBSYS%TOPOLOGY section.", &
description="The coordinates for simple systems (like small QM cells) "// &
"are specified here by default using explicit XYZ coordinates. "// &
"Simple products and fractions combined with functions of a single "// &
"number can be used like 2/3, 0.3*COS(60) or -SQRT(3)/2. "// &
"More complex systems should be given via an external coordinate "// &
"file in the SUBSYS%TOPOLOGY section.", &
n_keywords=1, n_subsections=0, repeats=.FALSE.)
NULLIFY (keyword)
CALL keyword_create(keyword, __LOCATION__, name="UNIT", &
Expand Down

0 comments on commit d6d429a

Please sign in to comment.