-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | | ||
+----------------+--------------------------+---------+----------------------------------------------------------------------+ |