Dear QE developers,<div><br></div><div>As far I can tell, there is no documentation available in the Doc directory or linked from <a href="http://www.quantum-espresso.org/?page_id=878">http://www.quantum-espresso.org/?page_id=878</a> regarding dynmat.x. I could only find information about what to put in the input file by inspecting the comments in the header of PHonon/PH/dynmat.f90. I suggest putting this information in Doc and/or the website too for the convenience of users.</div>
<div><br></div><div>On another note, installing Wannier90 by 'make w90' does not work. It seems like it does not try to download the archive before attempting to unpack.</div><div><br></div><div><div>[17:05:16][Davids-MacBook-Pro:espresso-5.0.2] make w90</div>
<div>test -d bin || mkdir bin</div><div>cd install ; make -f extlibs_makefile libblas</div><div>touch fake_libblas.a</div><div>rm fake_libblas.a</div><div>cd install ; make -f extlibs_makefile liblapack</div><div>touch fake_liblapack.a</div>
<div>rm fake_liblapack.a</div><div>cd install ; make -f plugins_makefile w90</div><div>if test ! -d ../W90; then \</div><div> (gzip -dc ../archive/wannier90-1.2.tar.gz | (cd ../ ; tar -xvf -)) ; \</div><div> (cd ../ ; ln -s wannier90-1.2 W90) ; fi </div>
<div><br></div><div>gzip: ../archive/wannier90-1.2.tar.gz: unexpected end of file</div><div>touch uncompress-w90</div><div>cd ../W90 ; \</div><div> if (test -e ../install/make_wannier90.sys) || (test -d ../W90); then \</div>
<div> (cp ../install/make_wannier90.sys ../W90/make.sys); fi </div><div>/bin/sh: line 0: cd: ../W90: No such file or directory</div><div>cp: ../W90/make.sys: No such file or directory</div><div>make[1]: *** [configure-w90] Error 1</div>
<div>make: *** [w90] Error 2</div></div><div><br></div><div>David Strubbe</div><div>MIT</div>