<div dir="ltr"><div>Dear users,</div><div>how to choose the following values, for the dipole correction? </div><div>    emaxpos=0.6,</div><div>    eopreg=0.06,</div><div>    eamp=0.00,</div><div><br></div><div>I am doing a calculation of 6layers of Au and 8 double layers of ZnO with 20 Ang of vaccum. I want to calculate the workfunction of it. I saw in the example (dipole_example) in PP/example directory, that changing these values a little bit changes the result quite a bit. So kindly suggest me how to decide these values. Though I read in the INPUT_PW.txt about there description, but unable to understand.<br></div><div><br></div><div>regards</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 30, 2015 at 4:27 PM, Giovanni Cantele <span dir="ltr"><<a href="mailto:giovanni.cantele@spin.cnr.it" target="_blank">giovanni.cantele@spin.cnr.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Provided that you have a sufficient number of layers to guarantee in both sides a “bulk-like” region, you can choose the innermost layers.<div><br></div><div>But, because you have an interface, what is the quantity are you interested in? The interface barrier (in your case the Schottky barrier, because you have a metal-semiconductor</div><div>junction) or the work function? Consider that, in the latter case, because the two sides of the slab are different:</div><div>i) the vacuum level is different at the two sides, so you just choose the interplanar distance of the material you are interested in (either ZnO or Au)</div><div>ii) because  the vacuum level is different at the two sides, you must consider to add a correction for a “spurious” dipole introduced by boundary conditions, using         tefield=.true.<br>        dipfield=.true., and the related variables (see PW/DOC/INPUT_PW.txt for explanation) edit, eamp=0.D0, eopreg and examples</div><div><br></div><div>In the case you are instead interested in the interface barrier, you easily figure out that by choosing, as the window for the macroscopic average either the ZnO or the Au interplanar distance you get rid of microscopic oscillations only on one side. In this case, you can compute the averages with both windows, and plot them on the same plot. If needed, you might want to have a look at Fig. 6 of N.R. D’amico, et al,  J. Phys.: Condens. Matter 27 (2015) 015006 </div><div><br></div><div>Hope this helps,</div><div><br></div><div>    Giovanni</div><div><br></div><div>PS Warning: the ZnO orientation you are studying is polar, so the macroscopic average does not give you a constant value of the potential in the innermost part of the ZnO slab,</div><div>but a linearly varying one. There are examples in the literature on how the handle the electrostatic potential in polar slabs, see references in the above mentioned paper.<div><div class="h5"><br><div><br></div><div><br><div><blockquote type="cite"><div>On 30 Mar 2015, at 11:47, Bipul Rakshit <<a href="mailto:bipulrr@gmail.com" target="_blank">bipulrr@gmail.com</a>> wrote:</div><br><div><div dir="ltr">Really thanks for your suggestion Giovanni,<div>I just have few more doubts that if i want to find the work function of Au-ZnO Slab. I have created Au(111) and ZnO(0001) Slab. So it has an interface of Zn-Au and a vacuum of 10 Angstrom. I took 6 layers of Au and 4 double layers of ZnO. Then how to proceed.</div><div>Means</div><div>1) Which two consecutive atomic planes I have to choose Au-Au, Au-Zn or the Zn-O planes. for the microscopic average calculation?</div><div><br></div><div>2) Also in-order to choose the inner part of the slab, so that part is inside the Au-Slab or the ZnO Slab?</div><div><br></div><div>regards</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 18, 2015 at 5:02 PM, Giovanni Cantele <span dir="ltr"><<a href="mailto:giovanni.cantele@spin.cnr.it" target="_blank">giovanni.cantele@spin.cnr.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>The average electrostatic potential you are calculating/plotting does show microscopic oscillations, revealing the atomic planes</div><div>(plot the 2d column of reference/Al100.avg.out  as a function of the 1st one).</div><div><br></div><div>The calculation of the work function requires a “constant” energy level to compare the bulk and the slab calculation. For this purpose,</div><div>you run a macroscopic average of the x-y averaged electrostatic potential. The window you choose for the macroscopic average</div><div>is just the distance between two consecutive atomic planes (in a.u.).</div><div>Because the input positions are in alat units, you get</div><div><br></div><div>(2.8284271247461898 - 2.1213203435596428) * 5.4235090117 = 3.835</div><div><br></div><div>In this way, microscopic oscillations with period 3.835 are averaged and a constant level (in the inner region of the slab) is obtained.</div><div><br></div><div>Concerning 17.8087, in order to get this constant value, you can choose any position in the inner part of the slab where the</div><div>macroscopic average does not show significant variations.</div><div><br></div><div>Giovanni</div><div><br></div><br><div><blockquote type="cite"><div><div><div>On 18 Mar 2015, at 10:49, Bipul Rakshit <<a href="mailto:bipulrr@gmail.com" target="_blank">bipulrr@gmail.com</a>> wrote:</div><br></div></div><div><div><div><div dir="ltr"><div><div><div>In espresso, there is an example to find the workfunction of Al. In the run_example, the input for the the macroscopic average is the following<br>cat > <a href="http://al100.avg.in/" target="_blank">Al100.avg.in</a> <<EOF<br>1<br>Al100.pot<br>1.D0<br>1440<br>3<br><span style="color:rgb(255,0,0)">3.835000000</span><br>EOF<br><br></div>In this file the quantity "3.835" i saw in average.f90 as "awin         ! the size of the window for macroscopic averages"<br><br></div>So my doubt is how we can choose this no. Can we get the information from another file prerun file, like Al100.pot, or something else.<br><br></div>Also in run_example there is another quantity vSlab<br><br>vSlab=`grep "17.8087" Al100.avg.out | cut -d \  -f 10`<br clear="all"><div><div><div><br></div><div>So how the value correspond to "17.8087" is assign as vSlab?<br><br></div><div>Kindly help me in this matter.<br><br></div><div>regards<br></div><div>-- <br><div><div dir="ltr"><div>Dr. Bipul Rakshit<br>Research Associate,<br>Institute of Physics (IOP),<br>Bhubaneswar- <span>751 005</span></div><div>Orissa <br></div><div>India</div></div></div>
</div></div></div></div></div></div>
_______________________________________________<br>Pw_forum mailing list<br><a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br><a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a></div></blockquote></div><br><div>
-- <br><br>Giovanni Cantele, PhD<br>CNR-SPIN<br>c/o Dipartimento di Fisica<br>Universita' di Napoli "Federico II"<br>Complesso Universitario M. S. Angelo - Ed. 6<br>Via Cintia, I-80126, Napoli, Italy<br>e-mail: <a href="mailto:giovanni.cantele@spin.cnr.it" target="_blank">giovanni.cantele@spin.cnr.it</a><br>Phone: +39 081 676910<br>Skype contact: giocan74<br><br>ResearcherID: <a href="http://www.researcherid.com/rid/A-1951-2009" target="_blank">http://www.researcherid.com/rid/A-1951-2009</a><br>Web page: <a href="http://people.na.infn.it/~cantele" target="_blank">http://people.na.infn.it/~cantele</a><br>

</div>
<br></div><br>_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br>
<a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr"><div>Dr. Bipul Rakshit<br>Research Associate,<br>Institute of Physics (IOP),<br>Bhubaneswar- <span>751 005</span></div><div>Orissa <br></div><div>India</div></div></div>
</div>
_______________________________________________<br>Pw_forum mailing list<br><a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br><a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a></div></blockquote></div><br><div>
-- <br><br>Giovanni Cantele, PhD<br>CNR-SPIN<br>c/o Dipartimento di Fisica<br>Universita' di Napoli "Federico II"<br>Complesso Universitario M. S. Angelo - Ed. 6<br>Via Cintia, I-80126, Napoli, Italy<br>e-mail: <a href="mailto:giovanni.cantele@spin.cnr.it" target="_blank">giovanni.cantele@spin.cnr.it</a><br>Phone: +39 081 676910<br>Skype contact: giocan74<br><br>ResearcherID: <a href="http://www.researcherid.com/rid/A-1951-2009" target="_blank">http://www.researcherid.com/rid/A-1951-2009</a><br>Web page: <a href="http://people.na.infn.it/~cantele" target="_blank">http://people.na.infn.it/~cantele</a><br>

</div>
<br></div></div></div></div></div><br>_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Dr. Bipul Rakshit<br>Research Associate,<br>Institute of Physics (IOP),<br>Bhubaneswar- <span>751 005</span></div><div>Orissa <br></div><div>India</div></div></div>
</div>