3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/test/pytriqs/wrap_test/wrap_g.py
2014-05-30 23:08:32 +02:00

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)