This commit is contained in:
2025-05-27 16:52:53 +08:00
parent a3fb66522b
commit 52a78292ec
4 changed files with 34 additions and 30 deletions

View File

@@ -1,7 +1,10 @@
#page(flipped: true)[
#figure({
// 使用 m2 m3
set text(size: 9pt);
set par(justify: false);
let m(n, content) = table.cell(colspan: n, content);
let m2(content) = table.cell(colspan: 2, content);
let m3(content) = table.cell(colspan: 3, content);
let A1 = [A#sub[1]];
let A2 = [A#sub[2]];
let B1 = [B#sub[1]];
@@ -12,35 +15,30 @@
let yzmix = [y-z mixed#linebreak() (LO-TO mixed)];
let lopc = [Yes#linebreak() (LOPC)];
let overf = [Yes#linebreak() (overfocused)];
set text(size: 9pt);
set par(justify: false);
table(columns: 20, align: center + horizon, inset: (x: 3pt, y: 5pt),
[*Direction of Incident & Scattered Light*], m(5)[z], m(5)[y], m(9)[between z and y, 45#sym.degree to z],
// z y 45 y&z
[*Number of Phonon*], [1], [2], m(3)[3], m(3)[1], [2], [3], m(4)[1], [2], m(4)[3],
[*Vibration Direction*],
[x#linebreak() (TO)], [y#linebreak() (TO)], m(3)[z (LO)], // z
m(3)[z (TO)], [x#linebreak() (TO)], [y (LO)], // y
m(4, yzmix), [x#linebreak() (TO)], m(4, yzmix), // 45 y&z
[*Representation in Group C#sub[6v]*], m(2, E1), m(3, A1), m(14, NA),
// z y 45 y&z
[*Representation in Group C#sub[2v]*], B2, B1, m(3, A1), m(3, A1), B2, B1, m(9, NA),
[*Scattering in Polarization*],
table(columns: 21, align: center + horizon, inset: (x: 3pt, y: 5pt),
m2[*Incident Direction*], m(5)[z], m(5)[y], m(9)[between z and y, 20#sym.degree to z],
m2[*Vibration Direction*],
[x (TO)], [y (TO)], m3[z (LO)], // z
m3[z (TO)], [x (TO)], [y (LO)], // y
// TODO: check LO-TO mixed
m(4, yzmix), [x (TO)], m(4, yzmix), // 25 y&z
table.cell(rowspan: 2)[*Representation*],
[C#sub[6v]], m2(E1), m3(A1), m(14, NA), [C#sub[2v]], B2, B1, m3(A1), m3(A1), B2, B1, m(9, NA),
table.cell(rowspan: 2)[*Raman Tensor*],
[Non-zero components],
[xz], [yz], [xx], [yy], [zz], // z
[xx], [yy], [zz], [xz], [yz], // y
[xx], [yy], [yz], [zz], [xz], [xx], [yy], [yz], [zz], // 45 y&z
[*Raman Intensity (a.u.)*],
m(2)[53.52], m(2)[58.26], [464.69], // z
m(2)[58.26], [454.09], [53.52], [53.55], // y
m(2)[53.71], [3.20], [425.98], [53.56], m(2)[3.60], [50.36], [27.99], // 45 y&z
[*Visible in Common Raman Experiment*],
m(2)[Yes], m(2, lopc), [No], // z
overf, [No], overf, [Yes], lopc, // y
m(4)[], [], m(4)[], // 45 y&z
[*Wavenumber (Simulation) (cm#super[-1])*],
[xx], [yy], [yz], [zz], [xz], [xx], [yy], [yz], [zz], // 25 y&z
[Simulation Result (a.u.)],
// TODO: raman intensity, or raman tensor?
m2[53.52], m(2)[58.26], [464.69], // z
m2[58.26], [454.09], [53.52], [53.55], // y
m2[53.71], [3.20], [425.98], [53.56], m(2)[3.60], [50.36], [27.99], // 45 y&z
m2[*Visible in Common Raman Experiment*], m(19)[Yes],
m2[*Wavenumber (Simulation) (cm#super[-1])*],
// z y 45 y&z
m(2)[776.57], m(3)[933.80], m(3)[761.80], [776.57], [941.33], m(4)[762.76], [776.57], m(4)[940.86],
[*Electrical Polarity*], m(19)[Strong]
m2[*Electrical Polarity*], m(19)[Strong]
)},
caption: [Strong-polarized phonons near $Gamma$ point],
)

Binary file not shown.

BIN
画图/过焦/plot.ipynb LFS Normal file

Binary file not shown.

BIN
画图/过焦/拉曼.svg LFS Normal file

Binary file not shown.