3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 19:53:45 +01:00
dft_tools/test/pytriqs/arrays/expr.py

8 lines
82 B
Python
Raw Normal View History

import numpy as np
from expr import f
a = np.array( [[1,2], [3,4]])
print f(a)