[CP2K-user] [CP2K:16220] something wrong with the section_ROOT

Fabian Ducry fabianducry at gmail.com
Fri Nov 12 15:21:56 UTC 2021


Hi Joey,

You have special characters in your files which cp2k cannot handle:

tabs (\t) in cp2k.inc and carriage return (\r) in cp2k.inp

if you are on linux you can do the following:

sed -i.bak 's/\r//g;s/\t/ /g' cp2k.inp cp2k.inc

which will remove these characters or convert them to spaces. This 
should solve your issue.

Cheers,

Fabian

On 12.11.2021 15:57, 'joey zhang' via cp2k wrote:
> Thanks for your help, here is my input file
> 在2021年11月12日星期五 UTC+8 下午5:07:09<Matthias Krack> 写道:
>
>     Hi Joey
>
>     Please, provide the full CP2K input file. Otherwise, one can only
>     guess what the problem is.
>
>     Matthias
>
>     *Von:*'joey zhang' via cp2k <cp... at googlegroups.com>
>     *Gesendet:* Freitag, 12. November 2021 09:28
>     *An:* cp2k <cp... at googlegroups.com>
>     *Betreff:* [CP2K:16216] something wrong with the section_ROOT
>
>     Hi, all
>
>       i am new to cp2k, please forgive me for my questions may be a
>     trival.
>
>     when i submit the AIMD task on the server, it died immediately.
>     The cp2k.out presents that  "found an  unknown keyword N in
>     section_ROOT_". I guess it might be something wrong with the
>     pseupotential or basis-set of element N. But i did't find anything
>     wrong.  And i also search the section_ROOT in the manual, i found
>     no results. Have you ever met such problem?
>
>     section_ROOT.png
>
>     pseupotential.png
>
>
>     best wishes
>
>     joey
>
>     -- 
>     You received this message because you are subscribed to the Google
>     Groups "cp2k" group.
>     To unsubscribe from this group and stop receiving emails from it,
>     send an email to cp2k+uns... at googlegroups.com.
>     To view this discussion on the web visit
>     https://groups.google.com/d/msgid/cp2k/ea27a311-a145-436c-8750-f7306046d58cn%40googlegroups.com
>     <https://groups.google.com/d/msgid/cp2k/ea27a311-a145-436c-8750-f7306046d58cn%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
> -- 
> You received this message because you are subscribed to the Google 
> Groups "cp2k" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to cp2k+unsubscribe at googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/cp2k/07d5e193-c61a-47ef-b964-57dbbbad154en%40googlegroups.com 
> <https://groups.google.com/d/msgid/cp2k/07d5e193-c61a-47ef-b964-57dbbbad154en%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+unsubscribe at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/9fb23098-9eb3-fa79-bfa3-7326f6e16aa1%40gmail.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20211112/b99fc36c/attachment.htm>


More information about the CP2K-user mailing list