exercises:code_structure
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
exercises:code_structure [2022/09/08 12:41] – created jglan | exercises:code_structure [2022/09/08 12:42] (current) – removed jglan | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The input of CP2K is well-organized using the following structure. One can follow the [[https:// | ||
- | |||
- | Each section is initialized by **& | ||
- | |||
- | |||
- | < | ||
- | & | ||
- | | ||
- | & | ||
- | KEYWORD PARAMETER | ||
- | & | ||
- | &END SECTION | ||
- | </ | ||
- | |||
- | |||
- | For example, within the **GLOBAL** section, **PROJECT** reads **H2O** as the project name, which will give the prefix of the printout files. **RUN_TYPE** reads **ENERGY** to carry out single-point energy calculations. | ||
- | < | ||
- | &GLOBAL | ||
- | PROJECT H2O | ||
- | RUN_TYPE ENERGY | ||
- | &END GLOBAL | ||
- | </ | ||
exercises/code_structure.1662640915.txt.gz · Last modified: by jglan