[CP2K-user] [CP2K:21185] Getting positive energy values in xyz file. solution is also not converging

Gayathri ch19d202 at smail.iitm.ac.in
Fri Feb 21 10:00:12 UTC 2025


Hi, 

I am trying to optimize Al2O3 structure and used the following settings in 
cp2k. Did multiple trials, the simulation is running but I am getting high 
positive values of energy when each time the geometry is updated in the 
.xyz file. 

I face the same issue with OT, SCF guess atomic trialsas well. i took the 
cif file of alumina from Crystallography open database.

Can somebody let me know where I am going wrong? Thank you 

&GLOBAL
  PROJECT Al2O3
  RUN_TYPE GEO_OPT
  PRINT_LEVEL MEDIUM
&END GLOBAL

&FORCE_EVAL
  METHOD QS
  &DFT
    UKS
    BASIS_SET_FILE_NAME  BASIS_MOLOPT
    POTENTIAL_FILE_NAME  GTH_POTENTIALS
    &MGRID
      CUTOFF 600
    &END MGRID
    &QS
      METHOD GPW
    &END QS
    &SCF
      SCF_GUESS RESTART
      EPS_SCF 1.0E-6
      MAX_SCF 300
    &END SCF
   &XC
         &XC_FUNCTIONAL PBE
         &END XC_FUNCTIONAL
         &XC_GRID
            XC_DERIV NN10_SMOOTH
            XC_SMOOTH_RHO NONE
          &END XC_GRID
      &VDW_POTENTIAL
        DISPERSION_FUNCTIONAL  PAIR_POTENTIAL
        &PAIR_POTENTIAL
          TYPE DFTD3
            REFERENCE_FUNCTIONAL PBE
            CALCULATE_C9_TERM .TRUE.
            PARAMETER_FILE_NAME dftd3.dat
            R_CUTOFF 15.0
            VERBOSE_OUTPUT .TRUE.
        &END PAIR_POTENTIAL
      &END VDW_POTENTIAL
    &END XC
  &END DFT

  &SUBSYS
    &CELL
      A 5.53 0.00 0.00
      B 0.00 8.33 0.00
      C 0.00 0.00 6.36
      PERIODIC XYZ
   MULTIPLE_UNIT_CELL 2 2 2
    &END CELL
   
    &COORD
     Al2O3.xyz
&END COORD

&KIND O
      BASIS_SET DZVP-MOLOPT-GTH
      POTENTIAL GTH-PBE-q6
    &END KIND

&KIND H
      BASIS_SET DZVP-MOLOPT-GTH
      POTENTIAL GTH-PBE-q1
    &END KIND

    &KIND Al
      BASIS_SET DZVP-MOLOPT-SR-GTH
      POTENTIAL GTH-PBE-q3
    &END KIND

&END SUBSYS
&END FORCE_EVAL
&MOTION
 &GEO_OPT
    OPTIMIZER BFGS 
    MAX_ITER   6000
    MAX_FORCE  1.00D-4 
    TYPE MINIMIZATION
   &END
&END MOTION

-- 
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 visit https://groups.google.com/d/msgid/cp2k/26999cbb-c81b-4941-bc35-63c434c67b18n%40googlegroups.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20250221/57b7f7f9/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output file.PNG
Type: image/png
Size: 9954 bytes
Desc: not available
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20250221/57b7f7f9/attachment-0001.png>


More information about the CP2K-user mailing list