This commit is contained in:
@@ -36,10 +36,6 @@ It should be noted, however, that the observability in Raman experiment depends
|
|||||||
|
|
||||||
#include "table-rep.typ"
|
#include "table-rep.typ"
|
||||||
|
|
||||||
// We propose a method to estimate the magnitudes of the Raman tensors of these phonons,
|
|
||||||
// without first-principle calculations.
|
|
||||||
// Here we only write out results, details are in appendix.
|
|
||||||
|
|
||||||
我们提出了一个新的办法来估计拉曼张量大小。
|
我们提出了一个新的办法来估计拉曼张量大小。
|
||||||
|
|
||||||
We propose a method to estimate the magnitudes of the Raman tensors of these phonons based on symmetry analysis.
|
We propose a method to estimate the magnitudes of the Raman tensors of these phonons based on symmetry analysis.
|
||||||
|
|||||||
@@ -8,13 +8,16 @@
|
|||||||
let B2 = [B#sub[2]];
|
let B2 = [B#sub[2]];
|
||||||
let E1 = [E#sub[1]];
|
let E1 = [E#sub[1]];
|
||||||
let E2 = [E#sub[2]];
|
let E2 = [E#sub[2]];
|
||||||
table(columns: 7, align: center + horizon,
|
table(columns: 8, align: center + horizon,
|
||||||
[*Representations in C#sub[6v]*], A1, B1, m2(E1), m2(E2),
|
table.cell(rowspan: 2)[*Representation*],
|
||||||
[*Representations in C#sub[2v]*], A1, B1, B2, B1, A2, A1,
|
[C#sub[6v]], A1, B1, m2(E1), m2(E2),
|
||||||
[*Vibration Direction*], [z], [z], [x], [y], [x], [y],
|
[C#sub[2v]], A1, B1, B2, B1, A2, A1,
|
||||||
[*Raman Tensor*],
|
table.cell(rowspan: 2, colspan: 2)[*Vibration Direction*],
|
||||||
|
[out-of-plane], [out-of-plane], m2[in-plane], m2[in-plane],
|
||||||
|
[z], [z], [x], [y], [x], [y],
|
||||||
|
m2[*Raman Tensor*],
|
||||||
[$mat(a,,;,a,;,,b)$], [$0$], [$mat(,,a;,,;a,,;)$], [$mat(,,;,,a;,a,;)$], [$mat(,a,;a,,;,,;)$], [$mat(a,,;,-a,;,,;)$],
|
[$mat(a,,;,a,;,,b)$], [$0$], [$mat(,,a;,,;a,,;)$], [$mat(,,;,,a;,a,;)$], [$mat(,a,;a,,;,,;)$], [$mat(a,,;,-a,;,,;)$],
|
||||||
[*Raman scatter Intensity* #linebreak() (polarization of incident and scattered light)],
|
m2[*Raman visibility*],
|
||||||
[xx/yy: $a^2$ #linebreak() zz: $b^2$ #linebreak() others: 0], [0],
|
[xx/yy: $a^2$ #linebreak() zz: $b^2$ #linebreak() others: 0], [0],
|
||||||
m2[xz/yz: $a^2$ #linebreak() others: 0], m2[xx/xy/yy: $a^2$ #linebreak() others: 0],
|
m2[xz/yz: $a^2$ #linebreak() others: 0], m2[xx/xy/yy: $a^2$ #linebreak() others: 0],
|
||||||
)},
|
)},
|
||||||
|
|||||||
@@ -53,6 +53,9 @@
|
|||||||
- [x] 中文
|
- [x] 中文
|
||||||
- [x] 英文
|
- [x] 英文
|
||||||
- [x] 调整语言
|
- [x] 调整语言
|
||||||
|
- [/] 表格
|
||||||
|
- [x] 大致内容
|
||||||
|
- [ ] 可见性
|
||||||
- [ ] 估算拉曼张量
|
- [ ] 估算拉曼张量
|
||||||
- [ ] 中文
|
- [ ] 中文
|
||||||
- [ ] 英文
|
- [ ] 英文
|
||||||
|
|||||||
Reference in New Issue
Block a user