Skip to content

Commit

Permalink
mod doc of qptrans
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ido committed Oct 6, 2023
1 parent 01f1c7f commit 76b85dc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
22 changes: 15 additions & 7 deletions doc/en/source/expert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2689,10 +2689,10 @@ not done. An example of the file format is shown as follows.
====================================
== TrIdx_TrWeight_and_TrIdx_i_xi ==
====================================
0 1.000000
1 1.000000
2 1.000000
3 1.000000
0 1.000000 0.000000
1 1.000000 0.000000
2 1.000000 0.000000
3 1.000000 0.000000
0 0 0
(continue...)
3 12 1
Expand All @@ -2710,7 +2710,7 @@ projection patterns as :math:`N_{\rm TS}`, respectively.

- Lines 3 - 5: Header

- Lines 6 - (5+ :math:`N_{\rm TS})`: [int02] [double01]
- Lines 6 - (5+ :math:`N_{\rm TS})`: [int02] [double01] [double02]

- Lines (6+ :math:`N_{\rm TS}`) - (5+ :math:`(N_s+1) \times N_{\rm TS}`):
[int03] [int04] [int05] [int06]
Expand Down Expand Up @@ -2744,8 +2744,16 @@ Parameters

**Type :** double-type (blank parameter not allowed)

**Description :** The weight
:math:`p_{\alpha}\cos ({\boldsymbol K}\cdot {\boldsymbol R})` of the projection
**Description :** The real part of the weight
:math:`p_{\alpha}\exp (i{\boldsymbol K}\cdot {\boldsymbol R})` of the projection
pattern :math:`(\alpha, {\boldsymbol R})`.

- [ double02 ]

**Type :** double-type

**Description :** The imaginary part of weight
:math:`p_{\alpha}\exp (i{\boldsymbol K}\cdot {\boldsymbol R})` of the projection
pattern :math:`(\alpha, {\boldsymbol R})`.

- [ int03 ]
Expand Down
19 changes: 13 additions & 6 deletions doc/ja/source/expert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2542,10 +2542,10 @@ TransSym指定ファイル(qptransidx.def)
====================================
== TrIdx_TrWeight_and_TrIdx_i_xi ==
====================================
0 1.000000
1 1.000000
2 1.000000
3 1.000000
0 1.000000 0.000000
1 1.000000 0.000000
2 1.000000 0.000000
3 1.000000 0.000000
0 0 0
(continue...)
3 12 1
Expand All @@ -2562,7 +2562,7 @@ TransSym指定ファイル(qptransidx.def)

- 3-5行: ヘッダ(何が書かれても問題ありません)。

- 6 - (5+ :math:`N_{\rm TS}`)行: [int02] [double01]
- 6 - (5+ :math:`N_{\rm TS}`)行: [int02] [double01] [double02]

- (6+ :math:`N_{\rm TS}`) -
(5+ :math:`(N_s+1) \times N_{\rm TS}`)行:[int03] [int04] [int05] [int06]
Expand Down Expand Up @@ -2595,7 +2595,14 @@ TransSym指定ファイル(qptransidx.def)
**形式 :** double型 (空白不可)

**説明 :**
射影パターン :math:`(\alpha, {\boldsymbol R})` の重み :math:`p_{\alpha}\cos ({\boldsymbol K}\cdot {\boldsymbol R})` を指定します。
射影パターン :math:`(\alpha, {\boldsymbol R})` の重み :math:`p_{\alpha}\exp (i{\boldsymbol K}\cdot {\boldsymbol R})` の実部を指定します。

- [ double02 ]

**形式 :** double型

**説明 :**
射影パターン :math:`(\alpha, {\boldsymbol R})` の重み :math:`p_{\alpha}\exp (i{\boldsymbol K}\cdot {\boldsymbol R})` の虚部を指定します。

- [ int03 ]

Expand Down

0 comments on commit 76b85dc

Please sign in to comment.