Files
SiC-2nd-paper/paper/result/perfect/table-pol.typ
2026-01-06 17:00:37 +08:00

41 lines
1.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#figure({
set text(size: 9pt);
set par(justify: false);
let m(n, content) = table.cell(colspan: n, content);
let m2(content) = m(2, content);
let m3(content) = m(3, content);
let m4(content) = m(4, content);
let A1 = [A#sub[1]];
let A2 = [A#sub[2]];
let B1 = [B#sub[1]];
let B2 = [B#sub[2]];
let E1 = [E#sub[1]];
let E2 = [E#sub[2]];
let NA = [Not Applicable]
let lopc = [Yes#linebreak() (LOPC)];
let overf = [Yes#linebreak() (overfocused)];
table(columns: 19, align: center + horizon, inset: (x: 3pt, y: 5pt),
m2[*Incident Direction*], m4[z], m4[x], m(9)[between z and x, 20#sym.degree to z],
m2[*Notation of Mode*], [TO-x], [TO-y], m2[LO], m2[TO-z], [TO-y], [LO], m4[TO-xz], [TO-y], m4[LO],
table.cell(rowspan: 2)[*Representation*],
[C#sub[6v]], m2(E1), m2(A1), m4(NA), table.cell(rowspan: 2, colspan: 9, NA),
[C#sub[2v]], B1, B2, m2(A1), m2(A1), B2, B1,
// TODO: 以下数据需要重新计算因为x和y换过一次
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], // 25 y&z
[Simulation Result (a.u.)],
// TODO: raman intensity, or raman tensor?
m2[53.52], [58.26], [464.69], // z
[58.26], [454.09], [53.52], [53.55], // y
m2[53.71], [3.20], [425.98], [53.56], m2[3.60], [50.36], [27.99], // 45 y&z
m2[*Wavenumber (Simulation) (cm#super[-1])*],
// z y 45 y&z
m2[776.57], m2[933.80], m2[761.80], [776.57], [941.33], m(4)[762.76], [776.57], m(4)[940.86]
)},
caption: [Strong-polarized phonons near $Gamma$ point],
)
<table-pol>