<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Dear wien2k developers,</p>
<p><br>
</p>
<p>I would like to know does the wien2k calculation with spin scaling (xc1) give a consistent total energy value? I looked up the subroutines in SRC_lapw0, particularly in
<span>vxclm2.f</span> and only found the scaled exchange potential:<br>
</p>
<p></p>
<div>            vhelp=vxu<br>
            vxu=(vxu*(1.d0+xc1)+vxd*(1-d0-xc1))/2.d0<br>
            vxd=(vhelp*(1.d0-xc1)+vxd*(1-d0+xc1))/2.d0<br>
</div>
I wonder if it also gives the total energy. Also, I have problem finding where the total energy is calculated, can anyone point it out to me? Thanks.<br>
<p></p>
</div>
</body>
</html>