diff --git a/doc/en/source/expert.rst b/doc/en/source/expert.rst index 30789d42..b578e16d 100644 --- a/doc/en/source/expert.rst +++ b/doc/en/source/expert.rst @@ -243,52 +243,80 @@ User rules - When the head of line is ``#``, the line is skipped. -======================== =================================================================================== -Keywords Details for corresponding files -======================== =================================================================================== -ModPara :math:`^*` Parameters for calculation. -LocSpin :math:`^*` Configurations of the local spins for Hamiltonian. -Trans Transfer and chemical potential for Hamiltonian. -InterAll Two-body interactions for Hamiltonian. -CoulombIntra CoulombIntra interactions. -CoulombInter CoulombInter interactions. -Hund Hund couplings. -PairHop Pair hopping couplings. -Exchange Exchange couplings. -Gutzwiller Gutzwiller factors. -Jastrow Charge Jastrow factors. -DH2 2-site doublon-holon correlation factors. -DH4 4-site doublon-holon correlation factors. -GeneralRBM_PhysLayer A part of the general RBM correlation factor including variational parameters - in a physical layer :math:`\alpha_{i\sigma}`. -GeneralRBM_HiddenLayer A part of the general RBM correlation factor including variational parameters - in a hidden layer :math:`h_{k}`. -GeneralRBM_PhysHidden A part of the general RBM correlation factor including variational parameters - which connect physical and hidden layers :math:`W_{i\sigma k}`. -Orbital :math:`^*` Pair orbital factors with anti-parallel spins :math:`f_{i\uparrow j\downarrow}`. -OrbitalAntiParallel Pair orbital factors with anti-parallel spins :math:`f_{i\uparrow j\downarrow}`. -OrbitalParallel Pair orbital factors with parallel spins :math:`f_{i\sigma j\sigma}`. -OrbitalGeneral Pair orbital factors :math:`f_{i\sigma_1 j\sigma_2}`. -TransSym :math:`^*` Translational and lattice symmetry operation. -InGutzwiller Initial values of Gutzwiller factors. -InJastrow Initial values of charge Jastrow factors. -InDH2 Initial values of 2-site doublon-holon correlation factors. -InDH4 Initial values of 4-site doublon-holon correlation factors. -InGeneralRBM_PhysLayer Initial values of variational parameters of the general RBM correlation factors - in a physical layer :math:`\alpha_{i\sigma}`. -InGeneralRBM_HiddenLayer Initial values of variational parameters of the general RBM correlation factors - in a hidden layer :math:`h_{k}`. -InGeneralRBM_PhysHidden Initial values of variational parameters of the general RBM correlation factors - which connect physical and hidden layers :math:`W_{i\sigma k}`. -InOrbital Initial values of pair orbital factors :math:`f_{i\uparrow j\downarrow}`. -InOrbitalAntiParallel Initial values of pair orbital factors :math:`f_{i\uparrow j\downarrow}`. -InOrbitalParallel Initial values of pair orbital factors :math:`f_{i\sigma j\sigma}`. -InOrbitalGeneral Initial values of pair orbital factors :math:`f_{i\sigma_1 j\sigma_2}`. -OneBodyG Output components for Green functions - :math:`\langle c_{i\sigma}^{\dagger}c_{j\sigma}\rangle` -TwoBodyG Output components for Correlation functions - :math:`\langle c_{i\sigma}^{\dagger}c_{j\sigma}c_{k\tau}^{\dagger}c_{l\tau}\rangle` -======================== =================================================================================== +.. list-table:: + :widths: 30 70 + :header-rows: 1 + + * - Keywords + - Details for corresponding files + * - ModPara :math:`^*` + - Parameters for calculation. + * - LocSpin :math:`^*` + - Configurations of the local spins for Hamiltonian. + * - Trans + - Transfer and chemical potential for Hamiltonian. + * - InterAll + - Two-body interactions for Hamiltonian. + * - CoulombIntra + - CoulombIntra interactions. + * - CoulombInter + - CoulombInter interactions. + * - Hund + - Hund couplings. + * - PairHop + - Pair hopping couplings. + * - Exchange + - Exchange couplings. + * - Gutzwiller + - Gutzwiller factors. + * - Jastrow + - Charge Jastrow factors. + * - DH2 + - 2-site doublon-holon correlation factors. + * - DH4 + - 4-site doublon-holon correlation factors. + * - GeneralRBM_PhysLayer + - A part of the general RBM correlation factor including variational parameters in a physical layer :math:`\alpha_{i\sigma}`. + * - GeneralRBM_HiddenLayer + - A part of the general RBM correlation factor including variational parameters in a hidden layer :math:`h_{k}`. + * - GeneralRBM_PhysHidden + - A part of the general RBM correlation factor including variational parameters which connect physical and hidden layers :math:`W_{i\sigma k}`. + * - Orbital :math:`^*` + - Pair orbital factors with anti-parallel spins :math:`f_{i\uparrow j\downarrow}`. + * - OrbitalAntiParallel + - Pair orbital factors with anti-parallel spins :math:`f_{i\uparrow j\downarrow}`. + * - OrbitalParallel + - Pair orbital factors with parallel spins :math:`f_{i\sigma j\sigma}`. + * - OrbitalGeneral + - Pair orbital factors :math:`f_{i\sigma_1 j\sigma_2}`. + * - TransSym :math:`^*` + - Translational and lattice symmetry operation. + * - InGutzwiller + - Initial values of Gutzwiller factors. + * - InJastrow + - Initial values of charge Jastrow factors. + * - InDH2 + - Initial values of 2-site doublon-holon correlation factors. + * - InDH4 + - Initial values of 4-site doublon-holon correlation factors. + * - InGeneralRBM_PhysLayer + - Initial values of variational parameters of the general RBM correlation factors in a physical layer :math:`\alpha_{i\sigma}`. + * - InGeneralRBM_HiddenLayer + - Initial values of variational parameters of the general RBM correlation factors in a hidden layer :math:`h_{k}`. + * - InGeneralRBM_PhysHidden + - Initial values of variational parameters of the general RBM correlation factors which connect physical and hidden layers :math:`W_{i\sigma k}`. + * - InOrbital + - Initial values of pair orbital factors :math:`f_{i\uparrow j\downarrow}`. + * - InOrbitalAntiParallel + - Initial values of pair orbital factors :math:`f_{i\uparrow j\downarrow}`. + * - InOrbitalParallel + - Initial values of pair orbital factors :math:`f_{i\sigma j\sigma}`. + * - InOrbitalGeneral + - Initial values of pair orbital factors :math:`f_{i\sigma_1 j\sigma_2}`. + * - OneBodyG + - Output components for Green functions :math:`\langle c_{i\sigma}^{\dagger}c_{j\sigma}\rangle` + * - TwoBodyG + - Output components for Correlation functions :math:`\langle c_{i\sigma}^{\dagger}c_{j\sigma}c_{k\tau}^{\dagger}c_{l\tau}\rangle` ModPara file (modpara.def) ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/ja/source/expert.rst b/doc/ja/source/expert.rst index fdfa9b85..2714ab12 100644 --- a/doc/ja/source/expert.rst +++ b/doc/ja/source/expert.rst @@ -243,44 +243,81 @@ - :math:`\#` で始まる行は読み飛ばされます。 -========================== =========================================================================================== - Keywords 対応するファイルの概要 -========================== =========================================================================================== - ModPara :math:`^*` 計算用のパラメータを指定します。 - LocSpin :math:`^*` 局在・遍歴スピンを指定します。 - Trans 一般的な一体相互作用を指定します。 - InterAll 一般的な二体相互作用を指定します。 - CoulombIntra 内部クーロン相互作用を指定します。 - CoulombInter サイト間クーロン相互作用を指定します。 - Hund フント結合を指定します。 - PairHop ペアホッピング相互作用を指定します。 - Exchange 交換相互作用を指定します。 - Gutzwiller 最適化するGutzwiller因子を設定します。 - Jastrow 最適化する電荷Jastrow因子を指定します。 - DH2 最適化する2サイトダブロン・ホロン相関因子を指定します。 - DH4 最適化する4サイトダブロン・ホロン相関因子を指定します。 - GeneralRBM_PhysLayer 一般的なRBM相関因子のうち、最適化する物理層での変分パラメータを指定します。 - GeneralRBM_HiddenLayer 一般的なRBM相関因子のうち、最適化する隠れ層での変分パラメータを指定します。 - GeneralRBM_PhysHidden 一般的なRBM相関因子のうち、最適化する物理層と隠れ層を繋ぐ変分パラメータを指定します。 - Orbital :math:`^*` 反平行のスピンを持つペア軌道因子を指定します。 - OrbitalAntiParallel 反平行のスピンを持つペア軌道因子を指定します。 - OrbitalParallel 平行のスピンを持つペア軌道因子を指定します。 - OrbitalGeneral ペア軌道因子を指定します。 - TransSym :math:`^*` 並進・格子対称演算子を設定します。 - InGutzwiller Gutzwiller因子の初期値を設定します。 - InJastrow 電荷Jastrow因子の初期値を設定します。 - InDH2 2サイトダブロン・ホロン相関因子の初期値を設定します。 - InDH4 4サイトダブロン・ホロン相関因子の初期値を設定します。 - InGeneralRBM_PhysLayer 一般的なRBM相関因子のうち、最適化する物理層での変分パラメータの初期値を設定します。 - InGeneralRBM_HiddenLayer 一般的なRBM相関因子のうち、最適化する隠れ層での変分パラメータの初期値を設定します。 - InGeneralRBM_PhysHidden 一般的なRBM相関因子のうち、最適化する物理層と隠れ層を繋ぐ変分パラメータの初期値を設定します。 - InOrbital ペア軌道因子 :math:`f_{i\uparrow j\downarrow}` の初期値を設定します。 - InOrbitalAntiParallel ペア軌道因子 :math:`f_{i\uparrow j\downarrow}` の初期値を設定します。 - InOrbitalParallel ペア軌道因子 :math:`f_{i\sigma j\sigma}` の初期値を設定します。 - InOrbitalGeneral ペア軌道因子 :math:`f_{i\sigma j\sigma'}` の初期値を設定します。 - OneBodyG 出力する一体グリーン関数を指定します。 - TwoBodyG 出力する二体グリーン関数を指定します。 -========================== =========================================================================================== + +.. list-table:: + :widths: 30 70 + :header-rows: 1 + + * - Keywords + - 対応するファイルの概要 + * - ModPara :math:`^*` + - 計算用のパラメータを指定します。 + * - LocSpin :math:`^*` + - 局在・遍歴スピンを指定します。 + * - Trans + - 一般的な一体相互作用を指定します。 + * - InterAll + - 一般的な二体相互作用を指定します。 + * - CoulombIntra + - 内部クーロン相互作用を指定します。 + * - CoulombInter + - サイト間クーロン相互作用を指定します。 + * - Hund + - フント結合を指定します。 + * - PairHop + - ペアホッピング相互作用を指定します。 + * - Exchange + - 交換相互作用を指定します。 + * - Gutzwiller + - 最適化するGutzwiller因子を設定します。 + * - Jastrow + - 最適化する電荷Jastrow因子を指定します。 + * - DH2 + - 最適化する2サイトダブロン・ホロン相関因子を指定します。 + * - DH4 + - 最適化する4サイトダブロン・ホロン相関因子を指定します。 + * - GeneralRBM_PhysLayer + - 一般的なRBM相関因子のうち、最適化する物理層での変分パラメータを指定します。 + * - GeneralRBM_HiddenLayer + - 一般的なRBM相関因子のうち、最適化する隠れ層での変分パラメータを指定します。 + * - GeneralRBM_PhysHidden + - 一般的なRBM相関因子のうち、最適化する物理層と隠れ層を繋ぐ変分パラメータを指定します。 + * - Orbital :math:`^*` + - 反平行のスピンを持つペア軌道因子を指定します。 + * - OrbitalAntiParallel + - 反平行のスピンを持つペア軌道因子を指定します。 + * - OrbitalParallel + - 平行のスピンを持つペア軌道因子を指定します。 + * - OrbitalGeneral + - ペア軌道因子を指定します。 + * - TransSym :math:`^*` + - 並進・格子対称演算子を設定します。 + * - InGutzwiller + - Gutzwiller因子の初期値を設定します。 + * - InJastrow + - 電荷Jastrow因子の初期値を設定します。 + * - InDH2 + - 2サイトダブロン・ホロン相関因子の初期値を設定します。 + * - InDH4 + - 4サイトダブロン・ホロン相関因子の初期値を設定します。 + * - InGeneralRBM_PhysLayer + - 一般的なRBM相関因子のうち、最適化する物理層での変分パラメータの初期値を設定します。 + * - InGeneralRBM_HiddenLayer + - 一般的なRBM相関因子のうち、最適化する隠れ層での変分パラメータの初期値を設定します。 + * - InGeneralRBM_PhysHidden + - 一般的なRBM相関因子のうち、最適化する物理層と隠れ層を繋ぐ変分パラメータの初期値を設定します。 + * - InOrbital + - ペア軌道因子 :math:`f_{i\uparrow j\downarrow}` の初期値を設定します。 + * - InOrbitalAntiParallel + - ペア軌道因子 :math:`f_{i\uparrow j\downarrow}` の初期値を設定します。 + * - InOrbitalParallel + - ペア軌道因子 :math:`f_{i\sigma j\sigma}` の初期値を設定します。 + * - InOrbitalGeneral + - ペア軌道因子 :math:`f_{i\sigma j\sigma'}` の初期値を設定します。 + * - OneBodyG + - 出力する一体グリーン関数を指定します。 + * - TwoBodyG + - 出力する二体グリーン関数を指定します。 ModParaファイル (modpara.def) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~