[CP2K-user] [CP2K:18839] Unreal cell parameters obtained after CELL_OPT

Diego López diegolopal at gmail.com
Wed May 24 12:08:15 UTC 2023


Dear all,

I have been trying to optimize a unit cell of the 2D semiconductor CrSBr 
using GPW method implemented in CP2K. The initial cell parameters were a = 
3.6 A, b = 4.8 A and c = 25.0 A (obtained from previous calculations with 
Quantum Espresso and in good agreement with experimental data). After 128 
optimization cycles the geometry is optimized and the obtained cell 
parameters were a = 3.64 A and b = 6.60 A, which leads to a meaningless 
structure since there is no longer a 2D structure. Also the geometry of the 
unit cell is really distorted. Any suggestions to improve the accuracy of 
my calculation? Thank you in advanced.

I used this input:

&GLOBAL
  PROJECT test2
  RUN_TYPE CELL_OPT
  PRINT_LEVEL MEDIUM
&END GLOBAL

&FORCE_EVAL
  METHOD Quickstep              ! Electronic structure method (DFT,...)
  STRESS_TENSOR ANALYTICAL
  &DFT
    BASIS_SET_FILE_NAME  /BASIS_MOLOPT
    POTENTIAL_FILE_NAME  /GTH_POTENTIALS
    MULTIPLICITY 7
    &POISSON                    ! Solver requested for non periodic 
calculations
      PERIODIC XYZ
    &END POISSON
     &XC
      &XC_FUNCTIONAL PBE
      &END XC_FUNCTIONAL
     &END XC
    &SCF
      SCF_GUESS SPARSE
      MAX_SCF 100
      &OT
      PRECONDITIONER FULL_KINETIC
      MINIMIZER CG
      &END OT
      &OUTER_SCF
       MAX_SCF 50
      &END
    &END SCF
    &MGRID
      NGRIDS 4
      CUTOFF 550
      REL_CUTOFF 90
    &END MGRID
    &QS
       METHOD GPW
    &END
  &END DFT
  &SUBSYS
    &CELL
      ABC 3.601367151 4.818258107 25.0
      ALPHA_BETA_GAMMA 90 90 90
      PERIODIC XYZ
      SYMMETRY ORTHORHOMBIC
    &END CELL
    &TOPOLOGY                    ! Section used to center the atomic 
coordinates in the given box. Useful for big molecules
      COORD_FILE_FORMAT xyz
      COORD_FILE_NAME  ./crsbr.xyz
    &END
    &KIND Cr
      ELEMENT Cr
      BASIS_SET DZVP-MOLOPT-SR-GTH
      POTENTIAL GTH-PBE-q14
      MAGNETIZATION 3.0
    &END KIND
    &KIND S
      ELEMENT S
      BASIS_SET TZV2P-MOLOPT-GTH
      POTENTIAL GTH-PBE-q6
    &END KIND
    &KIND Br
      ELEMENT Br
      BASIS_SET DZVP-MOLOPT-SR-GTH
      POTENTIAL GTH-PBE-q7
    &END KIND
  &END SUBSYS
&END FORCE_EVAL
&MOTION
  &CELL_OPT
    TYPE DIRECT_CELL_OPT
    MAX_DR    1.0E-03
    MAX_FORCE 1.0E-03
    RMS_DR    1.0E-03
    RMS_FORCE 1.0E-03
    MAX_ITER 200
    OPTIMIZER BFGS
    KEEP_SYMMETRY
  &END CELL_OPT
 &GEO_OPT
    MAX_DR    1.0E-03
    MAX_FORCE 1.0E-03
    RMS_DR    1.0E-03
    RMS_FORCE 1.0E-03
    OPTIMIZER BFGS
  &END GEO_OPT
&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 on the web visit https://groups.google.com/d/msgid/cp2k/ffb8824d-4222-4ba7-8a85-f0a99c49ee46n%40googlegroups.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20230524/679f0a05/attachment.htm>


More information about the CP2K-user mailing list