<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 14pt; color: #000000"><div><pre>Dear Gavin<br>Thank you very much for your response. Dear, after I performed compilations according to your comments,    this error is appeared in scf calculations:<br>Error: check so-det value(s) in case.outputdm[up/dn]<br>Please if it is possible for you let me know how to solve this problem.<br>Yours.<br>Hossein<br><br>EuFe4Sb12.outputdmup is as follows:<br><br><br>MAGNETIC SYSTEM WITH SPIN-ORBIT COUPLING<br> <br> ATOMS AND ORB. NUMBERS TO BE CONSIDERED:<br> ATOM TYPE 1 L: 3<br> ATOM TYPE 2 L: 2<br> ATOM TYPE 3 L: 2<br><br><br><br><br> --------------------------------------------------<br> S T R U C T U R A L I N F O R M A T I O N<br> --------------------------------------------------<br><br><br> SUBSTANCE = Title <br><br> LATTICE = B <br> LATTICE CONSTANTS ARE = 17.1050520 17.1050520 17.1050520<br> NUMBER OF ATOMS IN UNITCELL = 3<br> MODE OF CALCULATION IS = RELA<br> BR1, BR2<br> 0.36733 0.00000 0.00000 0.00000 0.36733 0.36733<br> 0.00000 0.36733 0.00000 0.36733 0.00000 0.36733<br> 0.00000 0.00000 0.36733 0.36733 0.36733 0.00000<br> alpha test 1.57079632679490 1.57079632679490 <br> 1.57079632679490 <br> SO= T<br> Spin-polarized + s-o calculation, M|| 0.000 0.000 1.000<br> alpha test 1.57079632679490 1.57079632679490 <br> 1.57079632679490 <br> alpha test 1.57079632679490 1.57079632679490 <br> 1.57079632679490 <br> 0.0 0.0 angle (M,z), angle (M,x) deg<br> SYMMETRY OPERATIONS IN SPIN COORD. SYSTEM<br> <br> symm. operation 2 so-det= 0.000000000000000E+000<br><br></pre></div><div><br></div><hr id="zwchr" data-marker="__DIVIDER__"><div data-marker="__HEADERS__"><b>From: </b>"Gavin Abo" <gsabo@crimson.ua.edu><br><b>To: </b>"A Mailing list for WIEN2k users" <wien@zeus.theochem.tuwien.ac.at><br><b>Sent: </b>Tuesday, July 7, 2015 4:39:23 AM<br><b>Subject: </b>Re: [Wien] Error in LAPW2DM<br></div><div><br></div><div data-marker="__QUOTED_TEXT__"><div class="moz-cite-prefix">Yes, I'm creating the patches from the files.<br> <br> For example, if you have a 'new' source code file with changes that were made to the 'old' source code file, I create the patch file with [ <a class="moz-txt-link-freetext" href="https://en.wikipedia.org/wiki/Patch_(Unix)" target="_blank" data-mce-href="https://en.wikipedia.org/wiki/Patch_(Unix)">https://en.wikipedia.org/wiki/Patch_(Unix)</a> ]:<br> <br> diff old.f new.f > my.patch<br> <br> So the patch just contains the text differences between the two files (old.f and new.f).<br> <br> So I used SRC_symmetso/clmchange.f in the original WIEN2k 14.2 archive (WIEN2k_14.2.tar).  I saved the clmchange.f attachment from the post [ <a href="http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12361.html" target="_blank" data-mce-href="http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12361.html">http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12361.html</a> ] as clmchange_new.f.<br> <br> Then, I generated the patch with:<br> <br> diff clmchange.f clmchange_new.f > clmchange.patch<br> <br> This can be convenient, because the -b option can be used to create a backup of the original file or -R can be used to reverse the changes when using patch [ <a class="moz-txt-link-freetext" href="http://manpages.ubuntu.com/manpages/hardy/man1/patch.1.html" target="_blank" data-mce-href="http://manpages.ubuntu.com/manpages/hardy/man1/patch.1.html">http://manpages.ubuntu.com/manpages/hardy/man1/patch.1.html</a> ].<br> <br> If you are managing a large set of patches, there is also quilt [ <a class="moz-txt-link-freetext" href="http://manpages.ubuntu.com/manpages/hardy/man1/quilt.1.html" target="_blank" data-mce-href="http://manpages.ubuntu.com/manpages/hardy/man1/quilt.1.html">http://manpages.ubuntu.com/manpages/hardy/man1/quilt.1.html</a> ].<br> <br> On 7/6/2015 6:59 PM, Laurence Marks wrote:<br></div><blockquote cite="mid:CANkSMZDmHBjwWPKz2YDdGxgJPB_0ds0qRi4Q3MYFLJmshY9Wjg@mail.gmail.com"><p dir="ltr">Dear Gavin,</p><p dir="ltr">I like the idea of a patch directory. You are creating them from the files?</p><p dir="ltr">---<br> Professor Laurence Marks<br> Department of Materials Science and Engineering<br> Northwestern University<br> <a href="http://www.numis.northwestern.edu" target="_blank" data-mce-href="http://www.numis.northwestern.edu">http://www.numis.northwestern.edu</a><br> Corrosion in 4D <a href="http://MURI4D.numis.northwestern.edu" target="_blank" data-mce-href="http://MURI4D.numis.northwestern.edu">http://MURI4D.numis.northwestern.edu</a><br> Co-Editor, Acta Cryst A<br> "Research is to see what everybody else has seen, and to think what nobody else has thought"<br> Albert Szent-Gyorgi</p><div class="gmail_quote">On Jul 6, 2015 19:19, "Gavin Abo" <<a href="mailto:gsabo@crimson.ua.edu" target="_blank" data-mce-href="mailto:gsabo@crimson.ua.edu">gsabo@crimson.ua.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin: 0 0 0          .8ex; border-left: 1px #ccc solid; padding-left: 1ex;" data-mce-style="margin: 0 0 0          .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><div><div>Did you apply the source code fix to symmetso's clmchange.f of WIEN2k 14.2 and accept the new structure generated by symmetso during initso [ <a href="http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12523.html" target="_blank" data-mce-href="http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12523.html"> http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12523.html</a> ]?<br> <br> There is clmchange.f at:<br> <br> <a href="http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12361.html" target="_blank" data-mce-href="http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12361.html">http://www.mail-archive.com/wien%40zeus.theochem.tuwien.ac.at/msg12361.html</a><br> <br> or you might be interested in using clmchange.patch instead at:<br> <br> <a href="https://github.com/gsabo/WIEN2k-Patches/tree/master/14.2" target="_blank" data-mce-href="https://github.com/gsabo/WIEN2k-Patches/tree/master/14.2">https://github.com/gsabo/WIEN2k-Patches/tree/master/14.2</a><br> <br> (click "WIEN2k-Patches" link, then "Download ZIP" button)<br> <br> On 7/6/2015 4:05 AM, <a href="mailto:rahnama@hsu.ac.ir" target="_blank" data-mce-href="mailto:rahnama@hsu.ac.ir"> rahnama@hsu.ac.ir</a> wrote:<br></div><blockquote><div style="font-family: arial,helvetica,sans-serif; font-size: 14pt; color: #000000;" data-mce-style="font-family: arial,helvetica,sans-serif; font-size: 14pt; color: #000000;"><div><pre style="font-family: courier,'courier new',monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19.6000003814697px; text-align: start; text-indent: 0px; text-transform: none; word-spacing: 0px; background-color: #ffffff;" data-mce-style="font-family: courier,'courier new',monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19.6000003814697px; text-align: start; text-indent: 0px; text-transform: none; word-spacing: 0px; background-color: #ffffff;">Dear Wien2k users,
I tried to run GGA+U calculation with structure of EuFe4Sb12. I am having problem at the lapwdm step when both -so and -orb are turned on(Error in LAPW2DM). Also,There is not any errors if I run with only the -orb option (no spin-orbit coupling)or visa versa.
</pre><pre style="font-family: courier,'courier new',monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19.6000003814697px; text-align: start; text-indent: 0px; text-transform: none; word-spacing: 0px; background-color: #ffffff;" data-mce-style="font-family: courier,'courier new',monospace; font-size: 14px; white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19.6000003814697px; text-align: start; text-indent: 0px; text-transform: none; word-spacing: 0px; background-color: #ffffff;">Your guidance to solve this problem will be greatly appreciated.
Yours,
Hossein</pre></div></div></blockquote></div></blockquote></div><br><fieldset class="mimeAttachmentHeader"></fieldset><br><pre>_______________________________________________
Wien mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank" data-mce-href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a>
<a class="moz-txt-link-freetext" href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank" data-mce-href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a>
SEARCH the MAILING-LIST at:  <a class="moz-txt-link-freetext" href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" target="_blank" data-mce-href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a>
</pre></blockquote><br> <br>_______________________________________________<br>Wien mailing list<br>Wien@zeus.theochem.tuwien.ac.at<br>http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien<br>SEARCH the MAILING-LIST at:  http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html<br></div></div></body></html>