<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">In the case.outputdmup file that I
      received from you, you have:<br>
      <br>
      symm. operation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp; so-det=&nbsp; 0.000000000000000E+000<br>
      <br>
      The "stop error" here is because it was caught by the following
      check statement in SRC_lapwdm/sym.f:<br>
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp; if (abs(1.-abs(det(i))).gt.1d-2) then<br>
      &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;write(6,*)'symm. operation ',i,' so-det=',det(i)<br>
      &nbsp;&nbsp;&nbsp; &nbsp;STOP<br>
      &nbsp;&nbsp;&nbsp; &nbsp;end if<br>
      <br>
      I don't know the reasoning behind the check that might give
      insight into a solution.&nbsp; Maybe someone else more familiar with
      the so-det will comment.<br>
      <br>
      On 11/1/2013 5:19 AM, inukai manabu wrote:<br>
    </div>
    <blockquote
      cite="mid:799295.11770.qm@web100216.mail.kks.yahoo.co.jp"
      type="cite">
      <table cellpadding="0" cellspacing="0" border="0">
        <tbody>
          <tr>
            <td style="font: inherit;" valign="top">
              <pre>Dear users,

I have encountered an error, when I run a calculation with the following command:
---------------------------------
 runsp_c_lapw -so -orb -i 1 -NI
---------------------------------
 runsp_c_lapw -so -orbdu -i 1 -NI
---------------------------------


&gt;   stop error

&gt;   lapwdm -up  -so -c        (20:24:07) 0.013u 0.003s 0:00.01 100.0%        0+0k 0+32io 0pf+0w
293.138u 7.564s 1:32.55 324.8%        0+0k 0+18760io 0pf+0w
  0.416628272698630        1583.85827165264        1584.10827166790     
&gt;   lapw2 -c -up -so           (20:22:35)  WARNING: EF not accurate, new emin,emax,NE-min,NE-max  0.416628272687763     
&gt;   lapwso -up -c -orb         (20:17:07) 489.129u 23.690s 5:27.07 156.7%        0+0k 0+3635432io 0pf+0w
copy Cd6Yb.vectorup to Cd6Yb.vectordn
228.674u 12.790s 1:37.37 247.9%        0+0k 0+1364784io 0pf+0w
&gt;   lapw1  -c -up           (20:15:25)  IPASS set to 1 in lopw.f
&gt;   lapw0         (20:14:20) 64.412u 0.525s 1:05.15 99.6%        0+0k 0+29200io 0pf+0w

I use WIEN2k ver. 12 on CentOS 6 x86_64. 

Best Regards,
M. Inukai
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <br>
    </blockquote>
    <br>
  </body>
</html>