<html>Dear Lorenzo,<br />Maybe I misunderstand your answer because I misunderstand what is done during the long computationnal time steps of matdyn that begin with plotting "representation #i" in the ph.out file.<br />Corrige me if I'am wrong, the goal of the step "convergeance for one representation" is to fill the 3*Nat terms of the dynamical matrix  d^2E/(dx_i*dy_j) using DFPT and interpolation (sometimes 2or 3*3*Nat terms if the representation is degenerated).<br />Using Lanczos, we can know the lowest eigen values without the knowledge of all the (3*Nat)^2 terms of the dynamical matrix,<br />So by choosing correctlly this terms is could be possible to drastically decrease the computationnal time.<br />For exemple with 400 atoms, if someone wants to know the 4 lowest eigen values (3 acoustics + eventually one with imaginary omega^2),<br />only 10 to 20 representations are needed instead of 1200. (time/~100: whouaou!)<br /><br />So I do not understand why you say that I can not perform this algorithm here...<br /><br />Best regards,<br /><br />Antoine Jay<br /><br /><br /><br /><br />On Monday, October 23, 2017 11:47 CEST, Lorenzo Paulatto <paulatz@gmail.com> wrote:<br /> <blockquote type="cite" cite="d26ada3f-b8d2-81bf-6bf7-1871057246b0@gmail.com"> </blockquote><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><p> </p><p>The algorithm used by matdyn is not done for speed, it can be sped up hundred of times with some little tweaking. You can try using the codes from D3Q which are a bit more optimized: d3_q2r.x (same input as q2r) and d3_r2q.x (check the manual, requires some code editing as phonon dos is not implemented, but is trivial) Or you can try to profile and optimize matdyn.</p><p> </p><p>hth</p><p> </p><p>P.S. I initially misread you question and gave you a very long and completely pointless answer, I leave it here for the records. The point still stand to some extent, because what takes time in matdyn is probably not the matrix diagonalization, but its interpolation.</p><p>No, because the Lanczos algorithm (and any other similar algorithm, like Davidson) allows you to compute the lower eigenvalues of a matrix M by applying it repeatedly, instead of diagonalizing it. But you still have to be able to apply the matrix.</p><p>This kind of algorithms are useful when the matrix is huge, for example in the electronic problem, the matrix has the dimension of the number of plane waves. By using Davidson, you can reduce it to (twice) the number of bands. Note that the scaling is still N^3, it is just the prefactor that is smaller.</p><p>But in the phonon case, the matrix is tiny, only 3 x number of atoms, it only takes a nanosecond to diagonalize it even for hundreds of atoms.</p><div class="moz-cite-prefix">On 23/10/17 08:21, JAY Antoine wrote:</div><blockquote type="cite" cite="mid:4b6d-59ed8a80-2f-21c16f80@256466804">Dear all,<br />Is there a way to perform a phonon calculation only for the lowest phonon frequency for exemple by using the Lanczos algorithm?<br /><br />I mean to test the dynamical stability of a structure, one only need to know that "all the frequencies are positives over the full BZ",<br />which is the same as "no frequencies are negatives" and in this case, one only need to know the lowest value of all the phonons frequencies.<br />For the biggest structures with a too big dynamical matrix, the phonon DOS have a too high computationnal cost and this trick should be very usefull...<br /><br />Best regards,<br /><br />Antoine Jay<br /> <fieldset class="mimeAttachmentHeader"> </fieldset> <pre wrap="">_______________________________________________
Pw_forum mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a>
<a class="moz-txt-link-freetext" href="http://pwscf.org/mailman/listinfo/pw_forum">http://pwscf.org/mailman/listinfo/pw_forum</a></pre></blockquote> <pre class="moz-signature" cols="72">-- 
Lorenzo Paulatto - Paris</pre><br /><br /><br /> </html>