<div dir="ltr">Dear Arena,<div><br></div><div>If you have already have the outputs you can easily plot band structure using "gnuplot". </div><div><br></div><div>Reza</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 4, 2019 at 12:48 PM Lorenzo Paulatto <<a href="mailto:paulatz@gmail.com">paulatz@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Any advice how to create 3D plot of a band structure in QE? It means, for example, axis x == kx,  y = ky and z = E ?<br>
<br>
Dear Arena,<br>
there are two problems here:<br>
1. compute the bands in a list of k-points that form a 2D surface<br>
2. plot these points<br>
<br>
1. Can be done by hand, by generating the list of k-points with mathlab <br>
or similar software, or it can be done marginally easier by using the <br>
"tpiba_c" option in the KPOINTS card. Check the INPUT_PW.html manual <br>
that you can find in PW/Doc or online.<br>
Of course, this list of k-points must be computed with pw.x as a non <br>
self-consistent BANDS calculation, starting from a well converged total <br>
energy calculation.<br>
<br>
2. You can extract the list of points and energies using bands.x, be <br>
sure to use the plot_2d=.true. option to get a file suitable for the <br>
kind of plot you need. Then you should be able to plot it with gnuplot<br>
   plot "file.dat" using 1:2:3 with image<br>
or any other plotting software<br>
<br>
hth<br>
<br>
<br>
-- <br>
Lorenzo Paulatto - Paris<br>
_______________________________________________<br>
Quantum Espresso is supported by MaX (<a href="http://www.max-centre.eu/quantum-espresso" rel="noreferrer" target="_blank">www.max-centre.eu/quantum-espresso</a>)<br>
users mailing list <a href="mailto:users@lists.quantum-espresso.org" target="_blank">users@lists.quantum-espresso.org</a><br>
<a href="https://lists.quantum-espresso.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.quantum-espresso.org/mailman/listinfo/users</a></blockquote></div>