File:Phonon polaritons.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为436 × 450像素,文件大小:14 KB)


摘要

This image presents the dispersion relation of phonon polaritons according to a simple theory[1], giving the two following dispersion relations for the coupled optical phonon/electromagnetic field system :

  1. longitudinal optical phonons (LO phonons)
  2. polaritons (transverse em field + TO phonons)

The dashed red curves correspond to the uncoupled modes (photons and phonons: Ω = 0), and the black curves represent solutions of the above equations with parameters chosen to fit the dispersion relation of polaritons in GaP[2], giving

Uncoupled optical phonon frequency
ω0 = 45.4 meV
Coupling parameter
Ω = 61 meV
Electric susceptibility
χ = 7.5

Note that k is very small compared to π/a.

  1. Max Born, Kun Huang, Dynamical Theory of Crystal Lattices, Oxford University Press, 1954 (ISBN 9780198503699), « Chapter 8 : Infrared Dispersion and the Retardation Effect on Lattice Vibrations »
  2. C. H. Henry and J. J. Hopfield, Raman Scattering by Polaritons, Phys. Rev. Lett. 15, 964 - 966 (1965).

(further minor editing and conversion to svg done with inkscape)

摘要

描述
English: Dispersion relation of phonon polaritons with parameters corresponding to GaP.
Français : Relation de dispersion des polaritons avec des paramètres correspondant au GaP.
日期
来源 自己的作品
作者 Mathieu Perrin
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用MATLAB创作。
源代码
InfoField

MATLAB code

e=1.602e-19;
hbar = 1.05457168e-34;
c=2.9978e8;
ang=1e-10;
omega0=45.4e-3*e/hbar; %conversion meV->rd/s
Om=61e-3*e/hbar;
chi=7.5;

k=linspace(0,0.0004/ang)';
y1=omega0*ones(size(k)); %uncoupled phonon dispersion
y2=c*k/sqrt(1+chi);      %uncoupled photon dispersion
y3=sqrt(y1.^2+Om^2/(1+chi));%longitudinal phonons
%solve for omega in
%k^2*c^2=omega^2*(1+chi+Om^2/(omega0^2-omega^2))
a1 = (1+chi)*ones(size(k));
a2 = -((1+chi)*omega0^2+k.^2*c^2+Om^2);
a3 = k.^2*c^2*omega0^2;
D = sqrt(a2.^2-4*a1.*a3);
y4=sqrt((-a2+D)./(2*a1));%upper polaritons
y5=sqrt((-a2-D)./(2*a1));%lower polaritons

plot(k*ang, [y1 y2]*1000*hbar/e,'r--','Linewidth',1.8);
hold on
plot(k*ang, [y3 y4 y5]*1000*hbar/e,'k','Linewidth',1.8);
hold off
axis([0 0.0004 35 60]);
set(gca,'FontSize',18,'TickLength',[.02 .02],'LineWidth',1.5);
xlabel('k (A^{-1})');    %A to be replaced
ylabel('h\omega (meV)'); %h to be replaced

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享3.0 未本地化版本2.5 通用2.0 通用1.0 通用许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
您可以选择您需要的许可协议。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2010年2月13日 (六) 11:202010年2月13日 (六) 11:20版本的缩略图436 × 450(14 KB)Cepheidenfiex rendering error of one exponent
2010年2月13日 (六) 11:152010年2月13日 (六) 11:15版本的缩略图436 × 450(15 KB)Cepheidenfixed font scaling
2008年11月15日 (六) 23:192008年11月15日 (六) 23:19版本的缩略图450 × 436(21 KB)Mathieu Perrin
2008年11月15日 (六) 22:552008年11月15日 (六) 22:55版本的缩略图450 × 436(21 KB)Mathieu Perrin
2008年11月15日 (六) 22:532008年11月15日 (六) 22:53版本的缩略图450 × 436(21 KB)Mathieu Perrin
2008年11月15日 (六) 22:422008年11月15日 (六) 22:42版本的缩略图450 × 436(22 KB)Mathieu Perrin
2008年11月15日 (六) 22:332008年11月15日 (六) 22:33版本的缩略图450 × 436(20 KB)Mathieu Perrin{{Information |Description={{en|1=Dispersion relation of phonon polaritons with parameters corresponding to GaP.}} {{fr|1=Relation de dispersion des polaritons avec des paramètres correspondant au GaP.}} |Source=travail personnel (own work) |Author=[[Use

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据