Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 26, 2024
1 parent 937a478 commit 44f51a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/analytic_continuation/pade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ The parameters for the Pade approximation are specified in the ``[post.anacont.p
eta = 0.01
``iomega_max``, ``n_min``, and ``n_max`` specify how many Matsubara frequencies are used.
First, ``iomega_max`` specifies the cutoff of Matsubara frequency.
When ``iomega_max > 0``, solve :math:`\omega_N = \pi/\beta (2N+1) \le \text{iomega_max} \lt \omega_{N+1}` and obtain :math:`N`.
If :math:`N < \text{n_min}` or :math:`N > \text{n_max}`, :math:`N` is replaced by :math:`\text{n_min}` or :math:`\text{n_max}`.
Otherwise (``iomega_max == 0``, default value), :math:`N = \text{n_max}`.
First, ``iomega_max`` specifies the cutoff of Matsubara frequency, :math:`\omega_m`.
When ``iomega_max > 0``, solve :math:`\omega_N = \pi/\beta (2N+1) \le \omega_m < \omega_{N+1}` and obtain :math:`N`.
If :math:`N < N_\text{min}` or :math:`N > N_\text{max}`, :math:`N` is replaced by :math:`N_\text{min}` or :math:`N_\text{max}`.
Otherwise (``iomega_max == 0``, default value), :math:`N = N_\text{max}`.
Then, the Matsubara frequencies :math:`\omega_n` for :math:`0 \le n \le N` are used.
When the number of self-energies calculated by the DMFT loop is less than :math:`N`, all the data are used.

Expand Down
2 changes: 1 addition & 1 deletion doc/reference/output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Files that have empty Reference in this table are explained in the following.
- **post/akw.dat**

The single-particle excitation spectrum :math:`A(\boldsymbol{k}, \omega)` on the given k-path.
See :ref:`program_dcore_post` for how to plot this data.
See :ref:`program_dcore_spectrum` for how to plot this data.

::

Expand Down

0 comments on commit 44f51a0

Please sign in to comment.