You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides subroutines to represent and manipulate Green's functions in the imaginary time or the Matsubara-frequency domain.
9
+
This package provides subroutines representing and manipulating Green's functions in the imaginary time or the Matsubara-frequency domain.
10
10
11
-
Imaginary-time Green's functions encode the thermodynamic properties of quantum many-body systems. They are typically very singular and hard to deal with at low temperatures in numerical calculations.
11
+
Imaginary-time Green's functions encode the thermodynamic properties of quantum many-body systems. They are typically singular and hard to deal with at low temperatures in numerical calculations.
12
12
13
13
## Features
14
14
We provide the following components to ease the numerical manipulation of the Green's functions:
@@ -19,7 +19,7 @@ We provide the following components to ease the numerical manipulation of the Gr
19
19
20
20
- Fast and accurate Fourier transform between the imaginary-time domain and the Matsubara-frequency domain with a cost $O(\\log(1/T)log(1/\\epsilon))$ and an accuracy $\\sim 100\epsilon$.
21
21
22
-
- Fast and accurate Green's function interpolation with a cost $O(\\log(1/T)log(1/\\epsilon))$ and accuracy $\\sim 100\\epsilon$.
22
+
- Fast and accurate Green's function interpolation with a cost $O(\\log(1/T)\\log(1/\\epsilon))$ and accuracy $\\sim 100\\epsilon$.
0 commit comments