<div dir="ltr">Hi,<div><br></div><div>How to activate the ddapc correction? I checked both EXPLICIT_ORBITALS and MAURI_SPZ methods for a charged (+1) box with PBC, the results of the two are exactly the same.</div><div><br></div><div>Best,</div><div>Xiaoming Wang<br><br>On Monday, January 8, 2018 at 11:40:50 AM UTC-5, jgh wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi
<br>
<br>yes, I think you are right. This SIC method calculates the
<br>electrostatic correction using the same Poisson solver as used
<br>for the full density. For PBC this means that the G=0 term is
<br>neglected and the SIC correction is calculated using a uniform
<br>background charge.
<br>
<br>The methods in "calc_v_sic_rspace" use a correction, see
<br>"cp_ddapc_apply_CD" to avoid this problem. A similar correction
<br>would have to be added to the methods in "sic_explicit_orbitals".
<br>
<br>The following SIC functionals have a PBC correction
<br>AD
<br>MAURI_SPZ
<br>MAURI_US
<br>
<br>No PBC correction is done for
<br>EXPLICIT_ORBITALS (scaled) Perdew-Zunger correction explicitly on a set of orbitals.
<br>
<br>best
<br>
<br>Juerg Hutter
<br>
<br>------------------------------<wbr>------------------------------<wbr>--
<br>Juerg Hutter                         Phone : ++41 44 635 4491
<br>Institut für Chemie C                FAX   : ++41 44 635 6838
<br>Universität Zürich                   E-mail: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="k_YBEc_LAAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">hut...@chem.uzh.ch</a>
<br>Winterthurerstrasse 190
<br>CH-8057 Zürich, Switzerland
<br>------------------------------<wbr>------------------------------<wbr>---
<br>
<br>-----<a href="javascript:" target="_blank" gdf-obfuscated-mailto="k_YBEc_LAAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a> wrote: -----
<br>To: cp2k <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="k_YBEc_LAAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>>
<br>From: Xiaoming Wang 
<br>Sent by: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="k_YBEc_LAAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>
<br>Date: 01/08/2018 06:23AM
<br>Subject: [CP2K:9842] SIC in qs_ks_utils.F
<br>
<br>Hello,
<br>
<br>In the lines 613 and 614 of the subroutine qs_ks_utils.F, key operations of the SIC correction are shown:
<br> CALL pw_poisson_solve(poisson_env, orb_rho_g%pw, ener, work_v_gspace%pw)  
<br>energy%hartree = energy%hartree-dft_control%<wbr>sic_scaling_a*ener 
<br>The first line calculates the electrostatic energy of the unpaired electron (self-interaction) and the second line subtracts this energy from the total Hartree energy. For open boundary calculations, this is correct, since the electrostatic energy calculated this way is the self-interaction energy. However, for periodic boundary conditions, the electrostatic energy calculated by the first line is not the self-interaction energy. Instead, the interaction energy of the unpaired electron and its periodic images is also included!! (Please correct me if I am wrong.)
<br> So it seems that to do a correct SIC calculation for PBC systems, one needs to either add back the interaction energy of the unpaired electron and its periodic images using perhaps Ewald summation method (not sure) or correct the self-interaction term by changing a poisson solver. Is it possible to calculate the Hartree energy using non-periodic poisson solver, say multipole, for a periodic system?
<br>
<br>Best,
<br>Xiaoming
<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="javascript:" target="_blank" gdf-obfuscated-mailto="k_YBEc_LAAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp2k+uns...@googlegroups.<wbr>com</a>.
<br> To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="k_YBEc_LAAAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>.
<br> Visit this group at <a href="https://groups.google.com/group/cp2k" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/group/cp2k';return true;" onclick="this.href='https://groups.google.com/group/cp2k';return true;">https://groups.google.com/<wbr>group/cp2k</a>.
<br> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>.
<br> 
<br></blockquote></div></div>