Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
j-otsuki committed Mar 1, 2018
1 parent d7d5b97 commit a332841
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 42 deletions.
2 changes: 1 addition & 1 deletion c++/g2_parameters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
62 changes: 21 additions & 41 deletions python/pomerol2triqs_parameters.rst
Original file line number Diff line number Diff line change
@@ -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) |
+----------------+--------------------------+---------+----------------------------------------------------------------------+

0 comments on commit a332841

Please sign in to comment.