<div dir="ltr"><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif">Dear QE users,</font></pre><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif">Anyone knows how to modify the Raman configuration defined in the dynmat.f90 code?<br></font></pre><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif">For example, I want to perform some polarized </font><span style="font-family:arial,sans-serif">back-scattering </span><span style="font-family:tahoma,sans-serif">Raman configurations, i.e. Z(xy)Z', </span><span style="font-family:tahoma,sans-serif">X(yy)X'.</span></pre><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif">According to PRB 54, 7830 (1996),  the dynmat.f90 code write the raman intenisty as </font></pre><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif">(45.d0*alpha**2 + 7.0d0*beta2)*amu_ry

with

alpha = (raman(1,1,nu) + raman(2,2,nu) + raman(3,3,nu))/3.d0

Beta2 = ( (raman(1,1,nu) - raman(2,2,nu))**2 + &
                 (raman(1,1,nu) - raman(3,3,nu))**2 + &
                 (raman(2,2,nu) - raman(3,3,nu))**2 + 6.d0 * &
          (raman(1,2,nu)**2 + raman(1,3,nu)**2 + raman(2,3,nu)**2) )/2.d0</font></pre><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif">It is non-polarized Raman intensity. So, how to modify alpha and beta2? </font></pre><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif">Best regards,</font></pre><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif">Jiaxu Yan</font></pre><pre style="color:rgb(0,0,0)"><font face="tahoma, sans-serif"><span style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)">Division of Physics and Applied Physics</span><br style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)"><span style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)">School of Physical and Mathematical Sciences</span><br style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)"><span style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)">Nanyang Technological University</span><br style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)"><span style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)">21 Nanyang Link</span><br style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)"><span style="font-size:12px;line-height:18px;white-space:normal;background-color:rgb(254,254,254)">Singapore 637371</span></font><br></pre></div>