<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Dear Chris,</p>
<p><br>
</p>
<p>The atomic labels must be added in "<span>PP_CHI</span>". <br>
</p>
<p><br>
</p>
<p>In the future versions of the pseudopotentials generated using the ATOMPAW code the atomic labels will be already added (so no need to add them by hand).</p>
<p><br>
</p>
<p>HTH</p>
<p><br>
</p>
<p>Iurii<br>
</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<font size="3" face="'Times New Roman', Times, serif" color="808080">--<br>
<span style="font-family:Cambria,Georgia,serif">Dr. Iurii TIMROV</span><br>
<span style="font-family:Cambria,Georgia,serif">Senior Research Scientist</span></font></div>
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<font size="3" face="'Times New Roman', Times, serif" color="808080"><span style="font-family:Cambria,Georgia,serif">Theory and Simulation of Materials (THEOS)</span></font></div>
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<span style="font-size:12pt; color:rgb(128,128,128); font-family:Cambria,Georgia,serif">Swiss Federal Institute of Technology Lausanne (EPFL</span><font style="font-size:12pt; color:rgb(128,128,128); font-family:"Times New Roman",Times,serif" color="808080"><font face="'Times New Roman', Times, serif"><span style="font-family:Cambria,Georgia,serif">)</span></font></font><br>
</div>
<span style="font-family:Cambria,Georgia,serif"></span><font color="808080"></font><span style="font-family:Cambria,Georgia,serif"></span>
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<span style="font-family:Cambria,Georgia,serif"></span><font size="3" face="'Times New Roman', Times, serif" color="808080"><span style="font-family:Cambria,Georgia,serif">CH-1015 Lausanne, Switzerland</span><br>
<span style="font-family:Cambria,Georgia,serif">+41 21 69 34 881</span></font></div>
<span style="font-family:Cambria,Georgia,serif"></span>
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<span style="font-family:Cambria,Georgia,serif"></span><a href="http://people.epfl.ch/265334" tabindex="0" id="LPNoLP"><span style="font-family:Cambria,Georgia,serif">http://people.epfl.ch/265334</span></a><br>
</div>
</div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> users <users-bounces@lists.quantum-espresso.org> on behalf of Christoph Wolf <wolf.christoph@qns.science><br>
<b>Sent:</b> Wednesday, October 5, 2022 4:51:32 PM<br>
<b>To:</b> Quantum Espresso users Forum<br>
<b>Subject:</b> [QE-users] How to add Hubbard U manifold labels to a PP?</font>
<div> </div>
</div>
<div>
<div dir="ltr">Dear All,
<div><br>
</div>
<div>I am trying the new (QE 7.1) Hubbard U implementation and I am struggling with a pseudopotential that seems to have a format mismatch because it complains:</div>
<div><br>
</div>
<div>Error in routine offset_atom_wfc (1):</div>
<div>The pseudo for Gd  does not contain labels for atomic orbitals! Please add them by hand in the pseudo.<br>
<div><br>
</div>
<div><br>
</div>
<div>The Gd pseudo is from the "RE Wentzcovitch" set of pseudopotentials (PAW PPs: <a href="https://arxiv.org/abs/1408.0863">https://arxiv.org/abs/1408.0863</a> )</div>
<div><br>
</div>
<div>It is true that their header looks very different from the PSLibrary ones, but after trying to figure out how to insert the labels for quite some time I still don't really understand how that works.</div>
<div><br>
</div>
<div>Is  it sufficient to label the WFCs in the PP with an label="5D", for example in the lines that look like this:</div>
<div><br>
</div>
<div><PP_PSWFC.6 type="real" size="  1110" l="2" columns="3"><br>
</div>
<div><br>
</div>
<div>change them to:</div>
<div><br>
</div>
<div> <PP_PSWFC.1 type="real" size="  1110" l="0" columns="3" index="1" label="5S"><br>
 <PP_PSWFC.2 type="real" size="  1110" l="0" columns="3"  index="2" label="6S"><br>
 <PP_PSWFC.3 type="real" size="  1110" l="1" columns="3"  index="3" label="5P"><br>
 <PP_PSWFC.4 type="real" size="  1110" l="1" columns="3"  index="4" label="5P"><br>
 <PP_PSWFC.5 type="real" size="  1110" l="2" columns="3"  index="5" label="5D"><br>
 <PP_PSWFC.6 type="real" size="  1110" l="2" columns="3"  index="6" label="5D"><br>
 <PP_PSWFC.7 type="real" size="  1110" l="3" columns="3"  index="7" label="4F"><br>
 <PP_PSWFC.8 type="real" size="  1110" l="3" columns="3" index="8" label="4F"><br>
</div>
<div><br>
</div>
<div>Because that still leads to the error I got in the beginning.</div>
<div><br>
</div>
<div>Any help is much appreciated!</div>
<div><br>
</div>
<div>Chris </div>
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">Group Leader "Theory of Quantum Systems at Surfaces"<br>
IBS Center for Quantum Nanoscience<br>
Seoul, South Korea
<blockquote type="cite" style="font-size:12.8px">
<div dir="ltr">
<div>
<div dir="ltr"></div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</body>
</html>