<div dir="ltr">Thanks,<br><br>I thought about that but I checked only overlapping between As-As and S-S, while it seems that there are As-S overlapping.<br><br>Daniele<br><br>Il giorno lunedì 14 novembre 2016 09:24:02 UTC+1, Matt W ha scritto:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Hi,<div><br></div><div>I'd suggest you double,triple, quadruple check your cell parameters and geometry before anything else. It seems to me likely that somehow you have ovelapping atoms in periodic images.</div><div><br></div><div>Matt<br><br>On Sunday, November 13, 2016 at 6:32:02 PM UTC, Daniele Fontanari wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear CP2K users<br><br>I'm very new to the software and DFT in general.<br>Hope this is the right place to ask this question.<br><br>I'd like to use CP2K to find structures of solids through geometry optimization runs.<br>I thought that a good strategy for preliminary calculations was to take a known structure (a crystal whose atom positions are known) and run a geometry optimization on it.<br>My hope would be that it is possible to judge the "goodness" of the used parameters by finding a relaxed structure close to the experimental.<br><br>I tried to work with As2S3 (on a cell counting 8 atoms of As and 12 atoms of S). My first optimization run managed to decrease a lot the energy but completely destroyed the structure of the molecule, to understand what is going on I tried to compute the forces on the atoms in my experimental configuration and it appears that the total force is close to 0, the forces on almost all the atoms are close to 0 except on 2 couples As As and S S where there are enormous (but with 0 resultant) forces. Might this be an anomaly source of the issue? <br><br>Is there someone that can help me? Did I use bad potentials/basis/xc functional? Not fine enough grids? bad scf algorithms for this system?<br><br>Thanks in advance.<br><br><br><br>Here it is the cp2k code, I tried to keep it simple, a thing might be useful to know is that without the OT method the SCF run oscillates and apparently doesn't converge.<br><br> &GLOBAL<br>  PROJECT As2S3_forces_calc<br>  RUN_TYPE ENERGY_FORCE<br>  PRINT_LEVEL LOW<br>&END GLOBAL<br>&FORCE_EVAL<br>  METHOD QS<br>  &SUBSYS<br>    &CELL<br>      ABC 11.475 9.577 4.256<br>      ALPHA_BETA_GAMMA 90.0 90.68 90.0<br>    &END CELL<br>    &TOPOLOGY<br>      COORD_FILE_FORMAT XYZ<br>      COORD_FILE_NAME As2S3.xyz<br>    &END TOPOLOGY<br>    &KIND S<br>      BASIS_SET TZV2P-GTH<br>      POTENTIAL GTH-PADE<br>    &END KIND<br>    &KIND As<br>      BASIS_SET TZV2P-MOLOPT-SR-GTH<br>      POTENTIAL GTH-PADE<br>    &END KIND<br>  &END SUBSYS<br>  &DFT<br>    BASIS_SET_FILE_NAME BASIS_MOLOPT_UCL<br>    BASIS_SET_FILE_NAME GTH_BASIS_SETS<br>    POTENTIAL_FILE_NAME GTH_POTENTIALS<br>    &SCF<br>      SCF_GUESS RESTART<br>      MAX_SCF 500<br>      &OT .TRUE.<br>      &END OT<br>    &END SCF<br>    &XC<br>      &XC_FUNCTIONAL PADE<br>      &END XC_FUNCTIONAL<br>    &END XC<br>  &END DFT<br>  &PRINT<br>    &FORCES ON<br>    &END FORCES<br> &END PRINT<br>&END FORCE_EVAL<br><br>MY_BASIS_SETS is generated by<br><br>$ cat GTH_BASIS_SETS BASIS_MOLOPT_UCL > MY_BASIS_SET<br><br>As2S3.xyz:<br>20<br>As2S3 (A,B,C)=(11.475 A, 9.577 A, 4.256 A) (alpha,beta,gamma)=(90.0°,90.<wbr>68°,90.0°)<br>As     -2.87968     3.78519    -1.78703<br>As     -6.29671     8.38345     4.62715<br>As     -7.89374     4.70768     1.81738<br>As     -1.28266     7.46095     1.02274<br>As     -4.79404     4.29440     1.17991<br>As     -4.38236     7.87423     1.66021<br>As    -10.88155     5.01715    -0.01930<br>As      1.70516     7.15148     2.85942<br>S      -4.38840     2.75627    -0.40167<br>S      -4.78799     9.41236     3.24179<br>S      -9.07372     4.85434     3.77704<br>S      -0.10268     7.31429    -0.93692<br>S      -2.91319     3.98145     2.45383<br>S      -6.26321     8.18718     0.38629<br>S      -9.35548     3.43549     0.63482<br>S       0.17909     8.73314     2.20530<br>S      -0.92786     3.77410    -0.59081<br>S      -8.24854     8.39453     3.43094<br>S      -6.41721     2.99693     2.18326<br>S      -2.75919     9.17170     0.65686<br><br>the output (minus the SFC run and the timing informations) (look at atoms 1-2 and 13-14!):<br> DBCSR| Multiplication driver                        <wbr>                       XSMM<br> DBCSR| Multrec recursion limit                         <wbr>                     512<br> DBCSR| Multiplication stack size                          <wbr>                 1000<br> DBCSR| Maximum elements for images                        <wbr>            UNLIMITED<br> DBCSR| Multiplicative factor virtual images                        <wbr>           1<br> DBCSR| Randmat seed                          <wbr>                          12341313<br> DBCSR| Multiplication size stacks                        <wbr>                     3<br> DBCSR| Number of 3D layers                        <wbr>                       SINGLE<br> DBCSR| Use MPI memory allocation                    <wbr>                          T<br> DBCSR| Use RMA algorithm                     <wbr>                              <wbr>   F<br> DBCSR| Use Communication thread                        <wbr>                       T<br> DBCSR| Communication thread load                          <wbr>                   87<br><br><br>  **** **** ******  **  PROGRAM STARTED AT               2016-11-13 18:55:20.125<br> ***** ** ***  *** **   PROGRAM STARTED ON                pinco.pallino<br> **    ****   ******    PROGRAM STARTED BY                            <wbr>  fontanar<br> ***** **    ** ** **   PROGRAM PROCESS ID                            <wbr>     92218<br>  **** **  *******  **  PROGRAM STARTED IN /home/fontanar/<br><br> CP2K| version string:                    CP2K version 5.0 (Development Version)<br> CP2K| source code revision number:                       <wbr>                      <br> CP2K| cp2kflags: libint fftw3 libxc parallel mpi3 scalapack libxsmm libgrid lib<br> CP2K|            deriv_max_am1=6 libint_max_am=8<br> CP2K| is freely available from                          <wbr>  <a href="https://www.cp2k.org/" rel="nofollow" target="_blank" onmousedown="this.href='https://www.google.com/url?q\x3dhttps%3A%2F%2Fwww.cp2k.org%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGfVcO-N5NB7N3TAEnS5gfaeLhNAA';return true;" onclick="this.href='https://www.google.com/url?q\x3dhttps%3A%2F%2Fwww.cp2k.org%2F\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGfVcO-N5NB7N3TAEnS5gfaeLhNAA';return true;">https://www.cp2k.org/</a><br> CP2K| Program compiled at                        sam. nov.  5 22:37:09 CET 2016<br> CP2K| Program compiled on                            <wbr>    pinco.pallino<br> CP2K| Program compiled for                           <wbr>                 impi<br> CP2K| Data directory path                          <wbr>    /home/fontanar/cp2k/data<br> CP2K| Input file name                          <wbr>                As2S3_forces.inp<br>...<br>...<br>...<br>  Electronic density on regular grids:       -111.9999999385        0.0000000615<br>  Core density on regular grids:              111.9999999829       -0.0000000171<br>  Total charge density on r-space grids:        0.0000000444<br>  Total charge density g-space grids:           0.0000000444<br><br>  Overlap energy of the core charge distribution:              92.65065405538122<br>  Self energy of the core charge distribution:               -398.65263980352455<br>  Core Hamiltonian energy:                       <wbr>             105.34301297451202<br>  Hartree energy:                       <wbr>                      196.75976380751200<br>  Exchange-correlation energy:                       <wbr>         -41.98461449052979<br><br>  Total energy:                       <wbr>                        -45.88382345664910<br><br> ENERGY| Total FORCE_EVAL ( QS ) energy (a.u.):              -45.883823518851351<br><br><br> ATOMIC FORCES in [a.u.]<br><br> # Atom   Kind   Element          X              Y              Z<br>      1      1      As        -18.30244796  -211.32223506    15.97738109<br>      2      1      As         18.30955215   211.29826724   -15.97476790<br>      3      1      As          0.03033974    -0.01535037    -0.02243601<br>      4      1      As         -0.03033573     0.01527827     0.02246948<br>      5      1      As         -0.06302510    -0.01399788    -0.06420679<br>      6      1      As          0.06288169     0.01397371     0.06420477<br>      7      1      As         -0.14318658     0.03752386     0.05230394<br>      8      1      As          0.14341018    -0.03742549    -0.05230464<br>      9      2      S          -0.04378316    -0.00438881     0.05507047<br>     10      2      S           0.04393888     0.00437103    -0.05527078<br>     11      2      S           0.15237734     0.06345576    -0.07781696<br>     12      2      S          -0.15250573    -0.06340104     0.07801514<br>     13      2      S          18.35579677   211.32485524   -15.99099261<br>     14      2      S         -18.36294583  -211.30098802    15.98856882<br>     15      2      S          -0.00508091    -0.11845479     0.09971522<br>     16      2      S           0.00502481     0.11846616    -0.09985495<br>     17      2      S           0.00456838    -0.00974499     0.01222899<br>     18      2      S          -0.00470629     0.00972000    -0.01233881<br>     19      2      S           0.00523795     0.02733833    -0.00734223<br>     20      2      S          -0.00512153    -0.02726010     0.00737305<br> SUM OF ATOMIC FORCES          -0.00001092     0.00000307    -0.00000070     0.00001136<br></div></blockquote></div></div></blockquote></div>