<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Batang;
        panose-1:2 3 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@Batang";
        panose-1:2 3 6 0 0 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:Arial;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Well, I guess I&#8217;ve just fixed the
problem by recovering a few lines which were commented out originally in lapw2.F,
&nbsp;describing that in the case of including SO, just artificially increase
the number of electrons twice (elecn=elecn*2.0d0, around line 207 in lapw2.F)
then estimate the Fermi level, and then recover the number of electrons to the
original value. After modifying the code that way, lapw2 estimates the Fermi
level correctly with &#8211;SO flag, and the resultant optical spectra also
seems correct. Do you have any comment about this?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Chang-Youn <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
wien-bounces@zeus.theochem.tuwien.ac.at
[mailto:wien-bounces@zeus.theochem.tuwien.ac.at] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Moon, Chang-Youn<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, September 27, 2005
3:30 PM<br>
<b><span style='font-weight:bold'>To:</span></b>
wien@zeus.theochem.tuwien.ac.at<br>
<b><span style='font-weight:bold'>Subject:</span></b> [Wien] Calulating optical
property with spin-orbit coupling</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Dear users,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I&#8217;m trying to calculate the optical property of an
semiconductor material, and I&#8217;m following the user&#8217;s guide for
non-spin polarized calculation with spin-orbit (SO) &nbsp;interaction (page
127). When I didn&#8217;t include the SO switch, the resultant optical spectra
( the imaginary part of dielectric matrix) seemed to be reasonable, but when I
did include the SO, the spectra seemed to be very strange. I guess it resulted
from the erroneous estimation of Fermi level in executing lapw2 with
&#8211;fermi and &#8211;so switch to generate weight files. When SO is
included, the number of band becomes doubled because in this case the spin-up
and spin-down states merge. Then, the number of occupied band should be also
doubled, but I found that the lapw2 execution with &#8211;fermi and &#8211;so
switch also just gave me the same number of occupied band with the case without
&#8211;so switch, &nbsp;and hence giving erroneously low value of Fermi level.
I tried to fix this problem by goring through the source codes, but I
couldn&#8217;t. Do you think this is definitely a bug of the program, or I did
something wrong? I attach the first few lines (for one k-point) of
&#8216;case.weight&#8217; files with (case.weight1) and without (case.weight2)
&#8211;SO flag in executing lapw2 with &#8211;fermi flag. You&#8217;ll see the
evident error in determining the Fermi level in the latter case comparing to
the former one. &nbsp;I&#8217;m using wien2k version 3 released on 18/01/2003.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Chang-Youn Moon<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>National Renewable Energy Laboratory<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>