Open
Description
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
Labels
No labels