<div dir="ltr">Dear Juerg, <div><br></div><div>Thanks for your answer.</div><div>1) the PBE value for B is 89 GPa.</div><div>2) I also tried with higher cutoff and REF_CUTOFF, but it didn't change.</div><div><br></div>
<div><div>&MGRID</div><div>      NGRIDS 8</div><div>      CUTOFF 500</div><div>      REL_CUTOFF  60</div><div>    &END MGRID</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 12, 2013 at 2:40 PM,  <span dir="ltr"><<a href="mailto:hut...@pci.uzh.ch" target="_blank">hut...@pci.uzh.ch</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
two things to do:<br>
1) What is the official PBE value for this quantity?<br>
2) Use a REF_CELL and a high enough cutoff (has to be tested)<br>
   in order to get a smooth enough pressure curve<br>
<br>
regards<br>
<br>
Juerg<br>
<br>
--------------------------------------------------------------<br>
Juerg Hutter                         Phone : <a href="tel:%2B%2B41%2044%20635%204491" value="+41446354491">++41 44 635 4491</a><br>
Physical Chemistry Institute   FAX   : <a href="tel:%2B%2B41%2044%20635%206838" value="+41446356838">++41 44 635 6838</a><br>
University of Zurich               E-mail:  <a href="mailto:hut...@pci.uzh.ch">hut...@pci.uzh.ch</a><br>
Winterthurerstrasse 190<br>
CH-8057 Zurich, Switzerland<br>
---------------------------------------------------------------<br>
<br>
-----<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a> wrote: -----<br>
To: <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><br>
From: leila<br>
Sent by: <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><br>
Date: 08/12/2013 11:57AM<br>
Subject: [CP2K:4549] Bulk modulus of silicon with CP2K<br>
<div class="HOEnZb"><div class="h5"><br>
Hi all, <br>
<br>
I simulated the silicon with 64 atoms and calculated the energy-volume plot and fitted with murnaghan.<br>
I found the lattice parameter 5.48 A ( lattice parameter in experiment is 5.44 A), That is OK but the bulk modulus is 63 GPa that is very low. (B_exp = 100 GPa)<br>
I really don' t know why cp2k gets B so low???<br>
<br>
I tried with DZVP basis set and PBE functional with 280 Ryd cut off for density.<br>
I also checked with TZVP, it is not changing so much. It is 66 GPa.<br>
Can anybody help me with that?<br>
You can find my inputfile in below.<br>
<br>
&GLOBAL<br>
  PROJECT si64-10.88A<br>
  PRINT_LEVEL LOW<br>
  RUN_TYPE GEO_OPT<br>
&END GLOBAL<br>
&MOTION<br>
  &CELL_OPT<br>
    TYPE GEO_OPT<br>
    OPTIMIZER CG<br>
    MAX_ITER 20<br>
    EXTERNAL_PRESSURE [bar] 1.0<br>
    MAX_DR 0.02<br>
    RMS_DR 0.01<br>
    MAX_FORCE 0.0002<br>
    RMS_FORCE 0.0001<br>
    KEEP_ANGLES<br>
    &CG<br>
      &LINE_SEARCH<br>
        TYPE 2PNT<br>
        &2PNT<br>
        &END<br>
      &END<br>
    &END<br>
  &END<br>
  &GEO_OPT<br>
    MAX_ITER 200<br>
    MINIMIZER BFGS<br>
  &END<br>
  &PRINT<br>
    &STRESS<br>
    &END STRESS<br>
    &RESTART<br>
      &EACH<br>
        CELL_OPT 1<br>
      &END<br>
    &END<br>
  &END<br>
&END<br>
&FORCE_EVAL<br>
  METHOD QS<br>
  STRESS_TENSOR ANALYTICAL<br>
  &DFT<br>
    BASIS_SET_FILE_NAME ./BASIS_MOLOPT<br>
    POTENTIAL_FILE_NAME ./GTH_POTENTIALS<br>
    &MGRID<br>
      CUTOFF 280<br>
    &END MGRID<br>
    &QS<br>
      METHOD GPW<br>
    &END QS<br>
    &SCF<br>
      SCF_GUESS RESTART<br>
      MAX_SCF 20<br>
      EPS_SCF 1.0e-5<br>
      &OUTER_SCF<br>
      EPS_SCF 1.0E-5<br>
      &END<br>
      &OT ON<br>
#        MINIMIZER DIIS<br>
         ROTATION<br>
      &END OT<br>
      &PRINT<br>
        &RESTART<br>
          BACKUP_COPIES 0<br>
        &END RESTART<br>
      &END PRINT<br>
    &END SCF<br>
    &XC<br>
      &XC_FUNCTIONAL PBE<br>
      &END XC_FUNCTIONAL<br>
      &vdW_POTENTIAL<br>
         DISPERSION_FUNCTIONAL PAIR_POTENTIAL<br>
         &PAIR_POTENTIAL<br>
            TYPE DFTD3<br>
            CALCULATE_C9_TERM .TRUE.<br>
            REFERENCE_C9_TERM .TRUE.<br>
            LONG_RANGE_CORRECTION .TRUE.<br>
            PARAMETER_FILE_NAME ./dftd3.dat<br>
            REFERENCE_FUNCTIONAL PBE<br>
            R_CUTOFF 8.<br>
            EPS_CN 0.01<br>
         &END PAIR_POTENTIAL<br>
      &END vdW_POTENTIAL<br>
    &END XC<br>
  &END DFT<br>
  &SUBSYS<br>
    &TOPOLOGY<br>
      COORD_FILE_NAME ./GEOMETRY.xyz<br>
      COORDINATE XYZ<br>
#      CONNECTIVITY OFF<br>
    &END TOPOLOGY<br>
    &KIND Si<br>
      BASIS_SET DZVP-MOLOPT-SR-GTH<br>
#      BASIS_SET SZV-MOLOPT-SR-GTH<br>
#       BASIS_SET TZVP-MOLOPT-GTH<br>
      POTENTIAL GTH-PBE-q4<br>
    &END<br>
    &CELL<br>
      ABC    10.88  10.88 10.88<br>
    &END<br>
  &END SUBSYS<br>
 &END<br>
  --<br>
 You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
 To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
 To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
 Visit this group at <a href="http://groups.google.com/group/cp2k" target="_blank">http://groups.google.com/group/cp2k</a>.<br>
 For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
  <br>
  <br>
<br>
<br>
--<br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
Visit this group at <a href="http://groups.google.com/group/cp2k" target="_blank">http://groups.google.com/group/cp2k</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
<br>
<br>
</div></div></blockquote></div><br></div>