mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
6326c2b4eb
- clef : fix a little bug in storage when evaluating (was using the wrong trait to deduce storage type). - gf : block : - added reinterpret_scalar_valued_gf_as_matrix_valued for block function - cleaned make_block_gf_view_from_vector - added make_block_gf_view_from_vectormake_block_gf_view_from_vector_of_cython_proxy and changed the cython accordingly because it requires a slightly different syntax. - updated tests - gf : cleaned some template.
20 lines
245 B
Plaintext
20 lines
245 B
Plaintext
B4 mesh1
|
|
B4 mesh3
|
|
Number of blocks 3
|
|
(G1(0)) --->
|
|
[[(20,0),(0,0)]
|
|
[(0,0),(20,0)]]
|
|
|
|
(G1(0)) --->
|
|
[[(3.2,0),(0,0)]
|
|
[(0,0),(3.2,0)]]
|
|
|
|
(View[0](0)) --->
|
|
[[(3.2,0),(0,0)]
|
|
[(0,0),(3.2,0)]]
|
|
|
|
(View[0](0)) --->
|
|
[[(1.6,0),(0,0)]
|
|
[(0,0),(1.6,0)]]
|
|
|