mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +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.
21 lines
325 B
Plaintext
21 lines
325 B
Plaintext
(Gt(0.01)) ---> 0.99005
|
|
|
|
(Gt(.5)) ---> 0.606531
|
|
|
|
(Gt(.9)) ---> 0.40657
|
|
|
|
(Gt(-.1)) ---> -0.40657
|
|
|
|
(gt_with_full_tail(.5)) ---> ((0.5 *
|
|
[[-0.44347,0]
|
|
[0,-0.44347]]) + (0.5 *
|
|
[[-0.443038,0]
|
|
[0,-0.443038]]))
|
|
|
|
(gt_tail_with_one_term(.5)) ---> ((0.5 *
|
|
[[-0.44347,0]
|
|
[0,-0.44347]]) + (0.5 *
|
|
[[-0.443038,0]
|
|
[0,-0.443038]]))
|
|
|