<div dir="ltr"><div><div><div><div><br>Hi,<br>Thanks for the help. <br></div>Today I have update the cp2k and compile with inten and gfortran.<br></div>This input  works with gnu compiler but crashed with intel exicutable.<br>
</div>I my standard out file i found few lines like<br>  mixed_precision    : F<br><br>  ----------------------------------- OT ---------------------------------------<br><br>  Step     Update method      Time    Convergence         Total energy    Change<br>
  ------------------------------------------------------------------------------<br>  PROBLEM :::::            1          -1           1          -1           0<br>  PROBLEM :::::            1          -1           1          -1           0<br>
           0<br>           0<br>  PROBLEM :::::            1           1           1           1           0<br>  PROBLEM :::::            1           1           1           1           0<br>           0<br>           0<br>
  PROBLEM :::::            1          -1           1          -1           2<br>  PROBLEM :::::            1          -1           1          -1           2<br><br></div>Thanks<br>Ananya<br><div><div><br><br><br>  <br></div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 10, 2014 at 7:59 AM,  <span dir="ltr"><<a href="mailto:hut...@chem.uzh.ch" target="_blank">hut...@chem.uzh.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
yes, there is a bug in the GAPW code for meta functionals.<br>
You can also call it an inconsistency in a local expansion.<br>
In the latest version, some of the problems have been fixed,<br>
but there are still some problems remaining.<br>
It is on my todo list, unfortunately not very high.<br>
<br>
regards<br>
<br>
Juerg<br>
<br>
--------------------------------------------------------------<br>
Juerg Hutter                         Phone : <a href="tel:%2B%2B41%2044%20635%204491" value="+41446354491">++41 44 635 4491</a><br>
Institut für Chemie                  FAX   : <a href="tel:%2B%2B41%2044%20635%206838" value="+41446356838">++41 44 635 6838</a><br>
Universität Zürich                   E-mail: <a href="mailto:hut...@chem.uzh.ch">hut...@chem.uzh.ch</a><br>
Winterthurerstrasse 190<br>
CH-8057 Zürich, Switzerland<br>
---------------------------------------------------------------<br>
<br>
-----<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a> wrote: -----<br>
To: <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><br>
From: Matt W<br>
Sent by: <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><br>
Date: 04/10/2014 01:46PM<br>
Subject: [CP2K:5158] Re: TPSS all electron calculation Convergence problem<br>
<div class="HOEnZb"><div class="h5"><br>
Which version of cp2k are you running? Could you try updating to the latest version (2.6) and see if that improves things?<br>
<br>
I got similar output to you with an old 2.5 executable, but 2.6 from mid March converges OK (but with some warnings from qs_vxc_atom).<br>
<br>
Matt<br>
<br>
On Thursday, April 10, 2014 5:48:25 AM UTC+1, Ananya mondal wrote:<br>
I am trying to perform all electron calculation(GAPW) with TPSS functional for water dimer.<br>
The wave function is not converging at all. This all electron input work fine for PBE, BLYP functional. It also works for GPW with pseudopotentials (TPSS). only the GAPW all<br>
electron calculation with TPSS is not working. <br>
<br>
I dont understand, why the all electron calculation in not converging for TPSS?<br>
 <br>
Any help/tips/comments/suggestions would be greatly appreciated.<br>
Thanking you<br>
Ananya<br>
<br>
<br>
Here is my input<br>
&GLOBAL<br>
  PRINT_LEVEL                      LOW<br>
  RUN_TYPE                         ENERGY<br>
  PROGRAM                          CP2K<br>
&END GLOBAL<br>
<br>
&FORCE_EVAL<br>
  METHOD                           QUICKSTEP<br>
  STRESS_TENSOR                    DIAGONAL_ANALYTICAL<br>
  &DFT<br>
    BASIS_SET_FILE_NAME            ./EMSL_BASIS_SETS<br>
    POTENTIAL_FILE_NAME            ./POTENTIAL<br>
    &SCF<br>
      MAX_SCF                      40<br>
      EPS_SCF                      1.0E-7<br>
      &OUTER_SCF<br>
        EPS_SCF                    1.0E-7<br>
        MAX_SCF                    10<br>
        OPTIMIZER DIIS<br>
      &END OUTER_SCF<br>
      &OT<br>
        PRECONDITIONER             FULL_ALL<br>
        MINIMIZER                  DIIS<br>
        N_DIIS                     7<br>
      &END OT<br>
    &END SCF<br>
    &QS<br>
      METHOD                       GAPW<br>
    &END QS<br>
    &MGRID<br>
      CUTOFF                       400<br>
      COMMENSURATE<br>
      REL_CUTOFF                   50<br>
      NGRIDS                       5<br>
    &END MGRID<br>
    &POISSON<br>
      POISSON_SOLVER               MT<br>
      PERIODIC                     NONE<br>
    &END POISSON<br>
    &XC<br>
      &XC_GRID<br>
        XC_SMOOTH_RHO              NN50<br>
        XC_DERIV                   NN50_SMOOTH<br>
      &END XC_GRID<br>
      &XC_FUNCTIONAL<br>
        &TPSS<br>
        &END TPSS<br>
      &END XC_FUNCTIONAL<br>
    &END XC<br>
  &END DFT<br>
  &SUBSYS<br>
    &CELL<br>
      ABC                          15 15 15<br>
      PERIODIC                     NONE<br>
    &END CELL<br>
    &COORD<br>
    O   0.000000    2.000000    1.934413<br>
    H   0.000000    1.242864    2.520545<br>
    H   0.000000    2.757136    2.520545<br>
    O   2.500000    2.000000    1.934413<br>
    H   2.500000    1.242864    2.520545<br>
    H   2.500000    2.757136    2.520545<br>
    &END COORD<br>
    &KIND                          H<br>
      BASIS_SET 6-311G2df2dp<br>
      POTENTIAL ALL<br>
#     LEBEDEV_GRID 50<br>
#     RADIAL_GRID 100<br>
    &END KIND<br>
    &KIND                          O<br>
      BASIS_SET 6-311G2df2dp<br>
      POTENTIAL ALL<br>
#     LEBEDEV_GRID 50<br>
#     RADIAL_GRID 100<br>
    &END KIND<br>
  &END SUBSYS<br>
&END FORCE_EVAL<br>
<br>
<br>
<br>
<br>
<br>
  Step     Update method      Time    Convergence         Total energy    Change<br>
  ------------------------------------------------------------------------------<br>
     1 OT DIIS     0.15E+00    2.9     0.28680281      -146.4382900749 -1.46E+02<br>
     2 OT DIIS     0.15E+00    3.1     0.13195840      -149.0891226735 -2.65E+00<br>
     3 OT DIIS     0.15E+00    3.1     0.07382722      -144.5227212385  4.57E+00<br>
     4 OT DIIS     0.15E+00    3.1     0.06245914      -139.8841999511  4.64E+00<br>
     5 OT DIIS     0.15E+00    3.1     0.06074041      -138.1516270155  1.73E+00<br>
     6 OT DIIS     0.15E+00    3.1     0.05719345      -134.5732317600  3.58E+00<br>
     7 OT DIIS     0.15E+00    3.0     0.05358596      -135.4770500946 -9.04E-01<br>
     8 OT DIIS     0.15E+00    3.1     0.04959012      -133.4013157915  2.08E+00<br>
     9 OT DIIS     0.15E+00    3.1     0.04795683      -131.0209848308  2.38E+00<br>
    10 OT SD       0.15E+00    3.1     0.04875886      -132.1314640284 -1.11E+00<br>
    11 OT SD       0.15E+00    3.1     0.04693364      -131.1972966478  9.34E-01<br>
    12 OT SD       0.15E+00    3.1     0.04884255      -130.3436218944  8.54E-01<br>
    13 OT SD       0.15E+00    3.1     0.05169549      -129.6474103560  6.96E-01<br>
    14 OT SD       0.15E+00    3.1     0.05528350      -129.1221198131  5.25E-01<br>
    15 OT SD       0.15E+00    3.1     0.05957467      -128.7788404040  3.43E-01<br>
    16 OT SD       0.15E+00    3.0     0.06451268      -128.6327005510  1.46E-01<br>
    17 OT SD       0.15E+00    3.1     0.06997443      -128.7009996096 -6.83E-02<br>
    18 OT DIIS     0.15E+00    3.1     0.07575677      -128.9995502475 -2.99E-01<br>
    19 OT SD       0.15E+00    3.0     0.22963180      -128.5005304404  4.99E-01<br>
    20 OT DIIS     0.15E+00    3.1     0.08627405      -132.8277908379 -4.33E+00<br>
    21 OT SD       0.15E+00    3.1     0.19606169      -128.9623610095  3.87E+00<br>
    22 OT SD       0.15E+00    3.1     0.07829947      -132.2315555415 -3.27E+00<br>
    23 OT SD       0.15E+00    3.1     0.07591620      -132.5237962842 -2.92E-01<br>
    24 OT DIIS     0.15E+00    3.1     0.07924729      -133.0720133162 -5.48E-01<br>
    25 OT DIIS     0.15E+00    3.1     0.09153564      -133.2377568795 -1.66E-01<br>
    26 OT SD       0.15E+00    3.1     0.07143914      -134.4692220686 -1.23E+00<br>
    27 OT SD       0.15E+00    3.1     0.07107611      -134.9375410584 -4.68E-01<br>
    28 OT DIIS     0.15E+00    3.1     0.07255015      -135.5760928203 -6.39E-01<br>
    29 OT SD       0.15E+00    3.1     0.10227544      -139.2661842858 -3.69E+00<br>
    30 OT DIIS     0.15E+00    3.1     0.07013767      -139.3811315094 -1.15E-01<br>
    31 OT DIIS     0.15E+00    3.1     0.11151888      -140.7151200889 -1.33E+00<br>
    32 OT DIIS     0.15E+00    3.1     0.09004388      -139.4325899506  1.28E+00<br>
    33 OT DIIS     0.15E+00    3.1     0.05575003      -141.3654232468 -1.93E+00<br>
    34 OT DIIS     0.15E+00    3.1     0.05924751      -142.3775805771 -1.01E+00<br>
    35 OT DIIS     0.15E+00    3.1     0.04876020      -142.7987211208 -4.21E-01<br>
    36 OT DIIS     0.15E+00    3.1     0.04195398      -143.3829639442 -5.84E-01<br>
    37 OT DIIS     0.15E+00    3.1     0.04316115      -143.8834354918 -5.00E-01<br>
    38 OT SD       0.15E+00    3.1     0.06937889      -143.2120714732  6.71E-01<br>
    39 OT DIIS     0.15E+00    3.1     0.05132779      -144.1106975560 -8.99E-01<br>
    40 OT DIIS     0.15E+00    3.1     0.04064155      -143.7347190323  3.76E-01<br>
<br>
  *** SCF run NOT converged ***<br>
<br>
<br>
<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="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
 To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
 Visit this group at <a href="http://groups.google.com/group/cp2k" target="_blank">http://groups.google.com/group/cp2k</a>.<br>
 For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
<br>
<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="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
Visit this group at <a href="http://groups.google.com/group/cp2k" target="_blank">http://groups.google.com/group/cp2k</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
</div></div></blockquote></div><br></div>