Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod doc of qptrans #49

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading