Skip to content

Linting errors with a new CP2K keyword #69

Open
@krystofbrezina

Description

@krystofbrezina

Recently, I came across an unexpected error when using the cp2klint command line tool which clashes with a recently (from version 9.1 onwards) added CP2K keyword PRINT_ATOM_KIND under CP2K_INPUT/MOTION/PRINT/FORCES. Specifically, trying to lint the following MWE input

&MOTION
  &PRINT  
    &FORCES  
      PRINT_ATOM_KIND TRUE  
    &END FORCES  
  &END PRINT  
&END MOTION

raises an invalid keyword error, which ideally should not be the case. Commenting out the problematic keyword in the input removes the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions