<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<pre>
>Using the PWSCF D3 code, should it be possible to calculate the
>coefficients for phonons at arbitraty wave-vector?
>That is, to calculate D^3(-q1-q2,q1,q2).

>Jonathan Breeze</pre>
Dear Jonathan,
<br>As you know the code calculates D^3(0,-q, q).
<br>More in general, to compute D^3(-q1-q2,q1,q2) is possible, but the
<br>modification to be done to the code could be tedious.
<p>In alternative, you could use a super-cell approach:
<br>If you want to compute D^3(Q,Q-q, Q+q), you can compute
<br>D^3(0,-q,q) in a super-cell such that the gamma-point of the
<br>super-cell is equivalent to the Q point of the unit-cell.
<br>An example: if you want to compute the broadening of a phonon
<br>at the border zone, you can use a crystal obtained doubling the unit-cell
<br>in the appropriate direction.
<br>The phonon you are interested in is a phonon at Gamma for this double-cell.
<br>So, if you compute the D3 matrix at gamma, for this double-cell, you
obtain
<br>all the information that you need.
<p>For the moment, this is the most practical thing you can do if you are
<br>interested in high-symmetry points.
<br>This procedure cannot be applied to any point Q of the Brillouin Zone,
<br>and, depending on the point, can be computationally expensive.
<p>Michele Lazzeri
<br> 
<br> 
<br> </html>