<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi Tobias<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I hope the problem is resolved in the current CP2K trunk version after the latest fix.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">In spite of having settled that issue hopefully, I would recommend to use the default TYPE DIRECT_CELL_OPT with CELL_OPT which is usually more efficient than
 TYPE GEO_OPT.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Best regards<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Matthias<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> cp...@googlegroups.com [mailto:cp...@googlegroups.com]
<b>On Behalf Of </b>Tobias Binninger<br>
<b>Sent:</b> 26 October 2017 11:35<br>
<b>To:</b> cp2k<br>
<b>Subject:</b> Re: [CP2K:9594] KEEP_ANGLES not possible in CELL_OPT using BFGS<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Hi Matthias,<br>
<br>
sorry for the incomplete input. Here is a complete input directly specifying atomic coordinates. Also, I reduced the MULTIPLE_UNIT_CELL to 1 1 1 and the CUTOFF to 300. In this way, it should run quite fast.<br>
<br>
&GLOBAL<br>
  PROJECT SnO2<br>
  RUN_TYPE CELL_OPT<br>
  PRINT_LEVEL LOW<br>
&END GLOBAL<br>
<br>
&FORCE_EVAL<br>
  METHOD QS<br>
  STRESS_TENSOR ANALYTICAL<br>
<br>
  &SUBSYS<br>
    &CELL<br>
      ABC 5.0 5.1 3.3<br>
      MULTIPLE_UNIT_CELL 1 1 1<br>
    &END CELL<br>
    &COORD<br>
      Sn     0.0       0.0      0.0<br>
      Sn     2.5       2.5     1.65<br>
      O      1.7       1.7     0.0<br>
      O      3.3       3.4     0.1<br>
      O      3.8       1.2     1.6<br>
      O      1.1       3.9     1.7<br>
    &END COORD<br>
    &KIND Sn<br>
      BASIS_SET DZVP-MOLOPT-SR-GTH<br>
      POTENTIAL GTH-PBE-q4<br>
    &END KIND<br>
    &KIND O<br>
      BASIS_SET DZVP-MOLOPT-SR-GTH<br>
      POTENTIAL GTH-PBE-q6<br>
    &END KIND<br>
  &END SUBSYS<br>
<br>
  &DFT<br>
    BASIS_SET_FILE_NAME BASIS_MOLOPT<br>
    POTENTIAL_FILE_NAME GTH_POTENTIALS<br>
    SPIN_POLARIZED T<br>
    MULTIPLICITY 1<br>
    &QS<br>
      EPS_DEFAULT 1.0E-8<br>
      METHOD GAPW<br>
    &END QS<br>
    &MGRID<br>
      NGRIDS 5<br>
      CUTOFF 300<br>
      REL_CUTOFF 60<br>
    &END MGRID<br>
    &SCF<br>
      SCF_GUESS ATOMIC<br>
      EPS_SCF 1.0E-06<br>
      MAX_SCF 1000<br>
      &OT<br>
        ALGORITHM IRAC<br>
        ENERGY_GAP 0.001<br>
        PRECONDITIONER FULL_ALL<br>
      &END OT<br>
    &END SCF<br>
    &XC<br>
      &XC_FUNCTIONAL PBE<br>
      &END XC_FUNCTIONAL<br>
    &END XC<br>
  &END DFT<br>
<br>
&END FORCE_EVAL<br>
<br>
&MOTION<br>
<br>
  &CELL_OPT<br>
    TYPE GEO_OPT<br>
    MAX_DR    1.0E-03<br>
    MAX_FORCE 1.0E-03<br>
    RMS_DR    1.0E-03    <br>
    RMS_FORCE 1.0E-03<br>
    MAX_ITER 200<br>
    KEEP_ANGLES  T<br>
    OPTIMIZER BFGS<br>
  &END CELL_OPT<br>
<br>
  &GEO_OPT<br>
    TYPE MINIMIZATION<br>
    MAX_DR    1.0E-03<br>
    MAX_FORCE 1.0E-03<br>
    RMS_DR    1.0E-03    <br>
    RMS_FORCE 1.0E-03<br>
    MAX_ITER 200<br>
    OPTIMIZER BFGS<br>
  &END GEO_OPT<br>
<br>
  &CONSTRAINT<br>
    &FIXED_ATOMS<br>
      COMPONENTS_TO_FIX XYZ<br>
      LIST 1<br>
    &END FIXED_ATOMS<br>
  &END CONSTRAINT<br>
<br>
&END MOTION<br>
<br>
Best regards,<br>
Tobias<o:p></o:p></p>
</div>
<p class="MsoNormal">-- <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+unsu...@googlegroups.com">cp2k+unsu...@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="https://groups.google.com/group/cp2k">https://groups.google.com/group/cp2k</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<o:p></o:p></p>
</div>
</body>
</html>