diff --git a/c++/g2_parameters.hpp b/c++/g2_parameters.hpp index fd75245..1127d40 100644 --- a/c++/g2_parameters.hpp +++ b/c++/g2_parameters.hpp @@ -13,7 +13,7 @@ namespace pomerol2triqs { struct g2_iw_inu_inup_params_t { - /// Structure of G^2 blocks. + /// Block structure of GF gf_struct_t gf_struct; /// Inverse temperature diff --git a/python/pomerol2triqs_parameters.rst b/python/pomerol2triqs_parameters.rst index d77e38c..be8cd2e 100644 --- a/python/pomerol2triqs_parameters.rst +++ b/python/pomerol2triqs_parameters.rst @@ -1,41 +1,21 @@ -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| Parameter Name | Type | Default | Documentation | -+================+==============================+====================+==================================================================+ -| gf_struct | gf_struct_t | -- | Structure of G^2 blocks. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| beta | double | -- | Inverse temperature | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| channel | channel_t | PH | Channel in which Matsubara frequency representation is defined. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| block_order | block_order_t | AABB | Order of block indices in the definition of G^2. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| blocks | g2_blocks_t | measure all blocks | List of block index pairs of G^2 to measure. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| n_iw | int | 30 | Number of bosonic Matsubara frequencies. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| n_l | int | 20 | Number of Legendre coefficients. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| n_inu_sum | int | 500 | Maximum number of positive Matsubara frequencies in summation. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| inu_sum_tol | double | 1e-6 | Tolerance for Matsubara frequency summation. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ - - - -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| Parameter Name | Type | Default | Documentation | -+================+==============================+====================+==================================================================+ -| gf_struct | gf_struct_t | -- | Structure of G^2 blocks. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| beta | double | -- | Inverse temperature | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| channel | channel_t | PH | Channel in which Matsubara frequency representation is defined. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| block_order | block_order_t | AABB | Order of block indices in the definition of G^2. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| blocks | g2_blocks_t | measure all blocks | List of block index pairs of G^2 to measure. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| n_iw | int | 30 | Number of bosonic Matsubara frequencies. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ -| n_inu | int | 30 | Number of fermionic Matsubara frequencies. | -+----------------+------------------------------+--------------------+------------------------------------------------------------------+ ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| Parameter Name | Type | Default | Documentation | ++================+==========================+=========+======================================================================+ +| gf_struct | gf_struct_t | -- | Block structure of GF | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| beta | double | -- | Inverse temperature | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| channel | pomerol2triqs::channel_t | PH | Channel in which Matsubara frequency representation is defined. | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| n_b | int | -- | Number of bosonic Matsubara frequencies. | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| n_f | int | -- | Number of fermionic Matsubara frequencies. | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| index1 | indices_t | -- | indices of operators in TRIQS convention: (block_name, inner_index) | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| index2 | indices_t | -- | indices of operators in TRIQS convention: (block_name, inner_index) | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| index3 | indices_t | -- | indices of operators in TRIQS convention: (block_name, inner_index) | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ +| index4 | indices_t | -- | indices of operators in TRIQS convention: (block_name, inner_index) | ++----------------+--------------------------+---------+----------------------------------------------------------------------+ \ No newline at end of file