Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linting errors with a new CP2K keyword #69

Open
krystofbrezina opened this issue Nov 4, 2022 · 0 comments
Open

Linting errors with a new CP2K keyword #69

krystofbrezina opened this issue Nov 4, 2022 · 0 comments

Comments

@krystofbrezina
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant