<div dir="ltr">Thank you very much for your advice dear Herr Hutter.<div><br></div><div>Evgeniy<br><br>вторник, 20 июня 2017 г., 15:20:36 UTC+3 пользователь jgh написал:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi
<br>
<br>this is a recurring question in this mailing list. Have a look at previous discussions for additional insight.
<br>
<br>The problem is related to the handling of real space grids and the assignment of basis functions to these grids.
<br>If you want to see a more or less smooth convergence using the single cutoff value you have to disable multiple
<br>grids (NGRIDS 1).
<br>An expert usage of multiple grids with special settings of
<br>- CUTOFF
<br>- REL_CUTOFF
<br>- NGRIDS
<br>- MULTIGRID_CUTOFF
<br>can also be used, but requires insight into the algorithms used.
<br>
<br>regards
<br>
<br>Juerg
<br>------------------------------<wbr>------------------------------<wbr>--
<br>Juerg Hutter Phone : ++41 44 635 4491
<br>Institut für Chemie C FAX : ++41 44 635 6838
<br>Universität Zürich E-mail: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="DSsAAdQ2BQAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">hut...@chem.uzh.ch</a>
<br>Winterthurerstrasse 190
<br>CH-8057 Zürich, Switzerland
<br>------------------------------<wbr>------------------------------<wbr>---
<br>
<br>-----<a href="javascript:" target="_blank" gdf-obfuscated-mailto="DSsAAdQ2BQAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a> wrote: -----To: cp2k <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="DSsAAdQ2BQAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>>
<br>From: Evgeniy Gr
<br>Sent by: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="DSsAAdQ2BQAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>
<br>Date: 06/20/2017 01:04PM
<br>Subject: [CP2K:9130] cutoff value optimization question
<br>
<br>Hi! I am a beginner in CP2K and I encountered with such problem: when I carried out the test CUTOFF value optimization in single point mode the total energy has significant changes even at large CUTOFF values (350-500 Ry). The REL_CUTOFF value is constant (60 Ry). For test example I chose the small maleimide molecule. I tried to enlarge the cell volume (ABC = 30, 30, 30), but for larger cell I obtained the same picture for TOTAL_E changes. What am I doing wrong? I will be very grateful for your advices. My ultimate goal is to study the mechanisms of organic reactions in a solvent medium by DFT molecular dynamics.CUTOFF (Ry) TOTAL_E
<br>50 -64.842624462853280
<br>150 -66.596463098602229
<br>200 -66.596086697673911
<br>250 -66.593017494126642
<br>300 -66.591148878993607
<br>350 -66.590341443197801
<br>400 -66.590268413708017
<br>450 -66.590267280865888
<br>500 -66.590221265788742
<br>
<br>
<br>Input File:
<br>&GLOBAL
<br> PROJECT maleimide-CUT50
<br> RUN_TYPE ENERGY
<br> PRINT_LEVEL MEDIUM
<br>&END GLOBAL
<br>&FORCE_EVAL
<br> METHOD Quickstep
<br> &SUBSYS
<br> &KIND C
<br> ELEMENT C
<br> BASIS_SET DZVP-GTH-q4
<br> POTENTIAL GTH-BP-q4
<br> &END KIND
<br> &KIND N
<br> ELEMENT N
<br> BASIS_SET DZVP-GTH-q5
<br> POTENTIAL GTH-BP-q5
<br> &END KIND
<br> &KIND O
<br> ELEMENT O
<br> BASIS_SET DZVP-GTH-q6
<br> POTENTIAL GTH-BP-q6
<br> &END KIND
<br> &KIND H
<br> ELEMENT H
<br> BASIS_SET DZVP-GTH-q1
<br> POTENTIAL GTH-BP-q1
<br> &END KIND
<br> &CELL
<br> A 15.00000000 0.000000000 0.000000000
<br> B 0.000000000 15.00000000 0.000000000
<br> C 0.000000000 0.000000000 15.00000000
<br> &END CELL
<br> &COORD
<br> C -1.34450 -0.60000 0.00000
<br> C -1.34450 0.75700 0.00000
<br> C -0.02500 -0.91990 0.00000
<br> C -0.02500 1.07680 0.00000
<br> N 0.91900 0.07840 0.00000
<br> O 0.31260 -2.08220 0.00000
<br> O 0.31270 2.23910 0.00000
<br> H -2.23620 -1.24920 0.00000
<br> H -2.23620 1.40620 0.00000
<br> H 1.92530 0.07840 0.00000
<br> &END COORD
<br> &END SUBSYS
<br> &DFT
<br> BASIS_SET_FILE_NAME GTH_BASIS_SETS
<br> POTENTIAL_FILE_NAME GTH_POTENTIALS
<br> &QS
<br> EPS_DEFAULT 1.0E-9
<br> &END QS
<br> &MGRID
<br> NGRIDS 4
<br> CUTOFF 50
<br> REL_CUTOFF 60
<br> &END MGRID
<br> &XC
<br> &XC_FUNCTIONAL BP
<br> &END XC_FUNCTIONAL
<br> &END XC
<br> &SCF
<br> SCF_GUESS ATOMIC
<br> EPS_SCF 1.0E-7
<br> MAX_SCF 1
<br> &DIAGONALIZATION ON
<br> ALGORITHM STANDARD
<br> &END DIAGONALIZATION
<br> &MIXING T
<br> METHOD BROYDEN_MIXING
<br> ALPHA 0.4
<br> BETA 0.5
<br> NBROYDEN 8
<br> &END MIXING
<br> &END SCF
<br> &END DFT
<br> &PRINT
<br> &TOTAL_NUMBERS ON
<br> &END TOTAL_NUMBERS
<br> &END PRINT
<br>&END FORCE_EVAL
<br>
<br>Evgeniy
<br>
<br>
<br>
<br>--
<br>
<br>You received this message because you are subscribed to the Google Groups "cp2k" group.
<br>
<br>To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="DSsAAdQ2BQAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp2k+uns...@googlegroups.<wbr>com</a>.
<br>
<br>To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="DSsAAdQ2BQAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>.
<br>
<br>Visit this group at <a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>.
<br>
<br>For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>.
<br>
<br>
<br></blockquote></div></div>