mirror of
https://github.com/triqs/dft_tools
synced 2025-01-13 22:36:03 +01:00
82a6d21939
-> Previously, calculation was implicitly assuming a mesh with only positive matsubara frequencies. -> Added corresponding test -> Also added test of density calculation with or without correct tail.
11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
(G.mesh().positive_only()) ---> 0
|
|
|
|
(G_pos_only.mesh().positive_only()) ---> 1
|
|
|
|
0
|
|
1
|
|
(n) ---> 0.908877
|
|
|
|
(n_pos_only) ---> 0.908877
|
|
|