Dear Arash,<br><br>the error i mentioned before it is solved using different version of LAPACK and BLAS on the machines i`m using currenlty.<br>the post  on this mailing list is then correct.<br>thank you for the advice. <br>
<br>However the convergence in getting the Wannier functions in the run is bad. <br>I`m wondering what is the problem related to this...probably the initial guess....<br><br>Best Regards,<br><br>Gianluca Giovannetti<br><br>
<div class="gmail_quote">On Sun, Nov 4, 2012 at 3:07 PM, Arash Mostofi <span dir="ltr">&lt;<a href="mailto:a.mostofi@imperial.ac.uk" target="_blank">a.mostofi@imperial.ac.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Gianluca,<br>
<br>
There was a related post on this mailing list last year:<br>
<br>
<a href="http://www.democritos.it/pipermail/wannier/2011-October/000461.html" target="_blank">http://www.democritos.it/pipermail/wannier/2011-October/000461.html</a><br>
<br>
Please could you check whether the error is reproducible with different<br>
libraries/compilers, and report back?<br>
<br>
Best wishes,<br>
<br>
Arash<br>
<br>
--<br>
Dr Arash A Mostofi<br>
Departments of Materials and Physics<br>
Deputy Director, CDT on Theory and Simulation of Materials<br>
Imperial College London, London SW7 2AZ, UK<br>
<a href="tel:%2B44%20%280%29207%20594%208154" value="+442075948154">+44 (0)207 594 8154</a> | <a href="http://www.cmth.ph.ic.ac.uk/people/a.mostofi" target="_blank">www.cmth.ph.ic.ac.uk/people/a.mostofi</a><br>
<div><div class="h5"><br>
On 02/11/2012 14:32, Gianluca Giovannetti wrote:<br>
&gt; Dear All,<br>
&gt;<br>
&gt; i`m working on extracting the Wannier functions of LiV2O4.<br>
&gt; The trigonal symmetry splits the low-lying t_{2g} levels into one a_{1g}<br>
&gt; and two degenerate e_{g}^pi levels, with the former slightly lower in<br>
&gt; energy and narrower in bandwidth. The density of states looks very simple.<br>
&gt; At Fermi level there are Vanadium d bands having a bandwidth of ~ 2eV.<br>
&gt; Below in energy separated from the Vanadium d bands there are bands with<br>
&gt; predominant Oxygen p bands.<br>
&gt; I can extract with no problem the Vanadium d bands using an energy<br>
&gt; window sitting at the Vanadium d bands.<br>
&gt; Wannier90 bands are on top of DFT bands (i also compared mine with some<br>
&gt; known in literature).<br>
&gt; As a starting point for the projection i used:<br>
&gt;<br>
&gt; begin projections<br>
&gt; V:dxz;dyz;dxy<br>
&gt; end projections<br>
&gt; Once i try to calculate Wannierfunctions for &quot;d&quot; and &quot;p&quot; orbitals i get<br>
&gt; the following error:<br>
&gt;<br>
&gt;     A_mn = &lt;psi_m|g_n&gt; --&gt; S = A.A^+ --&gt; U = S^-1/2.A<br>
&gt;     In dis_project...  ERROR: unitarity of initial U<br>
&gt;   nkp=  1<br>
&gt;   i=  2  j=  4<br>
&gt;   [u_matrix_opt.transpose(u_matrix_opt)]_ij=     0.114936    -0.050292<br>
&gt;   Exiting.......<br>
&gt;   dis_project: Error in unitarity of initial U in dis_project<br>
&gt;<br>
&gt; Do you have any idea for solving it?<br>
&gt; Below it is my input file.<br>
&gt;<br>
&gt; thank you in advance.<br>
&gt;<br>
&gt; Gianluca Giovannetti<br>
&gt;<br>
&gt; =========================<br>
&gt;<br>
&gt; iprint = 3<br>
&gt; num_bands       = 70<br>
&gt; num_wann        = 36<br>
&gt;<br>
&gt; num_iter        =  2000<br>
&gt; num_print_cycles = 100<br>
&gt;<br>
&gt; dis_win_max     = 9.1<br>
&gt; dis_win_min     = -0.5<br>
&gt;<br>
&gt; dis_num_iter    = 200<br>
&gt; dis_mix_ratio   = 0.75<br>
&gt;<br>
&gt; write_r2mn=.true.<br>
&gt; hr_plot=.true.<br>
&gt;<br>
&gt; kmesh_tol=0.00001<br>
&gt;<br>
&gt; ! SYSTEM<br>
&gt;<br>
&gt; begin unit_cell_cart<br>
&gt; bohr<br>
&gt; 7.789167066 0.0000 7.789167066<br>
&gt; 0.0000 7.789167066 7.789167066<br>
&gt; 7.789167066 7.789167066 0.0000<br>
&gt; end unit_cell_cart<br>
&gt;<br>
&gt; begin atoms_cart<br>
&gt; Ang<br>
&gt; V    0.000000    0.000000    0.000000<br>
&gt; V    2.060925    2.060925    0.000000<br>
&gt; V    2.060925    0.000000    2.060925<br>
&gt; V    0.000000    2.060925    2.060925<br>
&gt; O     0.094555000   0.094555000  1.966370000<br>
&gt; O     1.966370000   1.966370000  1.966370000<br>
&gt; O     0.094555000   1.966370000  0.094555000<br>
&gt; O     1.966370000   0.094555000  0.094555000<br>
&gt; O    -0.094556000   4.027295000  2.155480000<br>
&gt; O     2.155480000  -1.966370000  2.155480000<br>
&gt; O    -0.094556000  -1.966370000 -0.094556000<br>
&gt; O     2.155480000   4.027295000 -0.094556000<br>
&gt; Li     1.030463000   5.152312000  1.030463000<br>
&gt; Li     3.091388000   3.091388000  3.091388000<br>
&gt; end atoms_cart<br>
&gt;<br>
&gt; begin projections<br>
&gt; V:dxz;dyz;dxy<br>
&gt; O:px;py;pz<br>
&gt; end projections<br>
&gt;<br>
&gt; begin kpoint_path<br>
&gt; G 0.00  0.00  0.00    X 0.00  0.50  0.50<br>
&gt; X 0.00  0.50  0.50    W 0.25  0.75  0.50<br>
&gt; W 0.25  0.75  0.50    L 0.00  0.50  0.00<br>
&gt; L 0.00  0.50  0.00    G 0.00  0.00  0.00<br>
&gt; end kpoint_path<br>
&gt; bands_plot = .true.<br>
&gt;<br>
&gt; !To plot the WF<br>
&gt; !wannier_plot = T<br>
&gt; !wannier_plot_supercell = 2<br>
&gt; !wannier_plot_list = 1-12<br>
&gt; !restart = plot<br>
&gt;<br>
&gt; ! KPOINTS<br>
&gt;<br>
&gt; mp_grid : 8 8 8<br>
&gt;<br>
&gt; begin kpoints<br>
&gt; .............<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Wannier mailing list<br>
&gt; <a href="mailto:Wannier@quantum-espresso.org">Wannier@quantum-espresso.org</a><br>
&gt; <a href="http://www.democritos.it/mailman/listinfo/wannier" target="_blank">http://www.democritos.it/mailman/listinfo/wannier</a><br>
&gt;<br>
_______________________________________________<br>
Wannier mailing list<br>
<a href="mailto:Wannier@quantum-espresso.org">Wannier@quantum-espresso.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/wannier" target="_blank">http://www.democritos.it/mailman/listinfo/wannier</a><br>
</blockquote></div><br>