From 44f51a087007e50448e53db64bb599e5e159a9a3 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Mon, 26 Aug 2024 09:31:24 +0900 Subject: [PATCH] doc update --- doc/analytic_continuation/pade.rst | 8 ++++---- doc/reference/output.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/analytic_continuation/pade.rst b/doc/analytic_continuation/pade.rst index 7f3ea6f1..03fc7d03 100644 --- a/doc/analytic_continuation/pade.rst +++ b/doc/analytic_continuation/pade.rst @@ -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. diff --git a/doc/reference/output.rst b/doc/reference/output.rst index cd4943eb..3a6fcc12 100644 --- a/doc/reference/output.rst +++ b/doc/reference/output.rst @@ -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. ::