mirror of
https://github.com/triqs/dft_tools
synced 2024-12-24 13:23:37 +01:00
Fixed wrong minus sign in FT definition.
This commit is contained in:
parent
2be9587078
commit
3fcf72735e
@ -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