Hi Jeurg,<div>Cool it works. But number of MO is not the same for ECP and GTH. Now for ECP we have:</div><div>  Total number of            - Atomic kinds:                                   2<br>                             - Atoms:                                         84<br>                             - Shell sets:                                   336<br>                             - Shells:                                       336<br></div><div>Number of Shell cets is not equivalent to number of atoms, while in GTH this is the case. Maybe it is common for ECP. So, it means CP2K Documentation is not complete. Should I give a BUG report?</div><div>Warm wishes,<br>Eugene</div><div class="gmail_quote"><div dir="auto" class="gmail_attr">понедельник, 7 февраля 2022 г. в 21:54:50 UTC+3, jgh: <br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi
<br>
<br>check your basis set definition: the p shell says:
<br>
<br> 2  1  1  6  0  1 # Gauss type functions l=1 set 1 (3p orbital)
<br>
<br>That would be zero p-orbitals. Probably a typo. It should be
<br>
<br> 2  1  1  6  1  0 # Gauss type functions l=1 set 1 (3p orbital)
<br>
<br>Please also note that this is a not very well tested option.
<br>I'm not aware of any successful application using ECPs with CP2K.
<br>
<br>regards
<br>
<br>Juerg Hutter
<br>--------------------------------------------------------------
<br>Juerg Hutter                         Phone : <a href="tel:+41%2044%20635%2044%2091" value="+41446354491" target="_blank" rel="nofollow">++41 44 635 4491</a>
<br>Institut für Chemie                E-mail: <a href data-email-masked rel="nofollow">hut...@chem.uzh.ch</a> 
<br>Universität Zürich                  
<br>Winterthurerstrasse 190
<br>CH-8057 Zürich, Switzerland
<br>---------------------------------------------------------------
<br>
<br>-----<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a> wrote: -----
<br>To: "cp2k" <<a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>>
<br>From: "Eugene" 
<br>Sent by: <a href data-email-masked rel="nofollow">cp...@googlegroups.com</a>
<br>Date: 02/07/2022 05:30PM
<br>Subject: [CP2K:16557] How to use ECP potential in FORCE_EVAL
<br>
<br>According to cp2k documentation <a href="https://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL/SUBSYS/KIND.html#POTENTIAL" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=ru&q=https://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL/SUBSYS/KIND.html%23POTENTIAL&source=gmail&ust=1644346743394000&usg=AFQjCNGCem4fk1OXRQsKs4kAxqB4dyXdDw">https://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL/SUBSYS/KIND.html#POTENTIAL</a> it is possible to set POTENTIAL variable value as ECP, in order to use Effective core potential. I've converted basis set from <a href="http://www.tc.uni-koeln.de/PP/clickpse.en.html" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=ru&q=http://www.tc.uni-koeln.de/PP/clickpse.en.html&source=gmail&ust=1644346743394000&usg=AFQjCNHpKGt7KrgjRGgaOLJN1beHgV2Lfg">http://www.tc.uni-koeln.de/PP/clickpse.en.html</a> according to CP2K documentation. The section KIND in my input file is:
<br> &KIND V
<br>BASIS_SET STOLL-PBE
<br>POTENTIAL ECP
<br>&POTENTIAL
<br>V nelec 10
<br>V ul
<br>2      1.000000000            0.000000000      
<br>V S
<br>2     14.490000000          178.447971000      
<br>2      6.524000000           19.831375000      
<br>V P
<br>2     14.300000000          109.529763000      
<br>2      6.021000000           12.570310000      
<br>V D
<br>2     17.480000000          -19.219657000      
<br>2      5.709000000           -0.642775000      
<br>&END
<br>&END KIND
<br>The basis set in new file is:
<br>V STOLL-PBE
<br> 4
<br> 2  0  0  7  1  0 # Gauss type functions l=0 set 1 (3s orbital)
<br>  12.8432080  0.460448
<br>  11.3757530 -0.495309
<br>   5.4069740 -0.350821
<br>   1.4659270  0.654979
<br>   0.5980800  0.582548
<br>   0.0887900  0.017081
<br>   0.0353180 -0.007455
<br> 2  0  0  7  1  0 # Gauss type functions l=0 set 2 (4s orbital)
<br>  12.8432080  0.126932
<br>  11.3757530 -0.139770
<br>  5.4069740  -0.089862
<br>  1.4659270   0.204669
<br>  0.5980800   0.321169
<br>  0.0887900  -0.657043
<br>  0.0353180  -0.474893
<br> 2  1  1  6  0  1 # Gauss type functions l=1 set 1 (3p orbital)
<br>  31.8898680  0.004658
<br>   8.2371780 -0.119249
<br>   4.3283730  0.125195
<br>   1.5405260  0.620704
<br>   0.5280810  0.416780
<br>   0.0899620  0.014015
<br> 2  2  2  5  1 # Gauss type functions l=2 set 1 (3d orbital)
<br>  22.6804330  0.031628
<br>   6.8613120  0.153807
<br>   2.2754450  0.378661
<br>   0.7319220  0.507276
<br>   0.2007460  0.275921
<br>
<br>CP2K starts normally but exit with error message:
<br> CPASSERT failed   qs_mo_types.F:295
<br>By checking source code I have error here:
<br> CPASSERT(nmo >= nomo)
<br>
<br>Could someone kindly give a working example for force calculations with ECP potential.
<br>
<br>Many thx in advance,
<br>Eugene  
<br>  -- 
<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/a65b2506-cc62-475b-8514-3ad646aea6a3n%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=ru&q=https://groups.google.com/d/msgid/cp2k/a65b2506-cc62-475b-8514-3ad646aea6a3n%2540googlegroups.com&source=gmail&ust=1644346743394000&usg=AFQjCNFPc_B9gbGdxaS3ymaIeDnSQQiXaw">https://groups.google.com/d/msgid/cp2k/a65b2506-cc62-475b-8514-3ad646aea6a3n%40googlegroups.com</a>.
<br> 
<br></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/32e8d80d-d886-4a51-b040-de7a787533a3n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/32e8d80d-d886-4a51-b040-de7a787533a3n%40googlegroups.com</a>.<br />