mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 19:53:45 +01:00
12 lines
156 B
Python
12 lines
156 B
Python
|
from pytriqs.wrap_test.test_g import *
|
||
|
|
||
|
B = make_bgf(2.0)
|
||
|
pass_bgf(B+B)
|
||
|
|
||
|
# run in python the h5diff between the 2 files...
|
||
|
|
||
|
g = make_sgf(2.0)
|
||
|
pass_sgf(g)
|
||
|
|
||
|
|