From 6d4fffb1a7fee60c098fccf2b29b7cebcd29a40f Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 27 May 2025 16:54:12 +0800 Subject: [PATCH] --- .../section/perfect/polar/table-pol.typ | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/test-typst/section/perfect/polar/table-pol.typ b/test-typst/section/perfect/polar/table-pol.typ index fc07c4d..0c90ed1 100644 --- a/test-typst/section/perfect/polar/table-pol.typ +++ b/test-typst/section/perfect/polar/table-pol.typ @@ -15,30 +15,30 @@ let yzmix = [y-z mixed#linebreak() (LO-TO mixed)]; let lopc = [Yes#linebreak() (LOPC)]; let overf = [Yes#linebreak() (overfocused)]; - 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], + table(columns: 20, align: center + horizon, inset: (x: 3pt, y: 5pt), + m2[*Incident Direction*], m(4)[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 + [x (TO)], [y (TO)], m2[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), + [C#sub[6v]], m2(E1), m2(A1), m(14, NA), [C#sub[2v]], B2, B1, m2(A1), m3(A1), B2, B1, m(9, NA), table.cell(rowspan: 2)[*Raman Tensor*], [Non-zero components], - [xz], [yz], [xx], [yy], [zz], // z + [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], m(2)[58.26], [464.69], // z + m2[53.52], [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[53.71], [3.20], [425.98], [53.56], m2[3.60], [50.36], [27.99], // 45 y&z + m2[*Visible in Common Raman Experiment*], m(18)[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], - m2[*Electrical Polarity*], m(19)[Strong] + m2[776.57], m2[933.80], m3[761.80], [776.57], [941.33], m(4)[762.76], [776.57], m(4)[940.86], + m2[*Electrical Polarity*], m(18)[Strong] )}, caption: [Strong-polarized phonons near $Gamma$ point], )