mirror of
https://github.com/triqs/dft_tools
synced 2024-12-24 13:23:37 +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:
parent
88f8e4cce4
commit
7040e9f934
@ -11,7 +11,7 @@ This object stores a matrix valued Green function in imaginary frequencies
|
||||
in the Matsubara formalism :
|
||||
|
||||
.. 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>`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user