From 8e880c7204afeaff0f95ba8c47113822b2aeb608 Mon Sep 17 00:00:00 2001 From: "T.Aoyama" Date: Wed, 29 Nov 2023 19:07:16 +0900 Subject: [PATCH] manual updated --- .../uhfk/filespecification/config/index_config.rst | 14 ++++++++++++++ .../uhfk/filespecification/config/index_config.rst | 13 +++++++++++++ 2 files changed, 27 insertions(+) diff --git a/docs/en/source/uhfk/filespecification/config/index_config.rst b/docs/en/source/uhfk/filespecification/config/index_config.rst index c3eee9d..f0f5201 100644 --- a/docs/en/source/uhfk/filespecification/config/index_config.rst +++ b/docs/en/source/uhfk/filespecification/config/index_config.rst @@ -253,6 +253,20 @@ and the latter on the output files (such as locations to store). The input file is in NumPy binary format that corresponds to the output format of ``green`` in ``file.output`` section. +- ``initial_mode`` + + **Type :** + String + + **Description :** + This parameter specifies how the initial value of the Green's function is set when the initial configuration is not given from files. It takes one of the following: + + - ``random``: set the initial configuration by random numbers. + + - ``zero``: set the initial configuration to be zero. + + - ``one`` or ``unity``: set the initial configuration as :math:`G_{\alpha\sigma,\beta\sigma^\prime}(\vec{r}) = \delta_{\vec{r},0}\delta_{\alpha\beta}\delta_{\sigma\sigma^\prime}`. + ``file.input.interaction`` section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/ja/source/uhfk/filespecification/config/index_config.rst b/docs/ja/source/uhfk/filespecification/config/index_config.rst index f07e8a1..602399d 100644 --- a/docs/ja/source/uhfk/filespecification/config/index_config.rst +++ b/docs/ja/source/uhfk/filespecification/config/index_config.rst @@ -191,6 +191,19 @@ TOML形式 ファイルは NumPy binary 形式です。 ``file.output`` の ``green`` の出力ファイル形式に対応しています。 +- ``initial_mode`` + + **形式 :** str型 + + **説明 :** 初期状態の一体グリーン関数データが指定されていない場合、初期値をどのように取るかを指定します。以下のいずれかの値を取ります。 + + ``random``: 初期値を乱数で与えます。(デフォルト) + + ``zero``: 初期値を 0 に設定します。 + + ``one`` または ``unity``: 初期値を :math:`G_{\alpha\sigma,\beta\sigma^\prime}(\vec{r}) = \delta_{\vec{r},0}\delta_{\alpha\beta}\delta_{\sigma\sigma^\prime}` で与えます。 + + ``file.input.interaction`` セクション ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~