3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 05:43:40 +01:00

Fix wrong minus sign in FT definition

This is a copy of commit 3fcf727 that has been done on the master branch.
This commit is contained in:
Michel Ferrero 2014-07-01 18:07:27 +02:00
parent 88f8e4cce4
commit 7040e9f934

View File

@ -11,7 +11,7 @@ This object stores a matrix valued Green function in imaginary frequencies
in the Matsubara formalism : in the Matsubara formalism :
.. math:: .. math::
G_{\alpha \beta} (i \omega_n) \equiv \int_0^\beta G_{\alpha \beta} ( \tau) e^{-i \omega_n \tau} G_{\alpha \beta} (i \omega_n) \equiv \int_0^\beta G_{\alpha \beta} ( \tau) e^{i \omega_n \tau}
where :math:`G(\tau)` is the :ref:`Matsubara Green function in imaginary time <GfImTime>`. where :math:`G(\tau)` is the :ref:`Matsubara Green function in imaginary time <GfImTime>`.