3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/test/triqs/gfs/gf_notail.output
tayral 82a6d21939 Fixed computation of density for full matsub mesh
-> 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.
2014-02-18 16:16:14 +01:00

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]]))