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
- `Euv` : the UV energy scale of the spectral density
55
-
- `β` : inverse temeprature
56
-
- `isFermi` : bool is fermionic or bosonic
57
-
- `symmetry` : particle-hole symmetric :ph, or particle-hole asymmetric :pha, or :none
58
-
- `rtol` : tolerance absolute error
59
-
- `rebuild` : set false to load DLR basis from the file, set true to recalculate the DLR basis on the fly
60
-
- `folder` : if rebuild is true and folder is set, then dlrGrid will be rebuilt and saved to the specified folder
61
-
if rebuild is false and folder is set, then dlrGrid will be loaded from the specified folder
62
-
- `algorithm` : if rebuild = true, then set :functional to use the functional algorithm to generate the DLR basis, or set :discrete to use the matrix algorithm.
63
-
- `verbose` : false not to print DLRGrid to terminal, or true to print
54
+
- `Euv` : the UV energy scale of the spectral density
55
+
- `β` or `beta` : inverse temeprature
56
+
- `isFermi` : bool is fermionic or bosonic
57
+
- `symmetry` : particle-hole symmetric :ph, or particle-hole asymmetric :pha, or :none
58
+
- `rtol` : tolerance absolute error
59
+
- `rebuild` : set false to load DLR basis from the file, set true to recalculate the DLR basis on the fly
60
+
- `folder` : if rebuild is true and folder is set, then dlrGrid will be rebuilt and saved to the specified folder
61
+
if rebuild is false and folder is set, then dlrGrid will be loaded from the specified folder
62
+
- `algorithm` : if rebuild = true, then set :functional to use the functional algorithm to generate the DLR basis, or set :discrete to use the matrix algorithm.
63
+
- `verbose` : false not to print DLRGrid to terminal, or true to print
0 commit comments