Thanks SIr, i will study  Yambo or Sax. <br>Thanks,<br>Yours sincerely,<br>Dev ,<br>University of Delhi,<br><br><br><div class="gmail_quote">On Mon, Oct 12, 2009 at 3:59 PM,  <span dir="ltr">&lt;<a href="mailto:marsamos@democritos.it">marsamos@democritos.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear User, for generating a kpoint grid supported by epsilon you can<br>
use the following small program (for pwscf input you have to specify<br>
nosym=.true., and KPOINTS crystal)<br>
<br>
program kpoints_gen<br>
<br>
integer :: ikz, iky, ikx, nk<br>
real :: weight<br>
real :: shiftx, shifty, shiftz<br>
<br>
read(*,*) nkx, nky, nkz, shiftx, shifty, shiftz<br>
<br>
nk=nkx*nky*nkz<br>
weight=1.0/real(nk)<br>
write(*,*) nk<br>
do ikz=1,nkz<br>
do iky=1,nky<br>
do ikx=1,nkx<br>
<br>
write(*,&quot;(4f15.9)&quot;) (real(ikx)-real(1.0)+shiftx)/real(nkx),<br>
(real(iky)-real(1.0)+shifty)/real(nky), &amp;<br>
           (real(ikz)-real(1.0)+shiftz)/real(nkz), weight<br>
<br>
enddo<br>
enddo<br>
enddo<br>
<br>
<br>
end program kpoints_gen<br>
<br>
<br>
BUT I strongly suggest to you to use or the utilities inside SaX (see<br>
<a href="http://www.sax-project.org" target="_blank">www.sax-project.org</a>) or yambo (<a href="http://www.yambo-code.org" target="_blank">www.yambo-code.org</a>) for calculating the<br>
dielectric constant. epsilon.x is not complete (it does not include the<br>
nonlocal part of the pseudo potential and is not able to include in the<br>
calculation the non-local field effects and excitonic effects). If YOU<br>
WORK WITH SEMICONDUCTORS OR INSULATORS YOU WILL NOT BE ABLE TO COMPARE<br>
WITH EXPERIMENTS. You should now which kind of RESPONSE you want to<br>
reproduce.<br>
<br>
bests<br>
<br>
layla<br>
<div><div></div><div class="h5"><br>
<br>
<br>
Quoting Gabriele Sclauzero &lt;<a href="mailto:sclauzer@sissa.it">sclauzer@sissa.it</a>&gt;:<br>
<br>
&gt;<br>
&gt;<br>
&gt; dev sharma wrote:<br>
&gt;&gt; Sir, i want to calculate dielectric constant as a function of<br>
&gt;&gt; frequency.  I have read the manual And it is written there that<br>
&gt;&gt; Epsilon.x doesn&#39;t support the reduction of the k-points grid into the<br>
&gt;&gt; unreducible Brillouin zone, so the previous PW runs must be performed<br>
&gt;&gt; with a uniform k-points grid and all k-points weights must be equal to<br>
&gt;&gt; each other, i.e. in the k-points card the k-points coordinates must be<br>
&gt;&gt; given manually in \emph{crystal} or \emph{alat} or \emph{bohr}, but not<br>
&gt;&gt; with the \emph{automatic} option.<br>
&gt;<br>
&gt; In your first mail you were speaking about the automatic keyword as<br>
&gt; if it was an option<br>
&gt; for a k-point list to be supplied to epsilon.x. As you have now<br>
&gt; reported from the manual,<br>
&gt; epsilon.x does not need a k-point grid, since it uses the k-points<br>
&gt; from the underlying<br>
&gt; data produced by the previous pw.x run.<br>
&gt; For a cubic symmetry system, for instance, you can supply manually a<br>
&gt; N x N x N mesh of<br>
&gt; k-points (using crystal option might be the easiest solution, in my<br>
&gt; opinion), which must<br>
&gt; provide a good sampling the full BZ (it is not difficult to produce<br>
&gt; one, see the source<br>
&gt; code of pwtools/kpoints.f or PW/kpoint_grid.f90).<br>
&gt; Be careful and check the code does not reduce the mesh by symmetry<br>
&gt; (which is the default,<br>
&gt; good behaviour of the code, that in this specific case you want to<br>
&gt; avoid). Use the nosym<br>
&gt; option if needed (as written in the manual).<br>
&gt; You can also try to generate the grid with the automatic option of<br>
&gt; K_POINTS after setting<br>
&gt; to true nosym and noinv (see Doc/INPUT_PW.txt), but I&#39;m not sure if<br>
&gt; this always works.<br>
&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; GS<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Oct 12, 2009 at 12:40 PM, Gabriele Sclauzero &lt;<a href="mailto:sclauzer@sissa.it">sclauzer@sissa.it</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:sclauzer@sissa.it">sclauzer@sissa.it</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     dev sharma wrote:<br>
&gt;&gt;      &gt; hi 2 all,<br>
&gt;&gt;      &gt;<br>
&gt;&gt;      &gt;  I have one question. In epsilon.x, the k points is not automatic<br>
&gt;&gt;      &gt; option. Sir, means how to give the K points option i.e. we have<br>
&gt;&gt;     to give<br>
&gt;&gt;      &gt; only irreducible k points or like for the calculation =&#39;bands&#39; ,<br>
&gt;&gt;     we have<br>
&gt;&gt;      &gt; give the path (like G{0,0,0}--&gt;X(0.5,0,0)). If we have to give the<br>
&gt;&gt;      &gt; irreducible points , how to calculate those points ???? can i do<br>
&gt;&gt;     this ,<br>
&gt;&gt;      &gt; that run the pw.x with a mesh like 4*4*4 grid  and the number of k<br>
&gt;&gt;      &gt; points in the scf output are the required k points<br>
&gt;&gt;<br>
&gt;&gt;     Never used this utility, so maybe my advice is useless: are you sure<br>
&gt;&gt;     that epsilon.x does<br>
&gt;&gt;     need a k-point grid on input? For what purpose are you using the<br>
&gt;&gt;     program? Do you know what<br>
&gt;&gt;     it computes? If not, please look at the documentation in<br>
&gt;&gt;     Doc/eps_max.tex.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     GS<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     PS: Please always sign your mails with your name and affiliation. Thanks<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     --<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     o ------------------------------------------------ o<br>
&gt;&gt;     | Gabriele Sclauzero, PhD Student                  |<br>
&gt;&gt;     | c/o:   SISSA &amp; CNR-INFM Democritos,              |<br>
&gt;&gt;     |        via Beirut 2-4, 34014 Trieste (Italy)     |<br>
&gt;&gt;     | email: <a href="mailto:sclauzer@sissa.it">sclauzer@sissa.it</a> &lt;mailto:<a href="mailto:sclauzer@sissa.it">sclauzer@sissa.it</a>&gt;<br>
&gt;&gt;               |<br>
&gt;&gt;     | phone: +39 040 3787 511                          |<br>
&gt;&gt;     | skype: gurlonotturno                             |<br>
&gt;&gt;     o ------------------------------------------------ o<br>
&gt;&gt;     _______________________________________________<br>
&gt;&gt;     Pw_forum mailing list<br>
&gt;&gt;     <a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a> &lt;mailto:<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a>&gt;<br>
&gt;&gt;     <a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Pw_forum mailing list<br>
&gt;&gt; <a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
&gt;&gt; <a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt;<br>
&gt; o ------------------------------------------------ o<br>
&gt; | Gabriele Sclauzero, PhD Student                  |<br>
&gt; | c/o:   SISSA &amp; CNR-INFM Democritos,              |<br>
&gt; |        via Beirut 2-4, 34014 Trieste (Italy)     |<br>
&gt; | email: <a href="mailto:sclauzer@sissa.it">sclauzer@sissa.it</a>                         |<br>
&gt; | phone: +39 040 3787 511                          |<br>
&gt; | skype: gurlonotturno                             |<br>
&gt; o ------------------------------------------------ o<br>
&gt; _______________________________________________<br>
&gt; Pw_forum mailing list<br>
&gt; <a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
&gt; <a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div>----------------------------------------------------------------<br>
This message was sent using IMP, the Internet Messaging Program.<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
</div></div></blockquote></div><br>