<p>Dear CP2K developers and users,</p>
<p>I am trying to reproduce C 1s and O 1s binding energies (from XPS simulation) using CP2K, following the methodology described in the Supporting Information of the following paper:</p><p><strong>“Selective Capture and Activation of CO₂ over Ag(111) via Metal–Support Interactions on a Designed Cu–Ag Alloy Surface”</strong><br />
<em>Q. Guo, J. Zhang, Y. Xie, J. Zhao, X. Li, Y. Zhang, W. Qiao, Z. Wu,</em><br />
<strong>Small</strong> <em>2024</em>, <strong>20</strong> (e.g., page numbers), DOI: <strong>10.1002/smll.202408432</strong>.</p><p>“Slater transition potential method with half-core hole approximation using GAPW and all-electron basis sets.”</p>
<p>According to the SI, they:</p><ul>
<li>
<p>Performed geometry optimization with GPW + GTH pseudopotentials</p>
</li>
<li>
<p>Switched to <strong>GAPW</strong></p>
</li>
<li>
<p>Treated C and O as <strong>all-electron (no pseudopotentials)</strong></p>
</li>
<li>
<p>Used <strong>6-311G</strong> all-electron basis sets</p>
</li>
<li>
<p>Applied the <strong>Slater transition potential method (half-core-hole)</strong></p>
</li>
<li>
<p>Extracted binding energies from <strong>core-level eigenvalues after removing half an electron</strong></p></li></ul><p>```</p><p>I have added the following in the input file of my final states (with core-hole).</p><p>    &XAS <br />      RESTART .FALSE.<br />      METHOD TP_HH        <br />      STATE_TYPE 1S    <br />      ATOMS_LIST 37       ! target atom index<br />      ADDED_MOS 200<br /><br />      &SCF<br />        MAX_SCF 300<br />        EPS_SCF 1.0E-6<br /><br />        &MIXING<br />          METHOD BROYDEN_MIXING<br />          ALPHA 0.2<br />          NBROYDEN 10<br />        &END MIXING<br /><br />        &SMEAR<br />          METHOD FERMI_DIRAC<br />          ELECTRONIC_TEMPERATURE 500<br />        &END SMEAR<br />      &END SCF<br /><br />      &LOCALIZE<br />      &END LOCALIZE<br />    &END XAS</p><p>```</p><p>But the calculation keeps give me the same total energy as the initial state (without core-hole). I'd appreciate if someone can point out the mistake? Thank you in advance for any advice or examples you can share. </p><p><br /></p><p>With best regards,</p><p>Harry</p>

<p></p>

-- <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+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br />
To view this discussion visit <a href="https://groups.google.com/d/msgid/cp2k/f89cc892-a83a-41a0-b92a-1d250067e246n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/f89cc892-a83a-41a0-b92a-1d250067e246n%40googlegroups.com</a>.<br />