thank you so much! that seems to have fixed it. <br><br><div class="gmail_quote"><div dir="auto" class="gmail_attr">On Tuesday, April 12, 2022 at 11:46:03 AM UTC-5 Matthias Krack wrote:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">





<div lang="en-CH" link="blue" vlink="purple" style="word-wrap:break-word">
<div>
<p class="MsoNormal"><span lang="EN-US">Hi Eric<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">You have to provide valid keys (pseudopotential labels) from the database file GTH_POTENTIALS like “GTH-PBE-q4” for C, e.g. in case you are using PBE as XC functional.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Matthias   <u></u><u></u></span></p></div></div><div lang="en-CH" link="blue" vlink="purple" style="word-wrap:break-word"><div>
<p class="MsoNormal"><span><u></u> <u></u></span></p>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:36.0pt"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">"<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>" <<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>> on behalf of Eric Ledieu <<a href data-email-masked rel="nofollow">eric.ledi...@gmail.com</a>><br>
<b>Reply to: </b>"<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>" <<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>><br>
<b>Date: </b>Tuesday, 12 April 2022 at 18:32<br>
<b>To: </b>"<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>" <<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>><br>
<b>Subject: </b>[CP2K:16842] invalid potential type<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">Dear CP2K community,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">I am new both to CP2K and ab initio, and I seem to be running into a bit of an issue when it comes to picking potentials. I am running a simple bond formation test in a vacuum. I adapted the ab initio script from
 the water box exercise, but when I made adjustments to include different kinds of atoms (or tried a different basis set) I ran into some issues. had to switch basis files, as my test molecule has chlorine. I tried a couple different basis files, including
 GTH_BASIS_SETS and GTH_MOLOPT. I always get some variant of the following error message.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"> *******************************************************************************<br>
 *   ___                                                                       *<br>
 *  /   \                                                                      *<br>
 * [ABORT]                                                                     *<br>
 *  \___/    An invalid potential type <TZV2P-MOLOPT-GTH-q4> was specified for *<br>
 *    |                             the atomic kind <C                         *<br>
 *  O/|                                                                        *<br>
 * /| |                                                                        *<br>
 * / \                                                    qs_kind_types.F:2354 *<br>
 *******************************************************************************<br>
<br>
Does any one have any clues as to what I am doing wrong? here are the basis file selection segments and the atom definition section of my input script.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">  &DFT<br>
    ! basis sets and pseudopotential files can be found in cp2k/data<br>
    BASIS_SET_FILE_NAME BASIS_MOLOPT<br>
    POTENTIAL_FILE_NAME GTH_POTENTIALS<br>
<br>
    ! Charge and multiplicity<br>
    CHARGE 0<br>
    MULTIPLICITY 1<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">... [skipping to kind section] ...<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">    ! atom coordinates can be in the &COORD section,<br>
    ! or provided as an external file.<br>
    &TOPOLOGY<br>
      COORD_FILE_NAME <a href="http://vac.xyz" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en&q=http://vac.xyz&source=gmail&ust=1649868982810000&usg=AOvVaw2YXsw8c-H7SKkrN7_8dRQT">vac.xyz</a><br>
      COORD_FILE_FORMAT XYZ<br>
    &END<br>
<br>
    ! MOLOPT basis sets are fairly costly,<br>
    ! but in the 'DZVP-MOLOPT-SR-GTH' available for all elements<br>
    ! their contracted nature makes them suitable<br>
    ! for condensed and gas phase systems alike.<br>
    &KIND H<br>
      BASIS_SET TZV2P-MOLOPT-GTH<br>
      POTENTIAL TZV2P-MOLOPT-GTH-q1<br>
    &END KIND<br>
    &KIND O<br>
      BASIS_SET TZV2P-MOLOPT-GTH<br>
      POTENTIAL TZV2P-MOLOPT-GTH-q6<br>
    &END KIND<br>
    &KIND C<br>
      BASIS_SET TZV2P-MOLOPT-GTH<br>
      POTENTIAL TZV2P-MOLOPT-GTH-q4<br>
    &END KIND<br>
    &KIND N<br>
      BASIS_SET DZVP-MOLOPT-SR-GTH<br>
      POTENTIAL DZVT-MOLOPT-SR-GTH-q5<br>
    &END KIND<br>
    &KIND Cl<br>
      BASIS_SET DZVP-MOLOPT-SR-GTH<br>
      POTENTIAL DZVP-MOLOPT-SR-GTH-q7<br>
    &END KIND<br>
  &END SUBSYS<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">any help or leads would be much appreciated, thank you.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">-Eric<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><u></u> <u></u></p>
</div>
</div></div><div lang="en-CH" link="blue" vlink="purple" style="word-wrap:break-word"><div><p class="MsoNormal" style="margin-left:36.0pt">-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to
<a href data-email-masked rel="nofollow">cp2k+uns...@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/9303eab6-c5cb-4226-9de2-e9aadaac3c0fn%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=en&q=https://groups.google.com/d/msgid/cp2k/9303eab6-c5cb-4226-9de2-e9aadaac3c0fn%2540googlegroups.com?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1649868982811000&usg=AOvVaw23BgWzhxSV64Ewx5dnnU9n">
https://groups.google.com/d/msgid/cp2k/9303eab6-c5cb-4226-9de2-e9aadaac3c0fn%40googlegroups.com</a>.<br>
<br>
<u></u><u></u></p>
</div>
</div>

</blockquote></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "cp2k" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/ef889837-3813-4d9c-b1d0-9548ab017604n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/ef889837-3813-4d9c-b1d0-9548ab017604n%40googlegroups.com</a>.<br />