[CP2K-user] [CP2K:16127] Cell Optimization Not Converged for Copper

GENG YUAN yuangeng0821 at gmail.com
Tue Oct 26 21:02:47 UTC 2021


Dear CP2K Users,

I am attempting to run the cell optimization for a single bulk Cu (with 72 
atoms). However, the SCF calculation can not converge: It reached the 
maximum number of optimization steps (500) and therefore exit the 
optimization. 

I also tried changing the original lattice in my simulation (with 
associated coordinate) but it didn't work either.

So far, the cell optimization only converged when I use a smaller bulk Cu 
(with 32 atoms). But we'd like to run a larger system.

I've attached my input, output, the original Cu coordinate, as well as the 
trajectory during cell optimization here for your convenience. Any ideas 
are welcome! 

Below is the input:
-----------------------------
&GLOBAL
  PROJECT Cu_cellopt
  RUN_TYPE CELL_OPT
  PRINT_LEVEL LOW
&END GLOBAL
&FORCE_EVAL
  METHOD QS
  STRESS_TENSOR ANALYTICAL
  &SUBSYS
    &CELL
      ABC 10.83 10.83 7.22
      SYMMETRY TETRAGONAL
    &END CELL
    &TOPOLOGY
     COORD_FILE_NAME ./Cu332.xyz
     COORDINATE xyz
    &END
    &KIND Cu
      BASIS_SET DZVP-MOLOPT-SR-GTH
      POTENTIAL GTH-PBE-q11
    &END KIND
  &END SUBSYS
  &DFT
    BASIS_SET_FILE_NAME ./BASIS_MOLOPT
    POTENTIAL_FILE_NAME ./GTH_POTENTIALS
    &QS
      EPS_DEFAULT 1.0E-12
    &END QS
    &MGRID
      CUTOFF 400
      NGRIDS 5
      REL_CUTOFF 60
    &END MGRID
    &SCF
      SCF_GUESS ATOMIC
      EPS_SCF 1.0E-06
      MAX_SCF 200
      ADDED_MOS 100
      &OUTER_SCF
        MAX_SCF 50
        EPS_SCF 1.0E-6
      &END
      &DIAGONALIZATION T
        ALGORITHM STANDARD
      &END DIAGONALIZATION
      &MIXING T
        METHOD BROYDEN_MIXING
        ALPHA 0.1
        NBROYDEN 8
      &END MIXING
      &SMEAR ON
        METHOD FERMI_DIRAC
        ELECTRONIC_TEMPERATURE [K] 500
      &END SMEAR
      &PRINT
        &RESTART ON
        &END RESTART
      &END PRINT
    &END SCF
    &XC
      &XC_FUNCTIONAL
         &LIBXC
           FUNCTIONAL XC_GGA_X_PBE_R
         &END
         &LIBXC
           FUNCTIONAL XC_GGA_C_PBE
         &END
      &END XC_FUNCTIONAL
      &VDW_POTENTIAL
         POTENTIAL_TYPE PAIR_POTENTIAL
         &PAIR_POTENTIAL
            LONG_RANGE_CORRECTION
            PARAMETER_FILE_NAME dftd3.dat
            TYPE DFTD3
            REFERENCE_FUNCTIONAL revPBE
         &END PAIR_POTENTIAL
       &END VDW_POTENTIAL
       &XC_GRID
        XC_DERIV NN50_SMOOTH
       &END XC_GRID
    &END XC
  &END DFT
&END FORCE_EVAL
&MOTION
  &CELL_OPT
    EXTERNAL_PRESSURE 0
    TYPE DIRECT_CELL_OPT
    KEEP_SYMMETRY TRUE
    MAX_DR    1.0E-05
    MAX_FORCE 1.0E-05
    RMS_DR    1.0E-05    
    RMS_FORCE 1.0E-05
    MAX_ITER 500
    OPTIMIZER BFGS
  &END CELL_OPT
&END MOTION 
------------------------------------
Many thanks,
Geng.

-- 
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+unsubscribe at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/6e75296d-eecd-4691-8e6b-560464b59bebn%40googlegroups.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20211026/43a3c19a/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trajectory.xyz
Type: chemical/x-xyz
Size: 2364500 bytes
Desc: not available
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20211026/43a3c19a/attachment.xyz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Cu332.xyz
Type: chemical/x-xyz
Size: 1343 bytes
Desc: not available
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20211026/43a3c19a/attachment-0001.xyz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: heacell.out
Type: application/octet-stream
Size: 2833239 bytes
Desc: not available
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20211026/43a3c19a/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: heacell.inp
Type: chemical/x-gamess-input
Size: 1951 bytes
Desc: not available
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20211026/43a3c19a/attachment.inp>


More information about the CP2K-user mailing list