<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>I have fixed the code and now it should work: <a href="https://gitlab.com/QEF/q-e/-/merge_requests/1973/diffs" class="OWAAutoLink" id="LPlnk291019" previewremoved="true">
https://gitlab.com/QEF/q-e/-/merge_requests/1973/diffs</a></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> Thursday, October 6, 2022 5:32:58 AM<br>
<b>To:</b> Quantum Espresso users Forum<br>
<b>Subject:</b> Re: [QE-users] How to add Hubbard U manifold labels to a PP?</font>
<div> </div>
</div>
<div>
<div dir="ltr">Dear Iurii,
<div><br>
</div>
<div>just a short follow-up: the error disappears (but I can't say if the resulting calculation will be any good) if I overwrite the 0.00 occupation with a small number, say 0.01 in the pseudo file directly. I tested this for this pseudo: Mg.pbe-spn-kjpaw_psl.1.0.0.UPF
 (3S^2 3P0 configuration)</div>
<div><br>
</div>
<div>if I apply a Hubbard U on 3s and 3p I will get the occupation error. If I try to overwrite the occupation of the 3p using </div>
<div><br>
</div>
<div>Hubbard_occ(1,1) = 2</div>
<div>Hubbard_occ(1,2) = 0.1</div>
<div><br>
</div>
<div>It does not work. But if I put the 0.1 directly in the pseudo</div>
<div><br>
</div>
<div><PP_CHI.4 type="real" size="1129" columns="4" index="4" label="3P" l="1" <b>
occupation="0.100000000000000E+000"</b> n="3"<br>
</div>
<div><br>
</div>
<div>It works. I wonder if I use Hubbard_occ correctly?<br clear="all">
<div><br>
</div>
<div>In this case I only had an Mg atom in a cell so there is no room for mistakes regarding atom indices etc. </div>
<div><br>
</div>
<div>&control<br>
 calculation='scf',<br>
 prefix='pwscf',<br>
 pseudo_dir= '$PSEUDO_DIR',<br>
 outdir = './tmp',<br>
/<br>
&system<br>
  ibrav  = 1<br>
  A      = 20<br>
  nat    = 1<br>
  ntyp   = 1<br>
 ecutwfc = 60<br>
 ecutrho = 600<br>
 occupations ='smearing'<br>
 smearing    = 'mv'<br>
 degauss    = 0.005<br>
 nspin =2<br>
 starting_magnetization(1)=1.00<br>
 hubbard_occ(1,1) = 2.0<br>
 hubbard_occ(1,2) = 0.10<br>
/<br>
&electrons<br>
 conv_thr=1.d-7,<br>
 mixing_beta=0.3<br>
 electron_maxstep=500<br>
/<br>
&IONS<br>
/<br>
<br>
ATOMIC_SPECIES<br>
Mg  25.305   Mg.pbe-spn-kjpaw_psl.1.0.0.UPF<br>
<br>
<br>
ATOMIC_POSITIONS (angstrom)<br>
Mg 0.0000000000 0.0000000000 0.0000000000 <br>
<br>
<br>
K_POINTS {automatic}<br>
1 1 1 0 0 0<br>
<br>
HUBBARD ortho-atomic<br>
U Mg-3S 9.0<br>
U Mg-3P 1.0<br>
</div>
<div><br>
</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>