<div dir="ltr"><div>Thanks, Prof. Marks,</div><div><br></div><div>I apologize for my mistake but it was at line number 22 so as a non-coding background Wien2k user I could not get it.</div><div>Thanks for the updated file.</div><div><br></div><div><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><span style="font-size:12.8px"><br></span></div>Regards</div><div>Bhamu</div><div><br></div><div><br></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Sun, Aug 19, 2018 at 12:03 PM, Laurence Marks <span dir="ltr"><<a href="mailto:L-marks@northwestern.edu" target="_blank">L-marks@northwestern.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">No it needs to be Jac<b>o</b>bian not Jacbian. Use the attached.<div><br></div><div>N.B., the bug only effects the line "write(21,100)Jacobian(1:<wbr>NJacs) " which could give a NaN and crash with some compilation options (not the Wien2k defaults).</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 19, 2018 at 1:23 AM, Dr. K. C. Bhamu <span dir="ltr"><<a href="mailto:kcbhamu85@gmail.com" target="_blank">kcbhamu85@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>
<div dir="ltr">
<div>Okay,</div>
<div>The available part of the code is;</div>
<div><br>
</div>
<div>
<div>
<div class="gmail_extra">!<br>
        Jacbian=0<br>
!        <br>
        rel1=0.5D0<br>
        rel2=1.D0-rel1<br>
        if(.not.HaveDiags)then<br>
                rel2=1.D0<br>
                rel1=0.D0<br>
                if(verbose)write(21,101)'Diago<wbr>nal Reset'<br>
!       else<br>
!               if(verbose)write(21,101)'Diago<wbr>nal Used'<br>
        endif</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><u>Maybe we need to make a change as below:</u></div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">!<br>
<font size="2"><span style="color:rgb(0,0,255)"><b>!       <br>
</b></span></font></div>
<div class="gmail_extra"><font size="2"><span style="color:rgb(0,0,255)"><b>        Jacbian=0</b></span></font><br>
        rel1=0.5D0<br>
        rel2=1.D0-rel1<br>
        if(.not.HaveDiags)then<br>
                rel2=1.D0<br>
                rel1=0.D0<br>
                if(verbose)write(21,101)'Diago<wbr>nal Reset'<br>
!       else<br>
!               if(verbose)write(21,101)'Diago<wbr>nal Used'<br>
        endif<br>
<br>
</div><div><div class="m_-7311853481941909172h5">
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sun, Aug 19, 2018 at 11:01 AM, Laurence Marks <span dir="ltr">
<<a href="mailto:L-marks@northwestern.edu" target="_blank">L-marks@northwestern.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">No, add the line Jacobian=0 before it. Do not delete the line rel1=0.5, that will lead to chaos.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sun, Aug 19, 2018 at 12:10 AM, Dr. K. C. Bhamu <span dir="ltr">
<<a href="mailto:kcbhamu85@gmail.com" target="_blank">kcbhamu85@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<div dir="ltr">
<div>In wien2k_18.1 Line number 24 is " rel1=0.5D0"</div>
<div>You advised changing " rel1=0.5D0" to "Jacobian=0". Right?<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div class="m_-7311853481941909172m_637226842335069125gmail-m_-8609582494843861699m_-1617528141009175113gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr"><span style="font-size:12.8px"><br>
</span></div>
<div dir="ltr"><span style="font-size:12.8px"><br>
</span></div>
<div dir="ltr"><span style="font-size:12.8px"><br>
</span></div>
Happy Sunday!!</div>
<div dir="ltr"><br>
</div>
<div dir="ltr"><br>
</div>
<div>regards</div>
<div>Bhamu</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="gmail_quote">On Mon, Aug 13, 2018 at 8:34 PM, Laurence Marks <span dir="ltr">
<<a href="mailto:L-marks@northwestern.edu" target="_blank">L-marks@northwestern.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">Line 24 of ScaleDiag.F, please change to
<div>
<div>        Jacobian=0 </div>
<div><br>
</div>
<div>(It was a typo, the version shipped has "Jacbian")</div>
<span class="m_-7311853481941909172m_637226842335069125gmail-m_-8609582494843861699m_-1617528141009175113HOEnZb"><font color="#888888">
<div><br>
</div>
-- <br>
<div class="m_-7311853481941909172m_637226842335069125gmail-m_-8609582494843861699m_-1617528141009175113m_-3398363433018447176gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr"><span style="font-size:12.8px">Professor Laurence Marks</span><br>
</div>
<div dir="ltr"><span style="font-size:12.8px">"Research is to see what everybody else has seen, and to think what nobody else has thought", </span><span style="font-size:12.8px">Albert Szent-Gyorgi</span><br>
<a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a> ; <span style="font-size:12.8px">C<wbr>orrosion in 4D:
</span><a href="http://MURI4D.numis.northwestern.edu" style="font-size:12.8px" target="_blank">MURI4D.numis.northwestern.edu</a>
<div><span style="font-size:12.8px">Partner of the CFW 100% program for gender equity, </span><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cfw.org_100-2Dpercent&d=DwMFaQ&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=-jw092glayN_2rJ9kRs7veIeo6my1fqlDSi5MBwT32g&s=s4OhJffT2utdth4fcqLZNKyvXIXlc6hVoksT9p5FK10&e=" style="font-size:12.8px" target="_blank">www.cfw.org/100-percen<wbr>t</a></div>
<div>Co-Editor, Acta Cryst A</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</font></span></div>
</div>
<br>
______________________________<wbr>_________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.a<wbr>t</a><br>
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__zeus.theochem.tuwien.ac.at_mailman_listinfo_wien&d=DwMFaQ&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=-jw092glayN_2rJ9kRs7veIeo6my1fqlDSi5MBwT32g&s=qS3ac9ctTaeh0fq7WiF4lTJyvbDe0vtIv16awTKZqks&e=" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.ac<wbr>.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.mail-2Darchive.com_wien-40zeus.theochem.tuwien.ac.at_index.html&d=DwMFaQ&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=-jw092glayN_2rJ9kRs7veIeo6my1fqlDSi5MBwT32g&s=XusUSFKC_QDf-vbOGbiLx3n30srUth30vcrdjSPZDNg&e=" rel="noreferrer" target="_blank">
http://www.mail-archive.com/wi<wbr>en@zeus.theochem.tuwien.ac.at/<wbr>index.html</a><br>
<br>
</blockquote>
</div>
<br>
<span class="m_-7311853481941909172m_637226842335069125gmail-HOEnZb"><font color="#888888"></font></span></div>
<span class="m_-7311853481941909172m_637226842335069125gmail-HOEnZb"><font color="#888888"></font></span></div>
<span class="m_-7311853481941909172m_637226842335069125gmail-HOEnZb"><font color="#888888"></font></span></div>
<span class="m_-7311853481941909172m_637226842335069125gmail-HOEnZb"><font color="#888888"></font></span></blockquote>
</div>
<span class="m_-7311853481941909172m_637226842335069125gmail-HOEnZb"><font color="#888888"><br>
<br clear="all">
<div><br>
</div>
-- <br>
<div class="m_-7311853481941909172m_637226842335069125gmail-m_-8609582494843861699gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr"><span style="font-size:12.8px">Professor Laurence Marks</span><br>
</div>
<div dir="ltr"><span style="font-size:12.8px">"Research is to see what everybody else has seen, and to think what nobody else has thought", </span><span style="font-size:12.8px">Albert Szent-Gyorgi</span><br>
<a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a> ; <span style="font-size:12.8px">C<wbr>orrosion in 4D:
</span><a href="http://MURI4D.numis.northwestern.edu" style="font-size:12.8px" target="_blank">MURI4D.numis.northwestern.edu</a>
<div><span style="font-size:12.8px">Partner of the CFW 100% program for gender equity, </span><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cfw.org_100-2Dpercent&d=DwMFaQ&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=27EERTfkW1PiUmpkhy65tMDoLpqnuM6rRaQlQeGqEhk&s=Hzfx9CZptgopDsLB30DEUA8ueMEo0lZ50_wF39jk9dk&e=" style="font-size:12.8px" target="_blank">www.cfw.org/100-percen<wbr>t</a></div>
<div>Co-Editor, Acta Cryst A</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</font></span></div>
<br>
______________________________<wbr>_________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.a<wbr>t</a><br>
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__zeus.theochem.tuwien.ac.at_mailman_listinfo_wien&d=DwMFaQ&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=27EERTfkW1PiUmpkhy65tMDoLpqnuM6rRaQlQeGqEhk&s=1rdpSx7Rdw7s-KfvgDVAfyP2cdegvr8tOJ3qDXTInx4&e=" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.ac<wbr>.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.mail-2Darchive.com_wien-40zeus.theochem.tuwien.ac.at_index.html&d=DwMFaQ&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=27EERTfkW1PiUmpkhy65tMDoLpqnuM6rRaQlQeGqEhk&s=isDi-QyLCnizJNee8XWfYcdY9L8a9Y1snI9YRGYlbSo&e=" rel="noreferrer" target="_blank">
http://www.mail-archive.com/wi<wbr>en@zeus.theochem.tuwien.ac.at/<wbr>index.html</a><br>
<br>
</blockquote>
</div>
<br><span class="HOEnZb"><font color="#888888">
</font></span></div><span class="HOEnZb"><font color="#888888">
</font></span></div></div></div><span class="HOEnZb"><font color="#888888">
</font></span></div><span class="HOEnZb"><font color="#888888">
</font></span></div><span class="HOEnZb"><font color="#888888">
</font></span></div><span class="HOEnZb"><font color="#888888">

</font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div class="m_-7311853481941909172gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><span style="font-size:12.8px">Professor Laurence Marks</span><br></div><div dir="ltr"><span style="font-size:12.8px">"Research is to see what everybody else has seen, and to think what nobody else has thought", </span><span style="font-size:12.8px">Albert Szent-Gyorgi</span><br><a href="http://www.numis.northwestern.edu" target="_blank">www.numis.northwestern.edu</a> ; <span style="font-size:12.8px">C<wbr>orrosion in 4D: </span><a href="http://MURI4D.numis.northwestern.edu" style="font-size:12.8px" target="_blank">MURI4D.numis.northwestern.edu</a><div><span style="font-size:12.8px">Partner of the CFW 100% program for gender equity, </span><a href="http://www.cfw.org/100-percent" style="font-size:12.8px" target="_blank">www.cfw.org/100-<wbr>percent</a></div><div>Co-Editor, Acta Cryst A</div></div></div></div></div></div></div></div></div></div></div>
</font></span></div>
<br>______________________________<wbr>_________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.<wbr>at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.<wbr>ac.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer" target="_blank">http://www.mail-archive.com/<wbr>wien@zeus.theochem.tuwien.ac.<wbr>at/index.html</a><br>
<br></blockquote></div><br></div></div>