קובץ:Phonon polaritons.svg

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

לקובץ המקורי(קובץ SVG, הגודל המקורי: 436 × 450 פיקסלים, גודל הקובץ: 14 ק"ב)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

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 מוענקת בכך הרשות להעתיק, להפיץ או לשנות את המסמך הזה, לפי תנאי הרישיון לשימוש חופשי במסמכים של גנו, גרסה 1.2 או כל גרסה מאוחרת יותר שתפורסם על־ידי המוסד לתוכנה חופשית; ללא פרקים קבועים, ללא טקסט עטיפה קדמית וללא טקסט עטיפה אחורית. עותק של הרישיון כלול בפרק שכותרתו הרישיון לשימוש חופשי במסמכים של גנו.
w:he:Creative Commons
ייחוס שיתוף זהה
הקובץ הזה מתפרסם לפי תנאי רישיונות קריאייטיב קומונז ייחוס-שיתוף זהה 3.0 לא מותאם, 2.5 כללי, 2.0 כללי ו־1.0 כללי.
הנכם רשאים:
  • לשתף – להעתיק, להפיץ ולהעביר את העבודה
  • לערבב בין עבודות – להתאים את העבודה
תחת התנאים הבאים:
  • ייחוס – יש לתת ייחוס הולם, לתת קישור לרישיון, ולציין אם נעשו שינויים. אפשר לעשות את זה בכל צורה סבירה, אבל לא בשום צורה שמשתמע ממנה שמעניק הרישיון תומך בך או בשימוש שלך.
  • שיתוף זהה – אם תיצרו רמיקס, תשנו, או תבנו על החומר, חובה עליכם להפיץ את התרומות שלך לפי תנאי רישיון זהה או תואם למקור.
הנכם מוזמנים לבחור את הרישיון הרצוי בעיניכם.

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית14:20, 13 בפברואר 2010תמונה ממוזערת לגרסה מ־14:20, 13 בפברואר 2010‪450 × 436‬ (14 ק"ב)Cepheidenfiex rendering error of one exponent
14:15, 13 בפברואר 2010תמונה ממוזערת לגרסה מ־14:15, 13 בפברואר 2010‪450 × 436‬ (15 ק"ב)Cepheidenfixed font scaling
02:19, 16 בנובמבר 2008תמונה ממוזערת לגרסה מ־02:19, 16 בנובמבר 2008‪436 × 450‬ (21 ק"ב)Mathieu Perrin
01:55, 16 בנובמבר 2008תמונה ממוזערת לגרסה מ־01:55, 16 בנובמבר 2008‪436 × 450‬ (21 ק"ב)Mathieu Perrin
01:53, 16 בנובמבר 2008תמונה ממוזערת לגרסה מ־01:53, 16 בנובמבר 2008‪436 × 450‬ (21 ק"ב)Mathieu Perrin
01:42, 16 בנובמבר 2008תמונה ממוזערת לגרסה מ־01:42, 16 בנובמבר 2008‪436 × 450‬ (22 ק"ב)Mathieu Perrin
01:33, 16 בנובמבר 2008תמונה ממוזערת לגרסה מ־01:33, 16 בנובמבר 2008‪436 × 450‬ (20 ק"ב)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

הדפים הבאים משתמשים בקובץ הזה:

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה:

מטא־נתונים