<div dir="ltr">Hello CP2K users<div><br></div><div>I wanted to understand what is the effect of adding +U correction to the energies of calculations without any U. For example, I have a Cu atom for which I am interested in finding the DFT and DFT+U energy. I have provided the input file below. </div><div><br></div><div>In an attempt to see what U does, I looked at the Fermi energies of the two calculations. When I do an energy run without any U, I get the Fermi energy to be -0.163318 Ha while upon inclusion of U=5.0 eV, I get the Fermi energy to be -0.16497 Ha. The difference (Energy with U - Energy without U) is -0.05 eV. This means that adding U shifts the energy levels of the electronic states to more negative values. I tried the same calculation with VASP and I get the same difference in fermi energies to be +0.12 eV. I was thinking that adding U would shift the fermi energy to more positive values compared to when no U is applied. Is that correct? </div><div><br></div><div>Secondly, with respect to the DFT energy of a Cu atom, in CP2K, the effect of U is negligible. Adding U =5.0 eV gives a "DFT+U energy:    0.00000001917427", which is almost zero. However, Using VASP,  when U=5.0 eV was turned on, the DFT energy of Cu atom becomes more positive by +1.2 eV compared to calculation without U. Could someone help me with what is going on? or if there are some changes to the input file that may fix this issue of almost zero DFT+U energy?</div><div><br></div><div>On a different note, I was thinking that since Cu atom has all the d electrons filled and paired up, application of U to these d electrons would not change the electronic occupations and hence would not change the DFT+U energy. But from VASP it did look like the electronic occupations were not changed much by inclusion of U but the energies did change considerable. I was confused what is going on. </div><div><br></div><div>Finally, I used PLUS_U_METHOD LOWDIN since MULLIKEN/MULLIKEN_CHARGES gave me the following warnings. Does this change the above things by any chance? I don't think so. But if it does, please let me know any suggestions to get rid of the warning. </div><div>







<p class="p1"> *** 13:28:53 WARNING in dft_plus_u:mulliken_charges :: DFT+U energy       ***</p>
<p class="p1"> *** contibution is negative possibly due to unphysical Mulliken charges.  ***</p>
<p class="p1"> *** Check your input, if this warning persists or try a different method! ***</p><p class="p1"><br></p><p class="p1">Input file:</p><p class="p1"><br></p><p class="p1">&FORCE_EVAL</p><p class="p1">  METHOD Quickstep</p><p class="p1">  &DFT</p><p class="p1">    PLUS_U_METHOD LOWDIN </p><p class="p1">    UKS</p><p class="p1">    BASIS_SET_FILE_NAME /home/siyemperumal/GTH_BASIS_SETS_5-12-10</p><p class="p1">    POTENTIAL_FILE_NAME /home/siyemperumal/GTH_POTENTIALS_5-12-10</p><p class="p1">    WFN_RESTART_FILE_NAME mol-RESTART.wfn</p><p class="p1">    &MGRID</p><p class="p1">      CUTOFF 300</p><p class="p1">    &END MGRID</p><p class="p1">    &QS</p><p class="p1">      WF_INTERPOLATION ASPC</p><p class="p1">      EXTRAPOLATION_ORDER 3</p><p class="p1">    &END QS</p><p class="p1">    &SCF</p><p class="p1">     EPS_SCF 1.E-6 </p><p class="p1">     SCF_GUESS RESTART</p><p class="p1">     MAX_SCF 500</p><p class="p1">     &DIAGONALIZATION<br></p><p class="p1">       ALGORITHM STANDARD </p><p class="p1">     &END DIAGONALIZATION</p><p class="p1">     ADDED_MOS 60</p><p class="p1">     &SMEAR  ON</p><p class="p1">         METHOD FERMI_DIRAC</p><p class="p1">         ELECTRONIC_TEMPERATURE [K] 300      </p><p class="p1">     &END SMEAR</p><p class="p1">     &MIXING</p><p class="p1">          METHOD DIRECT_P_MIXING </p><p class="p1">     &END MIXING</p><p class="p1">    &END SCF</p><p class="p1">    &XC</p><p class="p1">      &XC_FUNCTIONAL PBE</p><p class="p1">      &END XC_FUNCTIONAL</p><p class="p1">      &VDW_POTENTIAL</p><p class="p1">         DISPERSION_FUNCTIONAL PAIR_POTENTIAL</p><p class="p1">         &PAIR_POTENTIAL</p><p class="p1">            TYPE DFTD3(BJ)</p><p class="p1">            PARAMETER_FILE_NAME /home/siyemperumal/Research/cp2k/package/cp2k/data/dftd3.dat </p><p class="p1">            REFERENCE_FUNCTIONAL PBE</p><p class="p1">    &PRINT_DFTD MEDIUM<br></p><p class="p1"><span class="Apple-tab-span">       </span>    &END PRINT_DFTD</p><p class="p1">         &END PAIR_POTENTIAL</p><p class="p1">      &END VDW_POTENTIAL</p><p class="p1">    &END XC</p><p class="p1">  &PRINT</p><p class="p1">    &MO</p><p class="p1">      EIGENVALUES</p><p class="p1">      OCCUPATION_NUMBERS</p><p class="p1">      &EACH</p><p class="p1">        QS_SCF 0</p><p class="p1">      &END EACH</p><p class="p1">    &END MO</p><p class="p1">  &END PRINT</p><p class="p1">  &END DFT</p><p class="p1">  &SUBSYS</p><p class="p1">    &CELL</p><p class="p1">      ABC 12.00 13.00 14.00 </p><p class="p1">      PERIODIC NONE </p><p class="p1">    &END CELL</p><p class="p1">    &COORD<br></p><p class="p1">Cu         0.0000153980        0.0000010425        0.0006891492</p><p class="p1">    &END COORD</p><p class="p1">    &KIND Cu <br></p><p class="p1">      BASIS_SET DZVP-MOLOPT-SR-GTH </p><p class="p1">      POTENTIAL GTH-PBE-q11</p><p class="p1">#I remove the following DFT calculation. I also tried ramping and other associated keywords but with no success. </p><p class="p1">      &DFT_PLUS_U</p><p class="p1">         L 2</p><p class="p1">         U_MINUS_J [eV] 5.00</p><p class="p1">      &END  DFT_PLUS_U<br></p><p class="p1">  &END SUBSYS<br></p><p class="p1">&END FORCE_EVAL</p><p class="p1">&GLOBAL</p><p class="p1">  PROJECT mol</p><p class="p1">  RUN_TYPE ENERGY </p><p class="p1">  PRINT_LEVEL LOW<br></p><p class="p1">




















































































































</p><p class="p1">&END GLOBAL</p><p class="p1"><br></p><p class="p1"><br></p></div>







</div>